You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
constduckdb=require("duckdb");constdb=newduckdb.Database(":memory:");constcon=db.connect();conststmt=con.prepare("SELECT ?::INTEGER AS fortytwo");stmt.arrowIPCAll(42,function(err,res){if(err){console.warn(err);}else{console.log(res);}});
crashes with
Assertion failed: (chunk.ColumnCount() == 2), function Callback, file statement.cpp, line 387.
DuckDB 1.0.0.
The text was updated successfully, but these errors were encountered:
crashes with
DuckDB 1.0.0.
The text was updated successfully, but these errors were encountered: