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 2d7812f..3fba012 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.25.0 +// sqlc v1.26.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 8013539..136b20e 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.25.0 +// sqlc v1.26.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 29edfe7..84481f4 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.25.0 +// sqlc v1.26.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 2e42cbd..40b9b4d 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.25.0 +// sqlc v1.26.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 0726e6e..14e478f 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.25.0 +// sqlc v1.26.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 fe0338a..4222022 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.25.0 +// sqlc v1.26.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 ba2b17e..d72ffa3 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.25.0 +// sqlc v1.26.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 00213f5..54a4bb4 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.25.0 +// sqlc v1.26.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 c5ca6e4..793a5f2 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.25.0 +// sqlc v1.26.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 be8d68e..03259f7 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.25.0 +// sqlc v1.26.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 f7c5894..0ea1463 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.25.0 +// sqlc v1.26.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 8e3f3c3..605937c 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.25.0 +// sqlc v1.26.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 35a99dd..c2412b8 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.25.0 +// sqlc v1.26.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 b50a4e3..4c19cf8 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.25.0 +// sqlc v1.26.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 5760a0e..82991de 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.25.0 +// sqlc v1.26.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 c2795d0..56d94a9 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.25.0 +// sqlc v1.26.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 ed84340..fc6de8d 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.25.0 +// sqlc v1.26.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 9965de0..3eed708 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.25.0 +// sqlc v1.26.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 20ae4d4..305f719 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.25.0 +// sqlc v1.26.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 a7c6733..7b6183f 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.25.0 +// sqlc v1.26.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 1519d78..5171070 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.25.0 +// sqlc v1.26.0 package com.example.ondeck.postgresql