v1.12.0
What's Changed
- fix(sqlite): Update ANTLR v4 go.mod entry by @kyleconroy in #1336
- fix(compiler): Check delete statements for CTEs by @wabain in #1329
- First pass at AST-based codegen by @kyleconroy in #1333
- Postgres Inherits by @timwmillard in #1339
- chore(python): Add tests for :exec{result,rows} by @kyleconroy in #1344
- Generate queries class by @kyleconroy in #1338
- chore(python): Delete template-based codegen by @kyleconroy in #1345
- fix(compiler): Fix validation of GROUP BY on field aliases by @timstudd in #1348
- handling of dollar signs in function names by @Nlossae in #1359
- Add support for CREATE TABLE a ( LIKE b ) for Postgres by @Jille in #1355
- Update error message by @Threpio in #1366
- feat(postgres): Add support for sql.NullInt16 by @egtann in #1376
- Implement support for pgx's CopyFrom by @Jille in #1352
- Fixed typo in select.md by @Hirochon in #1378
- fix(copyfrom): Fix imports when non-copyfrom queries needed imports that copyfrom queries didn't by @Jille in #1386
- build: Format all Go code by @kyleconroy in #1387
- fix(postgresql): Remove extra comment newline by @kyleconroy in #1395
- Migrate SQLite Grammar to maintained version by @PadraigK in #1397
- Fix return type for subqueries in MySQL (#1383) by @dansimau in #1404
- fix: Enable strict function checking by @kyleconroy in #1405
- Bug: ALTER TABLE SET SCHEMA by @timwmillard in #1409
- cmd/sqlc: Bump version to v1.12.0 by @kyleconroy in #1415
New Contributors
- @Nlossae made their first contribution in #1359
- @Jille made their first contribution in #1355
- @Threpio made their first contribution in #1366
- @egtann made their first contribution in #1376
- @Hirochon made their first contribution in #1378
- @PadraigK made their first contribution in #1397
- @dansimau made their first contribution in #1404
Full Changelog: v1.11.0...v1.12.0