sqlboiler
sqlboiler copied to clipboard
Generate a Go ORM tailored to your database schema.
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.15.0 ### What is...
### What version of SQLBoiler are you using (`sqlboiler --version`)? SQLBoiler v4.15.0 ### What is your database and version (eg. Postgresql 10) psql (PostgreSQL) 15.4 ### If this happened at...
### What version of SQLBoiler are you using (`sqlboiler --version`)? SQLBoiler v4.10.2 ### What is your database and version (eg. Postgresql 10) Doesn't matter ### If this happened at runtime...
Bug in queries/reflect.go in which bind does not check rows.Err() prior to returning sql.ErrNoRows
This can cause sql.ErrNoRows to be returned incorrectly when any error occurs before foundOne is set to true. This danger is documented for Bind, but Query.Bind does not check this....
Version: SQLBoiler v4.14.1 DB: mysql 8 Scenario: I have the following data that is looped through when eager loading:  This (by sqlboiler generated) code appends relations to non singular...
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.14.1 ### What is...
### What version of SQLBoiler are you using (`sqlboiler --version`)? `v4.14.2` ### What is your database and version (eg. Postgresql 10) `Postgres 15` ### If this happened at runtime what...
### What version of SQLBoiler are you using (`sqlboiler --version`)? `SQLBoiler v4.15.0` (Actually I'm using the latest code from `master`) ### What is your database and version (eg. Postgresql 10)...
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.15.0 ### What is...
Hello, It seems that views are not yet supported for SQLite? At least I didn't see them generated. I use them as external content tables for full-text search. With the...