ReferenceChangelog
v1.8.0
Released 2021-05-03 · View on GitHub
Documentation
- Add language support Matrix (#920)
Features
- Add case style config option (#905)
Python
- Eliminate runtime package and use sqlalchemy (#939)
Build
- Bump github.com/google/go-cmp from 0.5.4 to 0.5.5 (#926)
- Bump github.com/lib/pq from 1.9.0 to 1.10.0 (#931)
- Bump golang from 1.16.0 to 1.16.1 (#935)
- Bump golang from 1.16.1 to 1.16.2 (#942)
- Bump github.com/jackc/pgx/v4 from 4.10.1 to 4.11.0 (#956)
- Bump github.com/go-sql-driver/mysql from 1.5.0 to 1.6.0 (#961)
- Bump github.com/pganalyze/pg_query_go/v2 (#965)
- Bump urllib3 from 1.26.3 to 1.26.4 in /docs (#968)
- Bump golang from 1.16.2 to 1.16.3 (#963)
- Bump github.com/lib/pq from 1.10.0 to 1.10.1 (#980)
Cmd
- Add the --experimental flag (#929)
- Fix sqlc init (#959)
Cmd/sqlc
- Bump version to v1.7.1-devel (#913)
- Bump version to v1.8.0
Codegen
- Generate valid enum names for symbols (#972)
Postgresql
- Support generated columns
- Add test for PRIMARY KEY INCLUDE
- Add tests for CREATE TABLE PARTITION OF
- CREATE TRIGGER EXECUTE FUNCTION
- Add support for renaming types (#971)
Sql/ast
- Resolve return values from functions (#964)
Workflows
- Only run tests once (#924)