Skip to content

Commit

Permalink
Try different param style
Browse files Browse the repository at this point in the history
  • Loading branch information
Mause committed Nov 30, 2023
1 parent 600eccc commit daebe43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion duckdb_engine/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@


class DBAPI:
paramstyle = duckdb.paramstyle
paramstyle = "numeric"
apilevel = duckdb.apilevel
threadsafety = duckdb.threadsafety

Expand Down

0 comments on commit daebe43

Please sign in to comment.