-
Notifications
You must be signed in to change notification settings - Fork 804
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Add sqlc version to generated Kotlin code (#1512)
* feat: Add sqlc version to generated Kotlin code * Add version to all files
- Loading branch information
1 parent
51f1ba4
commit 99a069a
Showing
22 changed files
with
51 additions
and
0 deletions.
There are no files selected for viewing
2 changes: 2 additions & 0 deletions
2
examples/kotlin/src/main/kotlin/com/example/authors/mysql/Models.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,6 @@ | ||
// Code generated by sqlc. DO NOT EDIT. | ||
// versions: | ||
// sqlc v1.12.0 | ||
|
||
package com.example.authors.mysql | ||
|
||
|
2 changes: 2 additions & 0 deletions
2
examples/kotlin/src/main/kotlin/com/example/authors/mysql/Queries.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,6 @@ | ||
// Code generated by sqlc. DO NOT EDIT. | ||
// versions: | ||
// sqlc v1.12.0 | ||
|
||
package com.example.authors.mysql | ||
|
||
|
2 changes: 2 additions & 0 deletions
2
examples/kotlin/src/main/kotlin/com/example/authors/mysql/QueriesImpl.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,6 @@ | ||
// Code generated by sqlc. DO NOT EDIT. | ||
// versions: | ||
// sqlc v1.12.0 | ||
|
||
package com.example.authors.mysql | ||
|
||
|
2 changes: 2 additions & 0 deletions
2
examples/kotlin/src/main/kotlin/com/example/authors/postgresql/Models.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,6 @@ | ||
// Code generated by sqlc. DO NOT EDIT. | ||
// versions: | ||
// sqlc v1.12.0 | ||
|
||
package com.example.authors.postgresql | ||
|
||
|
2 changes: 2 additions & 0 deletions
2
examples/kotlin/src/main/kotlin/com/example/authors/postgresql/Queries.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,6 @@ | ||
// Code generated by sqlc. DO NOT EDIT. | ||
// versions: | ||
// sqlc v1.12.0 | ||
|
||
package com.example.authors.postgresql | ||
|
||
|
2 changes: 2 additions & 0 deletions
2
examples/kotlin/src/main/kotlin/com/example/authors/postgresql/QueriesImpl.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,6 @@ | ||
// Code generated by sqlc. DO NOT EDIT. | ||
// versions: | ||
// sqlc v1.12.0 | ||
|
||
package com.example.authors.postgresql | ||
|
||
|
2 changes: 2 additions & 0 deletions
2
examples/kotlin/src/main/kotlin/com/example/booktest/mysql/Models.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,6 @@ | ||
// Code generated by sqlc. DO NOT EDIT. | ||
// versions: | ||
// sqlc v1.12.0 | ||
|
||
package com.example.booktest.mysql | ||
|
||
|
2 changes: 2 additions & 0 deletions
2
examples/kotlin/src/main/kotlin/com/example/booktest/mysql/Queries.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,6 @@ | ||
// Code generated by sqlc. DO NOT EDIT. | ||
// versions: | ||
// sqlc v1.12.0 | ||
|
||
package com.example.booktest.mysql | ||
|
||
|
2 changes: 2 additions & 0 deletions
2
examples/kotlin/src/main/kotlin/com/example/booktest/mysql/QueriesImpl.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,6 @@ | ||
// Code generated by sqlc. DO NOT EDIT. | ||
// versions: | ||
// sqlc v1.12.0 | ||
|
||
package com.example.booktest.mysql | ||
|
||
|
2 changes: 2 additions & 0 deletions
2
examples/kotlin/src/main/kotlin/com/example/booktest/postgresql/Models.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,6 @@ | ||
// Code generated by sqlc. DO NOT EDIT. | ||
// versions: | ||
// sqlc v1.12.0 | ||
|
||
package com.example.booktest.postgresql | ||
|
||
|
2 changes: 2 additions & 0 deletions
2
examples/kotlin/src/main/kotlin/com/example/booktest/postgresql/Queries.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,6 @@ | ||
// Code generated by sqlc. DO NOT EDIT. | ||
// versions: | ||
// sqlc v1.12.0 | ||
|
||
package com.example.booktest.postgresql | ||
|
||
|
2 changes: 2 additions & 0 deletions
2
examples/kotlin/src/main/kotlin/com/example/booktest/postgresql/QueriesImpl.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,6 @@ | ||
// Code generated by sqlc. DO NOT EDIT. | ||
// versions: | ||
// sqlc v1.12.0 | ||
|
||
package com.example.booktest.postgresql | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,6 @@ | ||
// Code generated by sqlc. DO NOT EDIT. | ||
// versions: | ||
// sqlc v1.12.0 | ||
|
||
package com.example.jets | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,6 @@ | ||
// Code generated by sqlc. DO NOT EDIT. | ||
// versions: | ||
// sqlc v1.12.0 | ||
|
||
package com.example.jets | ||
|
||
|
2 changes: 2 additions & 0 deletions
2
examples/kotlin/src/main/kotlin/com/example/jets/QueriesImpl.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,6 @@ | ||
// Code generated by sqlc. DO NOT EDIT. | ||
// versions: | ||
// sqlc v1.12.0 | ||
|
||
package com.example.jets | ||
|
||
|
2 changes: 2 additions & 0 deletions
2
examples/kotlin/src/main/kotlin/com/example/ondeck/mysql/Models.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,6 @@ | ||
// Code generated by sqlc. DO NOT EDIT. | ||
// versions: | ||
// sqlc v1.12.0 | ||
|
||
package com.example.ondeck.mysql | ||
|
||
|
2 changes: 2 additions & 0 deletions
2
examples/kotlin/src/main/kotlin/com/example/ondeck/mysql/Queries.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,6 @@ | ||
// Code generated by sqlc. DO NOT EDIT. | ||
// versions: | ||
// sqlc v1.12.0 | ||
|
||
package com.example.ondeck.mysql | ||
|
||
|
2 changes: 2 additions & 0 deletions
2
examples/kotlin/src/main/kotlin/com/example/ondeck/mysql/QueriesImpl.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,6 @@ | ||
// Code generated by sqlc. DO NOT EDIT. | ||
// versions: | ||
// sqlc v1.12.0 | ||
|
||
package com.example.ondeck.mysql | ||
|
||
|
2 changes: 2 additions & 0 deletions
2
examples/kotlin/src/main/kotlin/com/example/ondeck/postgresql/Models.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,6 @@ | ||
// Code generated by sqlc. DO NOT EDIT. | ||
// versions: | ||
// sqlc v1.12.0 | ||
|
||
package com.example.ondeck.postgresql | ||
|
||
|
2 changes: 2 additions & 0 deletions
2
examples/kotlin/src/main/kotlin/com/example/ondeck/postgresql/Queries.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,6 @@ | ||
// Code generated by sqlc. DO NOT EDIT. | ||
// versions: | ||
// sqlc v1.12.0 | ||
|
||
package com.example.ondeck.postgresql | ||
|
||
|
2 changes: 2 additions & 0 deletions
2
examples/kotlin/src/main/kotlin/com/example/ondeck/postgresql/QueriesImpl.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,6 @@ | ||
// Code generated by sqlc. DO NOT EDIT. | ||
// versions: | ||
// sqlc v1.12.0 | ||
|
||
package com.example.ondeck.postgresql | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters