issues
search
sqlc-dev
/
sqlc
Generate type-safe code from SQL
https://sqlc.dev
MIT License
13.51k
stars
810
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Type override not working on array
#3716
dcrystalj
opened
15 hours ago
0
`overrides` not work for `inet`
#3715
i11010520
opened
2 days ago
1
build(deps): bump the production-dependencies group across 1 directory with 5 updates
#3714
dependabot[bot]
opened
3 days ago
0
Problem with schema switching in PostgreSQL when running sqlc queries (relation does not exist error
#3713
sunmery
closed
3 days ago
0
Type overrides not honoured for nullable fields with pgx5
#3712
lucianonooijen
opened
5 days ago
1
fix: range subselect alias pointer dereference
#3711
ahme-dev
opened
5 days ago
0
Postgres: casting result to text results in sqlc generating a string instead of a nullable string
#3710
veqryn
opened
5 days ago
1
How to map `pg_catalog.timestamptz` to `time.Time` and `*time.Time` with `pgx/v5`
#3709
i11010520
opened
5 days ago
2
error parsing sqlc.yaml: file does not exist
#3708
NiketanSaini
opened
6 days ago
0
build(deps): bump the production-dependencies group across 1 directory with 2 updates
#3707
dependabot[bot]
closed
17 hours ago
0
build(deps): bump the production-dependencies group across 1 directory with 4 updates
#3706
dependabot[bot]
closed
3 days ago
1
A query that contains a slice and a regular parameter generates query code with incorrect placeholder ordinal
#3705
jhlgns
opened
1 week ago
1
How to specify or what is the way to define to create model for the MySQL procedure CALL ?
#3704
anazcodes
opened
1 week ago
3
sqlc compile does not report issues in sql files
#3703
zbelial
opened
1 week ago
0
Column naming doesn't work with multiple renames
#3702
jrozner
opened
1 week ago
1
Return `Querier` interface from `WithTx` when interface is emitted.
#3701
0xstepit
opened
1 week ago
0
specifying correct type in MySQL
#3700
omid9h
opened
1 week ago
0
pgx go generate execresult and execlastid not working
#3699
optimuspaul
opened
1 week ago
1
Typecast to nullable type
#3698
quinn
opened
1 week ago
0
Updating Rows: Documented syntax doesn't produce expected result for MySQL and Sqlite
#3697
ookjosh
opened
1 week ago
0
Timestamp between interaction on Python codegen
#3696
otavioabreu27
opened
1 week ago
0
CAST as char in mysql not working as expected
#3695
optimuspaul
opened
1 week ago
0
build(deps): bump packaging from 24.1 to 24.2 in /docs in the production-dependencies group
#3694
dependabot[bot]
closed
1 week ago
1
build(deps): bump the production-dependencies group across 1 directory with 3 updates
#3693
dependabot[bot]
closed
1 week ago
1
build(deps): bump github.com/google/cel-go from 0.21.0 to 0.22.0 in the production-dependencies group
#3692
dependabot[bot]
closed
1 week ago
1
build(deps): bump golang from 1.23.2 to 1.23.3
#3691
dependabot[bot]
closed
17 hours ago
0
Unable to generate for query using `generate_series` with new Postgres 16 syntax
#3690
jchen42703
closed
2 weeks ago
1
Convert use of sql.Null* types to sql.Null[T]
#3689
Nigel2392
opened
2 weeks ago
2
`CAST` in SQLite yields incorrect type
#3688
NOOBDY
opened
2 weeks ago
0
sqlc generate:when I change uri localhost to aliyun RDS PG16, some problems appeared
#3687
LuoShenKui
closed
2 weeks ago
1
Don't require Go MySQL parseTime=true
#3686
jessepeterson
opened
2 weeks ago
0
Support different parameter tags
#3685
adamgen
closed
2 weeks ago
1
Backticks are not supported
#3684
dector
opened
3 weeks ago
0
Parser can't handle this query
#3682
domino14
opened
3 weeks ago
1
[Error] there is allways - 'syntax error near " CREATE TABLE authors"'
#3681
GARcraft
opened
3 weeks ago
0
Panic nil pointer deference on derived table
#3679
boyter
opened
3 weeks ago
0
The copyform for MySQL throws "can't encode type float64 to TSV" when one of the column is of type float
#3677
bignyap
opened
3 weeks ago
4
Distinct JSON_ARRAYAGG causes syntax error with MySQL
#3676
dalobstah
opened
3 weeks ago
0
Select query generating wrong position for parameters placeholders
#3675
juniorgarcia
opened
3 weeks ago
1
Parameter parser can't handle some math operators
#3674
artnez
opened
3 weeks ago
0
Support for RLIKE REGEX
#3673
lil5
opened
4 weeks ago
0
Generating FOR UPDATE OF query with postgres schemas fails
#3672
GeertJohan
opened
4 weeks ago
0
Invalid UUID type is generated for null column with foreign key
#3671
illiafox
opened
1 month ago
3
Invalid UUID type is generated for null column with foreign key
#3670
illiafox
closed
1 month ago
1
feat: default schema configuration for postgresql
#3668
prog8
opened
1 month ago
0
LEFT JOIN (SELECT ...) can cause incorrect type being generated.
#3667
ignassew
opened
1 month ago
0
build(deps): bump markupsafe from 3.0.1 to 3.0.2 in /docs in the production-dependencies group
#3666
dependabot[bot]
closed
2 weeks ago
0
sqlc completely skips over arguments in complex queries with no error messages
#3665
maddsua
opened
1 month ago
0
sqlc generates non idiomatic field names, when column names are in PascalCase or camelCase
#3664
Crushless
opened
1 month ago
0
Configure search_path
#3663
prog8
opened
1 month ago
4
Next