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 3a08786 commit 80fb446Copy full SHA for 80fb446
test/duckdb_test/table_function_test.rb
@@ -48,7 +48,7 @@ def _test_register_without_callbacks
48
private
49
50
def setup_incomplete_function
51
- database = DuckDB::Database.new
+ database = DuckDB::Database.open
52
conn = database.connect
53
table_function = DuckDB::TableFunction.new
54
table_function.name = 'incomplete_function'
0 commit comments