From d7734021bb957e5bd6812c658554d7876125a167 Mon Sep 17 00:00:00 2001 From: Kyle Conroy Date: Mon, 20 Jan 2025 10:30:15 -0800 Subject: [PATCH] chore: Update to sqlc v1.28.0 --- examples/src/main/kotlin/com/example/authors/mysql/Models.kt | 2 +- examples/src/main/kotlin/com/example/authors/mysql/Queries.kt | 2 +- .../src/main/kotlin/com/example/authors/mysql/QueriesImpl.kt | 2 +- .../src/main/kotlin/com/example/authors/postgresql/Models.kt | 2 +- .../src/main/kotlin/com/example/authors/postgresql/Queries.kt | 2 +- .../main/kotlin/com/example/authors/postgresql/QueriesImpl.kt | 2 +- examples/src/main/kotlin/com/example/booktest/mysql/Models.kt | 2 +- examples/src/main/kotlin/com/example/booktest/mysql/Queries.kt | 2 +- .../src/main/kotlin/com/example/booktest/mysql/QueriesImpl.kt | 2 +- .../src/main/kotlin/com/example/booktest/postgresql/Models.kt | 2 +- .../src/main/kotlin/com/example/booktest/postgresql/Queries.kt | 2 +- .../main/kotlin/com/example/booktest/postgresql/QueriesImpl.kt | 2 +- examples/src/main/kotlin/com/example/jets/Models.kt | 2 +- examples/src/main/kotlin/com/example/jets/Queries.kt | 2 +- examples/src/main/kotlin/com/example/jets/QueriesImpl.kt | 2 +- examples/src/main/kotlin/com/example/ondeck/mysql/Models.kt | 2 +- examples/src/main/kotlin/com/example/ondeck/mysql/Queries.kt | 2 +- .../src/main/kotlin/com/example/ondeck/mysql/QueriesImpl.kt | 2 +- .../src/main/kotlin/com/example/ondeck/postgresql/Models.kt | 2 +- .../src/main/kotlin/com/example/ondeck/postgresql/Queries.kt | 2 +- .../main/kotlin/com/example/ondeck/postgresql/QueriesImpl.kt | 2 +- 21 files changed, 21 insertions(+), 21 deletions(-) diff --git a/examples/src/main/kotlin/com/example/authors/mysql/Models.kt b/examples/src/main/kotlin/com/example/authors/mysql/Models.kt index b0d92de..6357d5b 100644 --- a/examples/src/main/kotlin/com/example/authors/mysql/Models.kt +++ b/examples/src/main/kotlin/com/example/authors/mysql/Models.kt @@ -1,6 +1,6 @@ // Code generated by sqlc. DO NOT EDIT. // versions: -// sqlc v1.27.0 +// sqlc v1.28.0 package com.example.authors.mysql diff --git a/examples/src/main/kotlin/com/example/authors/mysql/Queries.kt b/examples/src/main/kotlin/com/example/authors/mysql/Queries.kt index 4badc18..e6a9cc1 100644 --- a/examples/src/main/kotlin/com/example/authors/mysql/Queries.kt +++ b/examples/src/main/kotlin/com/example/authors/mysql/Queries.kt @@ -1,6 +1,6 @@ // Code generated by sqlc. DO NOT EDIT. // versions: -// sqlc v1.27.0 +// sqlc v1.28.0 package com.example.authors.mysql diff --git a/examples/src/main/kotlin/com/example/authors/mysql/QueriesImpl.kt b/examples/src/main/kotlin/com/example/authors/mysql/QueriesImpl.kt index cdb5a2c..1fd5930 100644 --- a/examples/src/main/kotlin/com/example/authors/mysql/QueriesImpl.kt +++ b/examples/src/main/kotlin/com/example/authors/mysql/QueriesImpl.kt @@ -1,6 +1,6 @@ // Code generated by sqlc. DO NOT EDIT. // versions: -// sqlc v1.27.0 +// sqlc v1.28.0 package com.example.authors.mysql diff --git a/examples/src/main/kotlin/com/example/authors/postgresql/Models.kt b/examples/src/main/kotlin/com/example/authors/postgresql/Models.kt index 1f12c6f..9b386dc 100644 --- a/examples/src/main/kotlin/com/example/authors/postgresql/Models.kt +++ b/examples/src/main/kotlin/com/example/authors/postgresql/Models.kt @@ -1,6 +1,6 @@ // Code generated by sqlc. DO NOT EDIT. // versions: -// sqlc v1.27.0 +// sqlc v1.28.0 package com.example.authors.postgresql diff --git a/examples/src/main/kotlin/com/example/authors/postgresql/Queries.kt b/examples/src/main/kotlin/com/example/authors/postgresql/Queries.kt index 32f503b..5b7f1f8 100644 --- a/examples/src/main/kotlin/com/example/authors/postgresql/Queries.kt +++ b/examples/src/main/kotlin/com/example/authors/postgresql/Queries.kt @@ -1,6 +1,6 @@ // Code generated by sqlc. DO NOT EDIT. // versions: -// sqlc v1.27.0 +// sqlc v1.28.0 package com.example.authors.postgresql diff --git a/examples/src/main/kotlin/com/example/authors/postgresql/QueriesImpl.kt b/examples/src/main/kotlin/com/example/authors/postgresql/QueriesImpl.kt index 6c97b6b..85b1a57 100644 --- a/examples/src/main/kotlin/com/example/authors/postgresql/QueriesImpl.kt +++ b/examples/src/main/kotlin/com/example/authors/postgresql/QueriesImpl.kt @@ -1,6 +1,6 @@ // Code generated by sqlc. DO NOT EDIT. // versions: -// sqlc v1.27.0 +// sqlc v1.28.0 package com.example.authors.postgresql diff --git a/examples/src/main/kotlin/com/example/booktest/mysql/Models.kt b/examples/src/main/kotlin/com/example/booktest/mysql/Models.kt index 3381988..eadfcea 100644 --- a/examples/src/main/kotlin/com/example/booktest/mysql/Models.kt +++ b/examples/src/main/kotlin/com/example/booktest/mysql/Models.kt @@ -1,6 +1,6 @@ // Code generated by sqlc. DO NOT EDIT. // versions: -// sqlc v1.27.0 +// sqlc v1.28.0 package com.example.booktest.mysql diff --git a/examples/src/main/kotlin/com/example/booktest/mysql/Queries.kt b/examples/src/main/kotlin/com/example/booktest/mysql/Queries.kt index c3b5224..c734bd6 100644 --- a/examples/src/main/kotlin/com/example/booktest/mysql/Queries.kt +++ b/examples/src/main/kotlin/com/example/booktest/mysql/Queries.kt @@ -1,6 +1,6 @@ // Code generated by sqlc. DO NOT EDIT. // versions: -// sqlc v1.27.0 +// sqlc v1.28.0 package com.example.booktest.mysql diff --git a/examples/src/main/kotlin/com/example/booktest/mysql/QueriesImpl.kt b/examples/src/main/kotlin/com/example/booktest/mysql/QueriesImpl.kt index e68a661..bb99eee 100644 --- a/examples/src/main/kotlin/com/example/booktest/mysql/QueriesImpl.kt +++ b/examples/src/main/kotlin/com/example/booktest/mysql/QueriesImpl.kt @@ -1,6 +1,6 @@ // Code generated by sqlc. DO NOT EDIT. // versions: -// sqlc v1.27.0 +// sqlc v1.28.0 package com.example.booktest.mysql diff --git a/examples/src/main/kotlin/com/example/booktest/postgresql/Models.kt b/examples/src/main/kotlin/com/example/booktest/postgresql/Models.kt index 98c20c5..d65ee42 100644 --- a/examples/src/main/kotlin/com/example/booktest/postgresql/Models.kt +++ b/examples/src/main/kotlin/com/example/booktest/postgresql/Models.kt @@ -1,6 +1,6 @@ // Code generated by sqlc. DO NOT EDIT. // versions: -// sqlc v1.27.0 +// sqlc v1.28.0 package com.example.booktest.postgresql diff --git a/examples/src/main/kotlin/com/example/booktest/postgresql/Queries.kt b/examples/src/main/kotlin/com/example/booktest/postgresql/Queries.kt index 41288b7..975e76e 100644 --- a/examples/src/main/kotlin/com/example/booktest/postgresql/Queries.kt +++ b/examples/src/main/kotlin/com/example/booktest/postgresql/Queries.kt @@ -1,6 +1,6 @@ // Code generated by sqlc. DO NOT EDIT. // versions: -// sqlc v1.27.0 +// sqlc v1.28.0 package com.example.booktest.postgresql diff --git a/examples/src/main/kotlin/com/example/booktest/postgresql/QueriesImpl.kt b/examples/src/main/kotlin/com/example/booktest/postgresql/QueriesImpl.kt index b0bfaea..c83ff14 100644 --- a/examples/src/main/kotlin/com/example/booktest/postgresql/QueriesImpl.kt +++ b/examples/src/main/kotlin/com/example/booktest/postgresql/QueriesImpl.kt @@ -1,6 +1,6 @@ // Code generated by sqlc. DO NOT EDIT. // versions: -// sqlc v1.27.0 +// sqlc v1.28.0 package com.example.booktest.postgresql diff --git a/examples/src/main/kotlin/com/example/jets/Models.kt b/examples/src/main/kotlin/com/example/jets/Models.kt index 084f658..a7f861d 100644 --- a/examples/src/main/kotlin/com/example/jets/Models.kt +++ b/examples/src/main/kotlin/com/example/jets/Models.kt @@ -1,6 +1,6 @@ // Code generated by sqlc. DO NOT EDIT. // versions: -// sqlc v1.27.0 +// sqlc v1.28.0 package com.example.jets diff --git a/examples/src/main/kotlin/com/example/jets/Queries.kt b/examples/src/main/kotlin/com/example/jets/Queries.kt index a96ce8a..1f5ff8a 100644 --- a/examples/src/main/kotlin/com/example/jets/Queries.kt +++ b/examples/src/main/kotlin/com/example/jets/Queries.kt @@ -1,6 +1,6 @@ // Code generated by sqlc. DO NOT EDIT. // versions: -// sqlc v1.27.0 +// sqlc v1.28.0 package com.example.jets diff --git a/examples/src/main/kotlin/com/example/jets/QueriesImpl.kt b/examples/src/main/kotlin/com/example/jets/QueriesImpl.kt index 6e21f88..efcce35 100644 --- a/examples/src/main/kotlin/com/example/jets/QueriesImpl.kt +++ b/examples/src/main/kotlin/com/example/jets/QueriesImpl.kt @@ -1,6 +1,6 @@ // Code generated by sqlc. DO NOT EDIT. // versions: -// sqlc v1.27.0 +// sqlc v1.28.0 package com.example.jets diff --git a/examples/src/main/kotlin/com/example/ondeck/mysql/Models.kt b/examples/src/main/kotlin/com/example/ondeck/mysql/Models.kt index cd039e2..f8c32ca 100644 --- a/examples/src/main/kotlin/com/example/ondeck/mysql/Models.kt +++ b/examples/src/main/kotlin/com/example/ondeck/mysql/Models.kt @@ -1,6 +1,6 @@ // Code generated by sqlc. DO NOT EDIT. // versions: -// sqlc v1.27.0 +// sqlc v1.28.0 package com.example.ondeck.mysql diff --git a/examples/src/main/kotlin/com/example/ondeck/mysql/Queries.kt b/examples/src/main/kotlin/com/example/ondeck/mysql/Queries.kt index 4c7b2e1..06e91e5 100644 --- a/examples/src/main/kotlin/com/example/ondeck/mysql/Queries.kt +++ b/examples/src/main/kotlin/com/example/ondeck/mysql/Queries.kt @@ -1,6 +1,6 @@ // Code generated by sqlc. DO NOT EDIT. // versions: -// sqlc v1.27.0 +// sqlc v1.28.0 package com.example.ondeck.mysql diff --git a/examples/src/main/kotlin/com/example/ondeck/mysql/QueriesImpl.kt b/examples/src/main/kotlin/com/example/ondeck/mysql/QueriesImpl.kt index 1ed76b3..6461a90 100644 --- a/examples/src/main/kotlin/com/example/ondeck/mysql/QueriesImpl.kt +++ b/examples/src/main/kotlin/com/example/ondeck/mysql/QueriesImpl.kt @@ -1,6 +1,6 @@ // Code generated by sqlc. DO NOT EDIT. // versions: -// sqlc v1.27.0 +// sqlc v1.28.0 package com.example.ondeck.mysql diff --git a/examples/src/main/kotlin/com/example/ondeck/postgresql/Models.kt b/examples/src/main/kotlin/com/example/ondeck/postgresql/Models.kt index 936021e..66749ba 100644 --- a/examples/src/main/kotlin/com/example/ondeck/postgresql/Models.kt +++ b/examples/src/main/kotlin/com/example/ondeck/postgresql/Models.kt @@ -1,6 +1,6 @@ // Code generated by sqlc. DO NOT EDIT. // versions: -// sqlc v1.27.0 +// sqlc v1.28.0 package com.example.ondeck.postgresql diff --git a/examples/src/main/kotlin/com/example/ondeck/postgresql/Queries.kt b/examples/src/main/kotlin/com/example/ondeck/postgresql/Queries.kt index aa168b5..dbcd3c8 100644 --- a/examples/src/main/kotlin/com/example/ondeck/postgresql/Queries.kt +++ b/examples/src/main/kotlin/com/example/ondeck/postgresql/Queries.kt @@ -1,6 +1,6 @@ // Code generated by sqlc. DO NOT EDIT. // versions: -// sqlc v1.27.0 +// sqlc v1.28.0 package com.example.ondeck.postgresql diff --git a/examples/src/main/kotlin/com/example/ondeck/postgresql/QueriesImpl.kt b/examples/src/main/kotlin/com/example/ondeck/postgresql/QueriesImpl.kt index 4dc8ca4..1cdeefd 100644 --- a/examples/src/main/kotlin/com/example/ondeck/postgresql/QueriesImpl.kt +++ b/examples/src/main/kotlin/com/example/ondeck/postgresql/QueriesImpl.kt @@ -1,6 +1,6 @@ // Code generated by sqlc. DO NOT EDIT. // versions: -// sqlc v1.27.0 +// sqlc v1.28.0 package com.example.ondeck.postgresql