issues Search Results · repo:sqlc-dev/sqlc-gen-kotlin language:Go
Filter by
9 results
(64 ms)9 results
insqlc-dev/sqlc-gen-kotlin (press backspace or delete to remove)Environment
- Engine: postgresql
- Plugin: sqlc-gen-kotlin_1.2.0.wasm / 22b437ecaea66417bbd3b958339d9868ba89368ce542c936c37305acf373104b
- sqlc version: 1.28.0
Issue
Setup
I have the following ...
Piszmog
- Opened on Apr 23
- #31
Inconsistent behavior of psql types.
CREATE TABLE example(
id SERIAL4 PRIMARY KEY NOT NULL
);
-- name: test :many
SELECT id FROM example;
The generated table model is
data class Example(
val id: ...
Zerkath
- Opened on Apr 7
- #30
Environment
- Engine: postgresql
- Plugin: sqlc-gen-kotlin_1.2.0.wasm / 22b437ecaea66417bbd3b958339d9868ba89368ce542c936c37305acf373104b
- sqlc version: 1.28.0
Issue
Setup
I have the following ...
Piszmog
- 1
- Opened on Mar 7
- #28
Environment
- Engine: postgresql
- Plugin: sqlc-gen-kotlin_1.2.0.wasm / 22b437ecaea66417bbd3b958339d9868ba89368ce542c936c37305acf373104b
- sqlc version: 1.28.0
Issue
Setup
I have the following ...
Piszmog
- Opened on Jan 22
- #26
A model s data class representing the connection table conflicts with java.sql.Connection, leading to a compilation
error.
Toru-Takagi
- Opened on Apr 5, 2024
- #23
When creating a boolean (nullable) column in Postgres.
When generating code from SQL that retrieves this column, it becomes results.getBoolean() . Reading ResultSet.java, it
states Returns: the column ...
Toru-Takagi
- 1
- Opened on Feb 7, 2024
- #20
When creating a decimal(19, 4) column in PostgreSQL, it generates a data class with a property of type
java.math.BigDecimal? .
However, when generating a query for a table with this column, the code results.getjava.math.BigDecimal() ...
Toru-Takagi
- Opened on Jan 15, 2024
- #18
When using the plugin to generate Kotlin output for :execrows queries with MySql return statements are missing and the
resulting files wont compile.
If I look at the template code it looks like the generated ...
cameroncash
- Opened on Jan 30, 2023
- #2
Version
1.12.0
What happened?
Tried to use named parameters with the Kotlin code generator, but ran into an error. I recreated the issue in the unit
tests and came to know that Kotlin enforces the use ...
kyleconroy
- Opened on Nov 9, 2022
- #1

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.