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

Hi @aarondl, I came across the following package https://github.com/knocknote/rapidash and I am thinking about checking it out as an opt-in plugin idea (including the relevant template entries) for `sqlboiler`. Now...

Sometimes a record needs to be deleted which is referenced by other relations. So, those relations need to be deleted first. At the moment this template code: https://github.com/volatiletech/sqlboiler/blob/e004393fa62ca053ec76d14df63d2e066cd2de23/templates/12_relationship_to_many_setops.go.tpl#L317-L323 Renders to:...

### What version of SQLBoiler are you using (`sqlboiler --version`)? SQLBoiler v3.4.0 ### Issue Related: https://github.com/volatiletech/sqlboiler/issues/508 I would like to be able to select specific columns, not all, for a...

bug

https://masterminds.github.io/sprig/ I'm working on a custom template requires me to +1 to the index integer of a range of table columns, but I see no easy way to do this....

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

help wanted

Would be nice to publish "official" docker images on hub.docker.com. Happy to help if needed.

We'd like to only log debug messages on a per query basis and I feel this can be done via context I've experimented locally with an implementation that I feel...

help wanted
feature request

### What version of SQLBoiler are you using (`sqlboiler --version`)? 3 Running sql queries concurrently log the queries and arguments in random order eg: ``` SELECT WHERE... SELECT WHERE... [1212]...

enhancement
help wanted

I have a validation function I run as a `BeforeUpdateHook` on one model. It runs some checks an associated model (in the context of the local model), and it would...

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 v3.2.0 ### If this...

bug
help wanted