ReferenceChangelog
v1.7.0
Released 2021-02-28 · View on GitHub
Bug Fixes
- Struct tag formatting (#833)
Documentation
- Include all the existing Markdown files (#877)
- Split docs into four sections (#882)
- Reorganize and consolidate documentation
- Add link to Windows download (#888)
- Shorten the README (#889)
Features
- Adding support for pgx/v4
- Adding support for pgx/v4
README
- Add Go Report Card badge (#891)
Build
- Bump github.com/google/go-cmp from 0.5.3 to 0.5.4 (#813)
- Bump github.com/lib/pq from 1.8.0 to 1.9.0 (#820)
- Bump golang from 1.15.5 to 1.15.6 (#822)
- Bump github.com/jackc/pgx/v4 from 4.9.2 to 4.10.0 (#823)
- Bump github.com/jackc/pgx/v4 from 4.10.0 to 4.10.1 (#839)
- Bump golang from 1.15.6 to 1.15.7 (#855)
- Bump golang from 1.15.7 to 1.15.8 (#881)
- Bump github.com/spf13/cobra from 1.1.1 to 1.1.2 (#892)
- Bump golang from 1.15.8 to 1.16.0 (#897)
- Bump github.com/lfittl/pg_query_go from 1.0.1 to 1.0.2 (#901)
- Bump github.com/spf13/cobra from 1.1.2 to 1.1.3 (#893)
Catalog
- Improve alter column type (#818)
Ci
- Uprade to Go 1.15 (#887)
Cmd
- Allow config file location to be specified (#863)
Cmd/sqlc
- Bump to version v1.6.1-devel (#807)
- Bump version to v1.7.0 (#912)
Codegen/golang
- Make sure to import net package (#858)
Compiler
- Support UNION query
Dolphin
- Generate bools for tinyint(1)
- Support joins in update statements (#883)
- Add support for union query
Endtoend
- Add tests for INTERSECT and EXCEPT
Go.mod
- Update to go 1.15 and run 'go mod tidy' (#808)
Mysql
- Compile tinyint(1) to bool (#873)
Sql/ast
- Add enum values for SetOperation