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

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...

bug
help wanted

### 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...

question

### 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...

help wanted

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....

help wanted

Version: SQLBoiler v4.14.1 DB: mysql 8 Scenario: I have the following data that is looped through when eager loading: ![image](https://user-images.githubusercontent.com/22029424/230749777-e400f54e-5aaa-4a7f-8793-56e7c921e6bf.png) This (by sqlboiler generated) code appends relations to non singular...

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.14.1 ### What is...

bug
help wanted

### 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...

bug
help wanted

### 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...

bug
help wanted

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...

help wanted
feature request