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 619c277 commit d6c90a5Copy full SHA for d6c90a5
test/duckdb_test/prepared_statement_test.rb
@@ -321,7 +321,7 @@ def test_bind_uint32
321
end
322
323
def test_bind_uint32_with_negative
324
- @con.query('CREATE TABLE values (value UINT32)')
+ @con.query('CREATE TABLE values (value UINTEGER)')
325
326
stmt = DuckDB::PreparedStatement.new(@con, 'INSERT INTO values(value) VALUES ($1)')
327
assert_raises(DuckDB::Error) { stmt.bind_uint32(1, -1) }
0 commit comments