Open
Description
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]
[1315]
SELECT WHERE ...
[1111]
Proposal:
Safer concurrent logging and don't separate the query and the args