Skip to content

Change log writing to a single statement (don't split query/args) #499

Open
@natdm

Description

@natdm

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

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions