You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.16.1
What is your database and version (eg. Postgresql 10)
Postgresql 12.1
If this happened at generation time what was the full SQLBoiler command you used to generate your models? (if not applicable leave blank)
If this happened at runtime what code produced the issue? (if not applicable leave blank)
What is the output of the command above with the -d flag added to it? (Provided you are comfortable sharing this, it contains a blueprint of your schema)
Please provide a relevant database schema so we can replicate your issue (Provided you are comfortable sharing this)
Further information. What did you do, what did you expect?
I've added a failing testcase here that demonstrates the issue I am having: #1426
I'm not sure how to trigger tests in github. Regardless, this test fails for me locally with:
Note that the first two characters (which should be {") have been overwriten with the next row's column contents ({}). That's why this looks like a buffer reuse bug to me.
The text was updated successfully, but these errors were encountered:
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.16.1
What is your database and version (eg. Postgresql 10)
Postgresql 12.1
If this happened at generation time what was the full SQLBoiler command you used to generate your models? (if not applicable leave blank)
If this happened at runtime what code produced the issue? (if not applicable leave blank)
What is the output of the command above with the
-d
flag added to it? (Provided you are comfortable sharing this, it contains a blueprint of your schema)Please provide a relevant database schema so we can replicate your issue (Provided you are comfortable sharing this)
Further information. What did you do, what did you expect?
I've added a failing testcase here that demonstrates the issue I am having: #1426
I'm not sure how to trigger tests in github. Regardless, this test fails for me locally with:
Note that the first two characters (which should be
{"
) have been overwriten with the next row's column contents ({}
). That's why this looks like a buffer reuse bug to me.The text was updated successfully, but these errors were encountered: