We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a39597 commit 6217cbfCopy full SHA for 6217cbf
tests/stdlib/test_stdlib.py
@@ -22,6 +22,7 @@ def _get_procesor_env(self, filename):
22
conn.execute(text("DROP TABLE IF EXISTS test;"))
23
if filename == "dump_to_sql_update_mode__update":
24
engine = create_engine(ENV['DPP_DB_ENGINE'])
25
+ conn = engine.connect()
26
conn.execute(text("""
27
CREATE TABLE test (
28
id integer not null primary key,
0 commit comments