Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
sqlc_1.28.0_windows_amd64.zip | 2025-01-20 | 15.4 MB | |
sqlc_1.28.0_windows_amd64.tar.gz | 2025-01-20 | 15.5 MB | |
sqlc_1.28.0_linux_arm64.zip | 2025-01-20 | 27.5 MB | |
sqlc_1.28.0_linux_arm64.tar.gz | 2025-01-20 | 27.6 MB | |
sqlc_1.28.0_linux_amd64.zip | 2025-01-20 | 15.2 MB | |
sqlc_1.28.0_linux_amd64.tar.gz | 2025-01-20 | 15.4 MB | |
sqlc_1.28.0_darwin_arm64.zip | 2025-01-20 | 14.0 MB | |
sqlc_1.28.0_darwin_arm64.tar.gz | 2025-01-20 | 14.1 MB | |
sqlc_1.28.0_darwin_amd64.zip | 2025-01-20 | 15.2 MB | |
sqlc_1.28.0_darwin_amd64.tar.gz | 2025-01-20 | 15.3 MB | |
README.md | 2025-01-20 | 4.2 kB | |
v1.28.0 source code.tar.gz | 2025-01-20 | 1.0 MB | |
v1.28.0 source code.zip | 2025-01-20 | 4.3 MB | |
Totals: 13 Items | 180.5 MB | 1 |
What's Changed
Fixes
- fix (engine/sqlite): normalize table names (#3162) by @jvns in https://github.com/sqlc-dev/sqlc/pull/3657
- fix(cmd): Read correct environment variable for remote by @emilecaron in https://github.com/sqlc-dev/sqlc/pull/3536
- fix(compiler): Don't crash on WHERE x IN (... UNION ...) by @Jille in https://github.com/sqlc-dev/sqlc/pull/3652
- fix(dbmanager): use correct SQL to drop databases by @scottt in https://github.com/sqlc-dev/sqlc/pull/3640
- fix(docs): correct spelling and grammar by @anazcodes in https://github.com/sqlc-dev/sqlc/pull/3645
- fix(golang): escape q field name by @vitords in https://github.com/sqlc-dev/sqlc/pull/3647
- fix(postgresql): Support renaming and dropping materialized views by @swallowstalker in https://github.com/sqlc-dev/sqlc/pull/3728
- fix: Do not close wazero module on error (#3758) by @edman in https://github.com/sqlc-dev/sqlc/pull/3759
- fix: Incorrect generate model names for "metadata" suffix by @qanghaa in https://github.com/sqlc-dev/sqlc/pull/3553
Features
- feat(cli): Bump version from 1.27.0 to 1.28.0 by @kyleconroy in https://github.com/sqlc-dev/sqlc/pull/3798
- feat(docs): how-to use transactions with pgx by @pedro-tiple in https://github.com/sqlc-dev/sqlc/pull/3557
- feat(dolphin): Upgrade to latest TiDB parser by @kyleconroy in https://github.com/sqlc-dev/sqlc/pull/3733
- feat(mysql): Add a test for VECTOR column type by @kyleconroy in https://github.com/sqlc-dev/sqlc/pull/3734
- feat(quickdb): Remove unused func by @kyleconroy in https://github.com/sqlc-dev/sqlc/pull/3576
- feat: Allow selective disabling of rules per query by @rhodeon in https://github.com/sqlc-dev/sqlc/pull/3620
- feat: added sqlite beta support to C# plugin by @SockworkOrange in https://github.com/sqlc-dev/sqlc/pull/3658
Documentation
- docs: Add changelog for 1.28.0 by @kyleconroy in https://github.com/sqlc-dev/sqlc/pull/3797
- docs: Fix json format and invalid property by @michaelbeutler in https://github.com/sqlc-dev/sqlc/pull/3459
- docs: Fix sqlite package import by @cugu in https://github.com/sqlc-dev/sqlc/pull/3767
- docs: Update tutorial to use modernc.sql/sqlite by @werelord in https://github.com/sqlc-dev/sqlc/pull/3562
- docs: add missing documentation about copyfrom by @YvanDaSilva in https://github.com/sqlc-dev/sqlc/pull/3583
- docs: add sqlc-gen-from-template by @fdietze in https://github.com/sqlc-dev/sqlc/pull/3601
Misc
- build: Upgrade to Go 1.23.5 by @kyleconroy in https://github.com/sqlc-dev/sqlc/pull/3795
- chore: Remove the triage label by @kyleconroy in https://github.com/sqlc-dev/sqlc/pull/3527
- chore: Upgrade to Go 1.22.8 to silence vulncheck by @kyleconroy in https://github.com/sqlc-dev/sqlc/pull/3646
New Contributors
- @emilecaron made their first contribution in https://github.com/sqlc-dev/sqlc/pull/3536
- @pedro-tiple made their first contribution in https://github.com/sqlc-dev/sqlc/pull/3557
- @michaelbeutler made their first contribution in https://github.com/sqlc-dev/sqlc/pull/3459
- @anazcodes made their first contribution in https://github.com/sqlc-dev/sqlc/pull/3645
- @scottt made their first contribution in https://github.com/sqlc-dev/sqlc/pull/3640
- @jvns made their first contribution in https://github.com/sqlc-dev/sqlc/pull/3657
- @vitords made their first contribution in https://github.com/sqlc-dev/sqlc/pull/3647
- @YvanDaSilva made their first contribution in https://github.com/sqlc-dev/sqlc/pull/3583
- @werelord made their first contribution in https://github.com/sqlc-dev/sqlc/pull/3562
- @qanghaa made their first contribution in https://github.com/sqlc-dev/sqlc/pull/3553
- @rhodeon made their first contribution in https://github.com/sqlc-dev/sqlc/pull/3620
- @swallowstalker made their first contribution in https://github.com/sqlc-dev/sqlc/pull/3728
- @fdietze made their first contribution in https://github.com/sqlc-dev/sqlc/pull/3601
- @edman made their first contribution in https://github.com/sqlc-dev/sqlc/pull/3759
- @cugu made their first contribution in https://github.com/sqlc-dev/sqlc/pull/3767
Full Changelog: https://github.com/sqlc-dev/sqlc/compare/v1.27.0...v1.28.0