Skip to content

Releases: akheron/sqltyper

v1.3.2

06 Oct 17:56
Compare
Choose a tag to compare

What’s Changed

🐛 Bug Fixes

v1.3.1

03 Oct 18:36
Compare
Choose a tag to compare

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
Choose a tag to compare

What’s Changed

🚀 Features

  • add support for pg-promise target (#272) @BobertForever

v1.2.0

14 Sep 17:53
Compare
Choose a tag to compare

What’s Changed

🚀 Features

🐛 Bug Fixes

v1.1.0

15 Feb 18:46
Compare
Choose a tag to compare

What’s Changed

🚀 Features

  • Stop adding version number to generated files (#94) @akheron

🐛 Bug Fixes

v1.0.1

15 Feb 15:33
Compare
Choose a tag to compare

Enhancements

  • Add support for INSERT INTO ... SELECT syntax (#39)

Dependencies

  • Works with TypeScript >=3.8

v0.2.1

07 Oct 10:44
v0.2.1
Compare
Choose a tag to compare
  • 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
v0.2.0
Compare
Choose a tag to compare
  • 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
v0.1.0
Compare
Choose a tag to compare

Initial release