Skip to content

Instantly share code, notes, and snippets.

@austinmcconnell
Created September 12, 2019 17:18
Show Gist options
  • Save austinmcconnell/974536c10019c1bd970976b62102ec2e to your computer and use it in GitHub Desktop.
Save austinmcconnell/974536c10019c1bd970976b62102ec2e to your computer and use it in GitHub Desktop.
from sqlalchemy.dialects import postgresql
query.statement.compile(
dialect=postgresql.dialect(),
compile_kwargs={"literal_binds": True}))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment