Skip to content

Commit

Permalink
literal binds
Browse files Browse the repository at this point in the history
  • Loading branch information
jvansanten committed Feb 13, 2024
1 parent 03df407 commit c61e035
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion migrations/02_add_archive_count.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,4 +75,4 @@
.alias()
)
q = blobs_alerts.select().where(blobs_alerts.c.alerts != blobs_alerts.c.count)
print(q.compile(engine))
print(q.compile(engine, compile_kwargs={"literal_binds": True}))

0 comments on commit c61e035

Please sign in to comment.