Skip to content

Commit

Permalink
chore: add todo
Browse files Browse the repository at this point in the history
  • Loading branch information
Mause committed Aug 23, 2022
1 parent 26eff6d commit 1cf8038
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions duckdb_engine/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ def apply_config(
conn: duckdb.DuckDBPyConnection,
ext: Dict[str, Union[str, int, bool]],
) -> None:
# TODO: does sqlalchemy have something that could do this for us?
processors = {k: v.literal_processor(dialect=dialect) for k, v in TYPES.items()}

for k, v in ext.items():
Expand Down

0 comments on commit 1cf8038

Please sign in to comment.