release notes — May 2, 2021

sqlc v1.8.0 released

Sssssss. Experimental Python support has landed.

Changelog

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
< All posts