Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Releases: getml/sqlgen

v0.3.0

05 Oct 13:07
4e98b9c

Choose a tag to compare

  • Support for insert_or_replace (aka "upserts"), thanks to @demianmnave
  • Support for enums, thanks to @hos-b
  • Support for for CREATE VIEW AS (thus support for views) and CREATE TABLE AS
  • Support for adding subqueries inside select_from(...)
  • Better nullability rules for joins
  • Support for foreign key constraints
  • Support for unique columns
  • Support for JSON fields
  • Support for IN and NOT IN

v0.2.0

27 Jul 10:31
3f8c555

Choose a tag to compare

  • Added support for MySQL/MariaDB
  • Moved the literals into their own namespace

v0.1.0

18 Jul 20:35
0ad99d9

Choose a tag to compare

Initial release