sqlc: bump version to v1.25.0

Since v0.18.0 there they multiple bug fixes, support more postgres/sqlite
features, etc...

Nothing impacting the current code.

NOTE: It also looks like sqlc is growing as a company and wants to support
more languages, add feature for cloud clients, etc... Because of the
open source nature of this project I do not think that brings any extra
benefit. The only remarkable thing is that they are working on doing the
code more modular, and extracting the code generation in multiple "plugins"
They already extracted the go one. No changes are needed by now, but maybe
at some point they delete the code gen form the main project and the config
files need to be updated to use the plugin system [sqlc-dev/plugin-sdk-go].
This commit is contained in:
Jordi Montes
2024-02-13 11:21:33 -08:00
parent f4f593d66b
commit c0353f07dd
7 changed files with 7 additions and 7 deletions

View File

@@ -1,6 +1,6 @@
// Code generated by sqlc. DO NOT EDIT. // Code generated by sqlc. DO NOT EDIT.
// versions: // versions:
// sqlc v1.18.0 // sqlc v1.25.0
package sqlc package sqlc

View File

@@ -1,6 +1,6 @@
// Code generated by sqlc. DO NOT EDIT. // Code generated by sqlc. DO NOT EDIT.
// versions: // versions:
// sqlc v1.18.0 // sqlc v1.25.0
// source: lnc_sessions.sql // source: lnc_sessions.sql
package sqlc package sqlc

View File

@@ -1,6 +1,6 @@
// Code generated by sqlc. DO NOT EDIT. // Code generated by sqlc. DO NOT EDIT.
// versions: // versions:
// sqlc v1.18.0 // sqlc v1.25.0
package sqlc package sqlc

View File

@@ -1,6 +1,6 @@
// Code generated by sqlc. DO NOT EDIT. // Code generated by sqlc. DO NOT EDIT.
// versions: // versions:
// sqlc v1.18.0 // sqlc v1.25.0
// source: onion.sql // source: onion.sql
package sqlc package sqlc

View File

@@ -1,6 +1,6 @@
// Code generated by sqlc. DO NOT EDIT. // Code generated by sqlc. DO NOT EDIT.
// versions: // versions:
// sqlc v1.18.0 // sqlc v1.25.0
package sqlc package sqlc

View File

@@ -1,6 +1,6 @@
// Code generated by sqlc. DO NOT EDIT. // Code generated by sqlc. DO NOT EDIT.
// versions: // versions:
// sqlc v1.18.0 // sqlc v1.25.0
// source: secrets.sql // source: secrets.sql
package sqlc package sqlc

View File

@@ -16,5 +16,5 @@ docker run \
-e UID=$UID \ -e UID=$UID \
-v "$DIR/../:/build" \ -v "$DIR/../:/build" \
-w /build \ -w /build \
kjconroy/sqlc:1.18.0 generate sqlc/sqlc:1.25.0 generate