sqlboiler icon indicating copy to clipboard operation
sqlboiler copied to clipboard

Generate a Go ORM tailored to your database schema.

Results 114 sqlboiler issues
Sort by recently updated
recently updated
newest added

Names with uppercase letters should be saved with `"` (double quotes) in `TablenameColumns` struct. This will allow using uppercase names in the DB. Currently unsupported as far as I know.

feature request
breaking

It would be helpful to pull comments from tables and column, and if they are present, write them as comments in the generated go code. This will help with documentation...

help wanted
feature request

Hey! I'm converting some values from decimals to nullable decimals so we can distinguish between zero and unset. I've noticed some odd behaviour in the way records are inserted. The...

bug

`Upsert()` returns a error `cannot upsert with a table that cannot conflict on a unique column`. ### What version of SQLBoiler are you using (`sqlboiler --version`)? **SQLBoiler v3.0.0-rc9** ### If...

bug
help wanted

If you're having a generation problem please answer these questions before submitting your issue. Thanks! ### What version of SQLBoiler are you using (`sqlboiler --version`)? SQLBoiler v4.10.2 ### What is...

help wanted
feature request

### What version of SQLBoiler are you using (`sqlboiler --version`)? v4.11.0 ### What is your database and version (eg. Postgresql 10) PostgreSQL 13 ### If this happened at runtime what...

bug

If you're having a generation problem please answer these questions before submitting your issue. Thanks! ### What version of SQLBoiler are you using (`sqlboiler --version`)? SQLBoiler v4.11.0 ### What is...

bug

github.com/volatiletech/sqlboiler/[email protected] From nancy [https://github.com/sonatype-nexus-community/nancy]: [CVE-2022-29153] CWE-918: Server-Side Request Forgery (SSRF) Description - HashiCorp Consul and Consul Enterprise through 2022-04-12 allow SSRF. -->github.com/volatiletech/sqlboiler/[email protected] ----> github.com/spf13/[email protected] ------> github.com/sagikazarmark/[email protected] --------> github.com/hashicorp/consul/[email protected] [CVE-2022-29153] CWE-918:...

The version is: `SQLBoiler v4.11.0` and I am using the sqlite3 driver. I have this handler, and I can't get it working. I have tried all variations of columns like...

### What version of SQLBoiler are you using (`sqlboiler --version`)? v4.2.0 ### What is your database and version (eg. Postgresql 10) MySQL 5.7 ### Please provide a relevant database schema...

planned
relationship loading