Open Dot-H opened 4 years ago
This seems to be a mysql-specific feature request. Looking at postgres' delete syntax it has a different way of pulling in other columns.
Probably not going to do this as it lacks utility for postgresql. Though any non-breaking pull-request to fix this would probably not be turned down if it wasn't crazy :D
What version of SQLBoiler are you using (
sqlboiler --version
)?After #702 : 3.7.0
What is your database and version (eg. Postgresql 10)
MySQL 8.0.19
If this happened at runtime what code produced the issue? (if not applicable leave blank)
Please provide a relevant database schema so we can replicate your issue (Provided you are comfortable sharing this)
I used the example database schema to reproduce.
Further information. What did you do, what did you expect?
What I did
Debug output (
boil.DebugMode = true
):pilots
" before the FROM otherwise there would be a syntax error when adding the INNER JOIN.