What's Changed
- build(deps): bump github.com/jackc/pgconn from 1.12.1 to 1.13.0 by @dependabot in #1785
- docs: Add a getting started guide for SQLite by @utamori in #1798
- build(deps): bump github.com/mattn/go-sqlite3 from 1.14.13 to 1.14.15 by @dependabot in #1799
- build(deps): bump github.com/jackc/pgx/v4 from 4.16.1 to 4.17.0 by @dependabot in #1786
- feat: Add HAVING support to MySQL by @kyleconroy in #1806
- pg-gen: make sqlc-pg-gen the complete source of truth for pg_catalog.go by @skabbes in #1809
- missing " by @ChrisElliotUK in #1805
- fix(validate): sqlc.arg & sqlc.narg are not "missing" by @skabbes in #1814
- Add pg_tables and pg_views to catalog by @skabbes in #1811
- pg-gen: implement information_schema shema by @skabbes in #1815
- fix: Emit correct comment for nullable enums by @kyleconroy in #1819
- build(deps): bump github.com/jackc/pgx/v4 from 4.17.0 to 4.17.1 by @dependabot in #1825
- Python query param limit by @danicc097 in #1530
- Inflection Singular table names exclusion configuration by @danicc097 in #1531
- build(deps): bump github.com/bytecodealliance/wasmtime-go from 0.39.0 to 0.40.0 by @dependabot in #1826
- chore: Upgrade wasmtime version by @kyleconroy in #1827
- fix: 🐛 Correctly switch
coalesce()
result.NotNull
value by @mpyw in #1664 - build(deps): bump github.com/jackc/pgx/v4 from 4.17.1 to 4.17.2 by @dependabot in #1831
- build(deps): bump golang from 1.19.0 to 1.19.1 by @dependabot in #1834
- fix: prevent batch infinite loop with arg length by @chrisyxlee in #1794
- build(deps): bump github.com/google/go-cmp from 0.5.8 to 0.5.9 by @dependabot in #1838
- build(deps): bump github.com/lib/pq from 1.10.6 to 1.10.7 by @dependabot in #1835
- fix: version support in error message by @linweiyuan in #1839
- fix: handle empty column list in postgresql select statements by @akutschera in #1843
- fix: batch imports filter queries, update cmds having ret type by @chrisyxlee in #1842
- fix: named params contribute to batch parameter count by @chrisyxlee in #1841
- docs: various readability improvements by @sudomateo in #1854
- build(deps): bump github.com/bytecodealliance/wasmtime-go from 0.40.0 to 1.0.0 by @dependabot in #1857
- chore: Bump wasmtime version to v1.0.0 by @kyleconroy in #1869
- Fix a typo in config.md by @mateoradman in #1876
- Remove unnecessary
AUTOINCREMENT
from example by @thecashewtrader in #1891 - codgen: Include serialized codegen options by @kyleconroy in #1890
- build(deps): bump github.com/spf13/cobra from 1.5.0 to 1.6.0 by @dependabot in #1893
- examples: Port Python examples to WASM plugin by @kyleconroy in #1903
- docs: Add documentation for codegen plugins by @kyleconroy in #1904
- [PART 1] pgx v5 support (#1823) by @mcdoker18 in #1873
- python: Port all Python tests to sqlc-gen-python by @kyleconroy in #1907
- compiler: Move Kotlin parameter logic into codegen by @kyleconroy in #1910
- Update pg_query_go to 2.2.0 / libpg_query to 13-2.2.0 by @lfittl in #1921
- build(deps): bump golang from 1.19.1 to 1.19.3 by @dependabot in #1920
- Add docs for Kotlin / Python migration by @kyleconroy in #1929
- Add deprecation warning for Python and Kotlin by @kyleconroy in #1930
- python: Upgrade to sqlc-gen-python v1.0.0 by @kyleconroy in #1932
- Port kotlin examples to sqlc-gen-kotlin by @kyleconroy in #1931
- docs: Update migration guides with links by @kyleconroy in #1933
- cmd/sqlc: Bump to v1.16.0 by @kyleconroy in #1934
New Contributors
- @ChrisElliotUK made their first contribution in #1805
- @mpyw made their first contribution in #1664
- @chrisyxlee made their first contribution in #1794
- @linweiyuan made their first contribution in #1839
- @sudomateo made their first contribution in #1854
- @mateoradman made their first contribution in #1876
- @thecashewtrader made their first contribution in #1891
- @mcdoker18 made their first contribution in #1873
- @lfittl made their first contribution in #1921
Full Changelog: v1.15.0...v1.16.0