Skip to content

chore(docs): demonstrate literal_binds #2240

chore(docs): demonstrate literal_binds

chore(docs): demonstrate literal_binds #2240

GitHub Actions / Test Results - 3.7, false failed Oct 29, 2023 in 0s

1 fail, 35 skipped, 46 pass in 16s

82 tests   46 ✔️  16s ⏱️
  1 suites  35 💤
  1 files      1

Results for commit 55c102a.

Annotations

Check warning on line 0 in duckdb_engine.tests.test_basic

See this annotation in the file changed.

@github-actions github-actions / Test Results - 3.7, false

test_361 (duckdb_engine.tests.test_basic) failed

results.xml [took 0s]
Raw output
duckdb.duckdb.CatalogException: Catalog Error: Table with name "test" already exists!
def test_361() -> None:
        # setup
        conn = duckdb.connect("test.duckdb")
>       conn.execute("create table test (dt date); insert into test values ('2022-01-01');")
E       duckdb.duckdb.CatalogException: Catalog Error: Table with name "test" already exists!

duckdb_engine/tests/test_basic.py:418: CatalogException