release notes — May 12, 2020

sqlc v1.3.0 released

Don’t panic! I’ve fixed a few cases where sqlc was struggling to handle DDL statements. JSON columns are now properly represented as json.RawMessage structs.

Core

  • Exclude golang-migrate .down.sql files in dirs + single files (#445)
  • Add emit_exact_table_names config option (#474)

PostgreSQL

  • Add PostgreSQL support for TRUNCATE (#448)
  • Emit json.RawMessage for JSON columns (#461)
  • Fix panic walking CreateTableAsStmt (#475)
< All posts