We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
sqlboiler --version
v4.14.0
PG 15
Passing a greylist to the update columns in an Upsert operation results in:
Upsert
sqbmodel: unable to upsert posts: ERROR: syntax error at or near "=" (SQLSTATE 42601)
The generated query is invalid, including 2 extra columns fields (I included 2 columns in the greylist):
"created_at" = EXCLUDED."created_at","updated_at" = EXCLUDED."updated_at", = EXCLUDED., = EXCLUDED
The text was updated successfully, but these errors were encountered:
Can you add an example schema and code?
Sorry, something went wrong.
No branches or pull requests
What version of SQLBoiler are you using (
sqlboiler --version
)?v4.14.0
What is your database and version (eg. Postgresql 10)
PG 15
Passing a greylist to the update columns in an
Upsert
operation results in:The generated query is invalid, including 2 extra columns fields (I included 2 columns in the greylist):
The text was updated successfully, but these errors were encountered: