Release notes coming soon!
What's Changed
- Fix typos in howto/select generated code sample by @naisuuuu in #1125
- Remove MYSQL_USER and MYSQL_PASSWORD from docker-compose.yaml by @robsonpeixoto in #1123
- build(deps): bump golang from 1.16.7 to 1.17.0 by @dependabot in #1129
- ci: Upgrade Go to 1.17 by @kyleconroy in #1130
- getting-started.md: fix typo by @LLLeon in #1133
- Add RStudio to list of sponsors by @kyleconroy in #1131
- endtoend: Run
go test
in CI by @kyleconroy in #1134 - golang: Output NullUUID when necessary by @kyleconroy in #1137
- codegen/golang: Consolidate import logic by @kyleconroy in #1139
- codgen/golang: Use p[gq]type for network address types by @kyleconroy in #1142
- When using pgx, map numeric types to pgtype.Numeric by @kyleconroy in #1143
- Handle null PostgreSQL JSON values by @kyleconroy in #1145
- codegen/golang: Add pgx support for range types by @kyleconroy in #1146
- First attempt at a template for bugs by @kyleconroy in #1151
- Re-order form, add configuration file section by @kyleconroy in #1153
- codegen/golang: Use pgtype for hstore when using pgx by @kyleconroy in #1156
- build(deps): bump github.com/lib/pq from 1.10.2 to 1.10.3 by @dependabot in #1160
- docs: Fix invalid language support table by @kyleconroy in #1161
- engine/mysql: Add support for LIKE by @kyleconroy in #1162
- docs: Add a getting started guide for MySQL by @kyleconroy in #1163
- cmd/sqlc: Bump version to v1.10.0 by @kyleconroy in #1165
New Contributors
- @naisuuuu made their first contribution in #1125
- @robsonpeixoto made their first contribution in #1123
- @LLLeon made their first contribution in #1133
Full Changelog: v1.9.0...v1.10.0