Releases: akheron/sqltyper
Releases · akheron/sqltyper
v1.3.2
06 Oct 17:56
Compare
Sorry, something went wrong.
No results found
What’s Changed
🐛 Bug Fixes
v1.3.1
03 Oct 18:36
Compare
Sorry, something went wrong.
No results found
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
14 Sep 17:56
Compare
Sorry, something went wrong.
No results found
What’s Changed
🚀 Features
add support for pg-promise target (#272 ) @BobertForever
v1.2.0
14 Sep 17:53
Compare
Sorry, something went wrong.
No results found
What’s Changed
🚀 Features
🐛 Bug Fixes
v1.1.0
15 Feb 18:46
Compare
Sorry, something went wrong.
No results found
What’s Changed
🚀 Features
Stop adding version number to generated files (#94 ) @akheron
🐛 Bug Fixes
v1.0.1
15 Feb 15:33
Compare
Sorry, something went wrong.
No results found
Enhancements
Add support for INSERT INTO ... SELECT syntax (#39 )
Dependencies
Works with TypeScript >=3.8
v0.2.1
07 Oct 10:44
Compare
Sorry, something went wrong.
No results found
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
v0.2.0
02 Oct 11:07
Compare
Sorry, something went wrong.
No results found
Enhance nullability infering with logical operators (AND, OR, NOT)
Add support for more functions and operators
Comparison
Mathimatical
Add support for string functions with special syntax
Add --check CLI option
Better warning messages
v0.1.0
02 Oct 11:08
Compare
Sorry, something went wrong.
No results found