feat: use load methods from sql package in duckdb server, add createSchema method #885
Annotations
2 errors
Run npm run test:
packages/sql/test/create.test.js#L6
AssertionError: expected 'CREATE TEMP TABLE IF NOT EXISTS table…' to be 'CREATE TABLE IF NOT EXISTS table AS S…' // Object.is equality
Expected: "CREATE TABLE IF NOT EXISTS table AS SELECT 1"
Received: "CREATE TEMP TABLE IF NOT EXISTS table AS SELECT 1"
❯ test/create.test.js:6:46
|
Run npm run test
Process completed with exit code 1.
|
Loading