What's Changed
- docs: Add process-based plugin docs by @kyleconroy in #1669
- Update BUG_REPORT.yml by @kyleconroy in #1672
- docs: Add links to downloads.sqlc.dev by @kyleconroy in #1681
- feat: More SQL Syntax Support for SQLite by @hakobera in #1687
- Added documentation for type overriding and field renaming for the version 2 of the configuration file by @eullerpereira94 in #1695
- build(deps): bump github.com/spf13/cobra from 1.4.0 to 1.5.0 by @dependabot in #1694
- Fixed typo by @i6u in #1700
- feat(sqlite): Promote SQLite support to beta by @kyleconroy in #1699
- feat: Codegen plugins, powered by WASM by @kyleconroy in #1684
- feat: Set user-agent for plugin downloads by @kyleconroy in #1707
- plugins(wasm): Change default cache location by @kyleconroy in #1709
- plugins(wasm): Change the SHA-256 config key by @kyleconroy in #1710
- improve mysql container support for testing by @hakobera in #1711
- build(deps): bump github.com/pganalyze/pg_query_go/v2 from 2.1.0 to 2.1.2 by @dependabot in #1715
- build(deps): bump github.com/bytecodealliance/wasmtime-go from 0.37.0 to 0.38.1 by @dependabot in #1719
- Feat/nullable enums by @sbres in #1485
- Support sqlite stdlib functions by @hakobera in #1712
- fix(postgresql): Add quotes for CamelCase columns by @akutschera in #1729
- chore: Add tests for quoting columns by @kyleconroy in #1733
- fix: cannot parse SQLite upsert statement by @hakobera in #1732
- sqlite - use []byte for blobs by @javiercbk in #1693
- fix(sqlite): Regenerate test output for builtins by @kyleconroy in #1735
- fix(wasm): Version modules by wasmtime version by @kyleconroy in #1734
- fix: missing imports for slices by @jlisthood in #1637
- test: Add tests for fixing slice imports by @kyleconroy in #1736
- test: Add test cases for returning by @kyleconroy in #1737
- feat(sqlite) add support for returning by @hakobera in #1741
- build(deps): bump golang from 1.18.3 to 1.18.4 by @dependabot in #1743
- Upgrade pingcap parser (#1759) by @akutschera in #1760
- chore: Remove catalog tests by @kyleconroy in #1762
- build(deps): bump google.golang.org/protobuf from 1.28.0 to 1.28.1 by @dependabot in #1763
- Fix typo in
docs/reference/config.md
by @Dexter2389 in #1764 - Add nowasm tag, fix nowasm inconsistency by @SN9NV in #1772
- fix: missing slice import for querier by @jlisthood in #1773
- build(deps): bump golang from 1.18.4 to 1.19.0 by @dependabot in #1768
- feat(sqlite) add support subquery and table function by @hakobera in #1771
- docs: Update transactions how to example by @jasonblanchard in #1775
- build: Upgrade to Go 1.19 by @kyleconroy in #1780
- build: Upgrade to go-wasmtime 0.39.0 by @kyleconroy in #1781
- cmd(sqlc): Bump version to v1.15.0 by @kyleconroy in #1782
- docs: Add 1.15 changelog by @kyleconroy in #1783
New Contributors
- @hakobera made their first contribution in #1687
- @i6u made their first contribution in #1700
- @sbres made their first contribution in #1485
- @akutschera made their first contribution in #1729
- @javiercbk made their first contribution in #1693
- @Dexter2389 made their first contribution in #1764
- @SN9NV made their first contribution in #1772
- @jasonblanchard made their first contribution in #1775
Full Changelog: v1.14.0...v1.15.0