sqlc icon indicating copy to clipboard operation
sqlc copied to clipboard

Generate type-safe code from SQL

Results 584 sqlc issues
Sort by recently updated
recently updated
newest added

Bumps the production-dependencies group with 2 updates in the /docs directory: [packaging](https://github.com/pypa/packaging) and [urllib3](https://github.com/urllib3/urllib3). Updates `packaging` from 24.0 to 24.1 Release notes Sourced from packaging's releases. 24.1 What's Changed pyupgrade/black/isort/flake8...

dependencies
python

### Version 1.26.0 ### What happened? When storing UUIDs in mysql, the underlying type (based on the community suggestions) is BINARY(16), and the way of working with it through strings...

bug
triage

### Version 1.26.0 ### What happened? I will try to show the bug (I can't say it's a bug , as it can fixed by just adjusting the label of...

bug
triage

### Version 1.26.0 ### What happened? I am trying to simply store geometry data using postgis. The insert currently does not work. I have tried following https://docs.sqlc.dev/en/stable/reference/datatypes.html#using-github-com-twpayne-go-geom but currently failing...

bug

Hey all 👋 ## Problem I hit a snag today when using pgx/v5. I'm running into an issue where my postgres queries sometimes fail due to databases that I'm hitting...

enhancement
triage

I am experiencing an issue with the override function in SQLC. I am attempting to override `pg_type.numeric` to `decimal.Decimal`. This override works correctly for most queries. However, when I perform...

bug

This fix adds tests and some renamings RemoveRollbackStatements -> RemoveIgnoredStatements as now not only rollbacks are ignored.

Hi @kyleconroy and @andrewmbenton 👋 @brandur and I have recently been looking more into making [River](https://github.com/riverqueue/river) fully support isolation at the Postgres schema level (that is, allowing different River clients...

I removed the "returning *;" because it is useless and only bring bugs. I also removed "limit 1" because there cannot be a limit.