Releases: akheron/sqltyper
Releases · akheron/sqltyper
v1.3.2
v1.3.1
What’s Changed
🐛 Bug Fixes
- Support IN ('a', 'b') (#311) @BobertForever
- Add support for scalar subqueries (#323) @akheron
- Support CTEs in INSERT and UPDATE statements (#322) @akheron
- Fix INSERT row count when there's no RETURNING (#321) @akheron
- Allow UPDATE alias to not have AS (#316) @BobertForever
- Support more typecast syntaxes (#293) @akheron
- Named params must start with a letter (#284) @akheron
v1.3.0
v1.2.0
v1.1.0
v1.0.1
v0.2.1
-
Enhancements
- Infer the row count of a "calculator" SELECT statement as one
- Support boolean, null and float constants
- Support the CASE expression
-
Bug fixes
- Treat qualified and unqualified column as equal if the column name
is the same - Param is not replaced correctly if it's used more than once
- Treat qualified and unqualified column as equal if the column name