Releases: zmitry/sqlc
Releases · zmitry/sqlc
dev build
v1.13.0-dev add go cross complile build
Development Build
Features
- run sqlc with docker on windows cmd (sqlc-dev#1557) #1557 (Parvin Eyvazov)
- Add JSON "codegen" output (sqlc-dev#1565) #1565 (Kyle Conroy)
- Add sqlc.narg() for nullable named params (sqlc-dev#1536) #1536 (Steven Kabbes)
Bug Fixes
- bundler: Only close multipart writer once (sqlc-dev#1528) #1528 (Kyle Conroy)
- endtoend: Regenerate testdata for exex_lastid (Kyle Conroy)
- pgx: copyfrom imports (sqlc-dev#1626) #1626 (Jordi Montes)
- Validate sqlc function arguments (sqlc-dev#1633) #1633 (Ryan Berger)
Documentation
- add documentation for sqlc.narg() (sqlc-dev#1580) #1580 (Steven Kabbes)
- Add some more example code for running transactions (sqlc-dev#1583) #1583 (Jille Timmermans)
- fix examples (sqlc-dev#1608) #1608 (Nao Yonashiro)
Code Refactoring
- sql/catalog: Improve Readability (sqlc-dev#1595) #1595 (Barry Songa)
Builds
- deps: bump github.com/lib/pq from 1.10.4 to 1.10.5 (sqlc-dev#1534) #1534 (dependabot[bot])
- deps: bump actions/setup-java from 2 to 3 (sqlc-dev#1542) #1542 (dependabot[bot])
- deps: bump actions/setup-go from 2 to 3 (sqlc-dev#1543) #1543 (dependabot[bot])
- deps: bump golang from 1.18.0 to 1.18.1 (sqlc-dev#1547) #1547 (dependabot[bot])
- deps: bump github.com/jackc/pgx/v4 from 4.15.0 to 4.16.0 (sqlc-dev#1562) #1562 (dependabot[bot])
- deps: bump github.com/google/go-cmp from 0.5.7 to 0.5.8 (sqlc-dev#1573) #1573 (dependabot[bot])
- deps: bump github.com/jackc/pgx/v4 from 4.16.0 to 4.16.1 (sqlc-dev#1597) #1597 (dependabot[bot])
- deps: bump golang from 1.18.1 to 1.18.2 (sqlc-dev#1609) #1609 (dependabot[bot])
- deps: bump github.com/lib/pq from 1.10.5 to 1.10.6 (sqlc-dev#1627) #1627 (dependabot[bot])
Commits
- 2d8892b: Adding LastInsertId for Go (sqlc-dev#1484) (David Pennington) #1484
- 4e37925: Added update query to postgresql docs (sqlc-dev#1535) (Yusuf Ganiyu) #1535
- 04c6c90: Pydantic models config field (sqlc-dev#1538) (danicc097) #1538
- 52b6bb4: Prepend an underscore to a StructName if it starts with a digit. (sqlc-dev#1554) (Igor Cananea) #1554
- b6ebb42: fix typo in feature request bug template (sqlc-dev#1568) (Josh Bleecher Snyder) #1568
- 0441e17: Add 1.13.0 to Issue Template (sqlc-dev#1592) (Dan Price) #1592
- c893a0d: Add support for CHANGE COLUMN in MySQL (sqlc-dev#1605) (Daniel Simmons) #1605
- 996a73a: Fix panic when calling cmd.Do subsequently (sqlc-dev#1614) (jlisthood) #1614
- typo fix in overrides config example (sqlc-dev#1619) #1619 (Aleksandr Baryshnikov)
- 9c3a985: internal/codegen: add Enum.Valid and AllEnumValues (sqlc-dev#1613) (Josh Bleecher Snyder) #1613
- b0d6f13: Bug fix to index relation creation bug (sqlc-dev#1640) (Barry Songa) #1640
- 4fb1f3f: add go cross complile build (Zherebko Dmitry)
v1.13.1-glob
upgrade antlr
glob
v1.13.0-glob Merge branch 'kyleconroy:main' into main
glob fix
v1.12.0-globfix add is down check