Skip to content

v1.8.0

Compare
Choose a tag to compare
@kyleconroy kyleconroy released this 03 May 00:09

Core

  • cmd: Fix sqlc init (#959)

MySQL

  • Generate correct code for booleans
  • Calling mysql LAST_INSERT_ID(expr) function (#977)

PostgreSQL

  • Support PostgreSQL 12 and 13 features by upgrading to pg_query_go/v2 (#949)
  • Fix ALTER TYPE to update column types (#973)

Python

  • Add experimental Python support behind the --experimental flag