-
Notifications
You must be signed in to change notification settings - Fork 871
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
11 Pull requests merged by 4 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
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
6 Issues closed by 3 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
13 Issues opened by 13 people
-
postresql database inconsistent between documentation and docker-compose.yml
#3952 opened
May 3, 2025 -
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
33 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.
-
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 -
Cannot retrieve array of custom enums using pgx
#1871 commented on
Apr 30, 2025 • 0 new comments -
Generated code returns nil slice instead of empty slice for zero results
#3910 commented on
Apr 30, 2025 • 0 new comments -
Support needed for custom tags on `*Params`-like structs
#2146 commented on
Apr 30, 2025 • 0 new comments -
Option to print the exact query sent to the database before running it
#3207 commented on
May 1, 2025 • 0 new comments -
sqlc completely skips over arguments in complex queries with no error messages
#3665 commented on
May 2, 2025 • 0 new comments -
feat: add DATE, DATETIME, TIMESTAMP compatibility with libsql in Go
#3736 commented on
May 2, 2025 • 0 new comments -
config "output_querier_file_name" does not work properly
#3285 commented on
May 2, 2025 • 0 new comments -
Add a NULL value to a varchar array
#1638 commented on
May 2, 2025 • 0 new comments -
Inherited tables do not get updating after adding column to parent table
#3024 commented on
May 4, 2025 • 0 new comments -
fix(sqlite): introduce "update from..." to the parser
#3610 commented on
May 1, 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 -
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