-
Notifications
You must be signed in to change notification settings - Fork 868
Insights: sqlc-dev/sqlc
Overview
Could not load contribution data
Please try again later
1 Release published by 1 person
-
v1.29.0
published
Apr 17, 2025
15 Pull requests merged by 5 people
-
build(deps): bump packaging from 24.2 to 25.0 in /docs in the production-dependencies group
#3940 merged
Apr 28, 2025 -
build(deps): bump the production-dependencies group across 1 directory with 2 updates
#3941 merged
Apr 28, 2025 -
feat(cli): Bump version to 1.29.0
#3931 merged
Apr 17, 2025 -
Add changelog for 1.29.0
#3930 merged
Apr 17, 2025 -
build(deps): bump golang.org/x/net from 0.37.0 to 0.38.0
#3929 merged
Apr 17, 2025 -
build(deps): Upgrade github.com/wasilibs/go-pgquery
#3927 merged
Apr 14, 2025 -
fix(migrations): case-sensitive migration rollback detection
#3919 merged
Apr 11, 2025 -
build(deps): bump the production-dependencies group across 1 directory with 3 updates
#3923 merged
Apr 11, 2025 -
build(deps): bump golang from 1.24.1 to 1.24.2
#3915 merged
Apr 11, 2025 -
build(deps): bump urllib3 from 2.3.0 to 2.4.0 in /docs in the production-dependencies group
#3926 merged
Apr 11, 2025 -
[typo] locahost → localhost
#3925 merged
Apr 11, 2025 -
build(deps): bump the production-dependencies group across 1 directory with 2 updates
#3914 merged
Apr 1, 2025 -
fix(pgx): Do not wrap nil error
#3913 merged
Apr 1, 2025 -
feat(codegen/golang): add an option to wrap query errors that includes query name
#3876 merged
Mar 30, 2025 -
build(deps): bump modernc.org/sqlite from 1.36.2 to 1.36.3 in the production-dependencies group
#3905 merged
Mar 30, 2025
3 Pull requests opened by 3 people
-
A better example for `no-delete` rule to match all case raw sql for delete
#3938 opened
Apr 19, 2025 -
Use MySQL 9 in docker-compose.yml
#3944 opened
Apr 28, 2025 -
build(deps): bump certifi from 2025.1.31 to 2025.4.26 in /docs in the production-dependencies group
#3946 opened
Apr 28, 2025
8 Issues closed by 4 people
-
v1.29.0 download links broken
#3934 closed
Apr 23, 2025 -
Cassandra(or ScyllaDB) support
#3535 closed
Apr 17, 2025 -
The tool stopped working on MacOS 15.4
#3916 closed
Apr 17, 2025 -
mysql DEFAULT keyword breaks sqlc generate
#3928 closed
Apr 17, 2025 -
wasm error: out of bounds memory access wasm stack trace
#3920 closed
Apr 11, 2025 -
Configure a custom dialer
#3909 closed
Apr 8, 2025 -
A select max(column) returns an interface{} which is useless!
#3918 closed
Apr 4, 2025 -
wrap_errors: pgx always returns non-nil error.
#3912 closed
Apr 1, 2025
13 Issues opened by 13 people
-
postgresql "DO $$ BEGIN", not generate parameter.
#3949 opened
Apr 29, 2025 -
PostgreSQL enum types become interface{} with managed: true - best practices?
#3948 opened
Apr 28, 2025 -
SQLC generate fails for an existing field
#3947 opened
Apr 28, 2025 -
Provide "How to run local test" document about sqlc itself for new contributors
#3945 opened
Apr 28, 2025 -
Setting custom type for the named parameter
#3943 opened
Apr 24, 2025 -
SQLC panics when generating query for aggregating the result of a UNION
#3942 opened
Apr 23, 2025 -
Code generation error : outputted Go package name with '/' not supported
#3937 opened
Apr 19, 2025 -
Casing issue with DROP TABLE statement ...
#3936 opened
Apr 19, 2025 -
`DROP TRIGGER` and `DROP EVENT TRIGGER` Postgres queries are quietly ignored
#3935 opened
Apr 18, 2025 -
'NOT' and '!' prevents sqlc.arg from being replaced as a query argument
#3933 opened
Apr 17, 2025 -
WITH RECURSIVE JOIN table alias does not exist
#3924 opened
Apr 10, 2025 -
Pq Bind message errors
#3921 opened
Apr 6, 2025 -
Generated code returns nil slice instead of empty slice for zero results
#3910 opened
Mar 31, 2025
30 Unresolved conversations
Sometimes conversations happen on old items that aren’t yet closed. Here is a list of all the Issues and Pull Requests with unresolved conversations.
-
Propose add prepare query for single query
#2905 commented on
Mar 30, 2025 • 0 new comments -
Make `sqlc.embed` compatible with pgFormatter
#3907 commented on
Apr 1, 2025 • 0 new comments -
sqlc.embed handle CTE
#3128 commented on
Apr 2, 2025 • 0 new comments -
Support joins one to many (is the project still active?)
#3394 commented on
Apr 3, 2025 • 0 new comments -
Backticks are not supported
#3684 commented on
Apr 7, 2025 • 0 new comments -
MYSQL Driver wrongly handles JSON_ARRAYAGG in database view with pq.Array
#3833 commented on
Apr 8, 2025 • 0 new comments -
Consider generating enums for check constraints
#2923 commented on
Apr 10, 2025 • 0 new comments -
Nullable datetimes are used for timestamps marked as not null in PGX / GO
#3837 commented on
Apr 11, 2025 • 0 new comments -
Delete query with join returns panic: expected range var error
#3848 commented on
Apr 11, 2025 • 0 new comments -
SQLC generates duplicate field names with numeric suffixes when joining the same table multiple times
#3908 commented on
Apr 11, 2025 • 0 new comments -
Wrong param type when using COALESCE
#937 commented on
Apr 11, 2025 • 0 new comments -
Args in sqlite ORDER BY not respected
#3788 commented on
Apr 14, 2025 • 0 new comments -
Redundant import of lib/pq when using sqlc.slice() with sqlc.narg() with MySQL
#3420 commented on
Apr 16, 2025 • 0 new comments -
column reference not found: if you want to skip this validation, set 'strict_order_by' to false
#3857 commented on
Apr 19, 2025 • 0 new comments -
panic: runtime error: invalid memory address or nil pointer dereference
#3794 commented on
Apr 21, 2025 • 0 new comments -
SQLC generates non-nullable parameters for nullable fields in UPDATE query despite COALESCE usage (pgx driver)
#3900 commented on
Apr 22, 2025 • 0 new comments -
Table alias does not exist for subquery
#3639 commented on
Apr 23, 2025 • 0 new comments -
Relation does not exist on update only
#3852 commented on
Apr 23, 2025 • 0 new comments -
Column naming doesn't work with multiple renames
#3702 commented on
Apr 24, 2025 • 0 new comments -
Escaping natural language w/ mysql?
#3091 commented on
Apr 25, 2025 • 0 new comments -
Multiple identical slices in one query are not handled properly
#3556 commented on
Apr 27, 2025 • 0 new comments -
SQLite: running generate on a query using the json_each function results in 'column "value" does not exist' for json_each.value reference
#3802 commented on
Apr 28, 2025 • 0 new comments -
Ability to return an iterator on rows
#3631 commented on
Apr 3, 2025 • 0 new comments -
fix(compiler): fix typename comparison in function overloading
#3661 commented on
Mar 31, 2025 • 0 new comments -
feat: default schema configuration for postgresql
#3668 commented on
Apr 16, 2025 • 0 new comments -
Update postgresql_type.go - check notNull and emitPointersForNull before SQLDriver
#3839 commented on
Apr 10, 2025 • 0 new comments -
fix(sqlite): Removed ToLower in typecast
#3860 commented on
Apr 9, 2025 • 0 new comments -
allow renaming function Params structs
#3878 commented on
Apr 1, 2025 • 0 new comments -
Support `emit_pointers_for_null_types` in MySQL
#3879 commented on
Apr 10, 2025 • 0 new comments -
Include column types for composite type
#3906 commented on
Apr 8, 2025 • 0 new comments