Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
sqlc_1.26.0_windows_amd64.zip | 2024-03-28 | 14.6 MB | |
sqlc_1.26.0_windows_amd64.tar.gz | 2024-03-28 | 14.7 MB | |
sqlc_1.26.0_linux_arm64.zip | 2024-03-28 | 25.9 MB | |
sqlc_1.26.0_linux_arm64.tar.gz | 2024-03-28 | 26.0 MB | |
sqlc_1.26.0_linux_amd64.zip | 2024-03-28 | 14.4 MB | |
sqlc_1.26.0_linux_amd64.tar.gz | 2024-03-28 | 14.5 MB | |
sqlc_1.26.0_darwin_arm64.zip | 2024-03-28 | 14.1 MB | |
sqlc_1.26.0_darwin_arm64.tar.gz | 2024-03-28 | 14.2 MB | |
sqlc_1.26.0_darwin_amd64.zip | 2024-03-28 | 15.3 MB | |
sqlc_1.26.0_darwin_amd64.tar.gz | 2024-03-28 | 15.4 MB | |
README.md | 2024-03-28 | 1.4 kB | |
v1.26.0 source code.tar.gz | 2024-03-28 | 1.0 MB | |
v1.26.0 source code.zip | 2024-03-28 | 4.2 MB | |
Totals: 13 Items | 174.5 MB | 0 |
Release notes
This release is mainly a bug fix release. It also includes an important security fix for users using output plugins.
Changes
Bug Fixes
- (docker) Use distroless base image instead of scratch (#3111)
- (generate) Ensure files are created inside output directory (#3195)
- (mysql) BREAKING: Use
int16
for MySQLSMALLINT
andYEAR
(#3106) - (mysql) BREAKING: Use
int8
for MySQL TINYINT (#3298) - (mysql) Variables not resolving in ORDER BY statements (#3115)
- (opts) Validate SQL package and driver options (#3241)
- (postgres/batch) Ignore query_parameter_limit for batches
- (scripts) Remove deprecated test output regeneration script (#3105)
- (sqlite) Correctly skip unknown statements (#3239)
Documentation
- (postgres) Add instructions for PostGIS/GEOS (#3182)
- Improve details on TEXT (#3247)
Features
- (generate) Avoid generating empty Go imports (#3135)
- (mysql) Add NEXTVAL() to the MySQL catalog (#3147)
- (mysql) Support json.RawMessage for LOAD DATA INFILE (#3099)
Build
- (deps) Bump github.com/jackc/pgx/v5 to 5.5.5 (#3259)
- (deps) Bump modernc.org/sqlite to 1.29.5 (#3200)
- (deps) Bump github.com/go-sql-driver/mysql to 1.8.0 (#3257)
- (deps) Bump github.com/tetratelabs/wazero to 1.7.0 (#3096)
- (deps) Bump github.com/pganalyze/pg_query_go to v5 (#3096)