netayg
netayg
Enums are not generated (even when valid with only [a-z] letters) ### What version of SQLBoiler are you using (sqlboiler --version)? ``` $ sqlboiler --version SQLBoiler v4.11.0 ``` Installed today,...
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.
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...