michaelwallabi
Results
2
issues of
michaelwallabi
I'm attempting to deploy `duckdb-node` 1.2.0 within a lambda running on Vercel and see the following error: ``` Error: /lib64/libstdc++.so.6: version `GLIBCXX_3.4.30' not found (required by /vercel/path0/node_modules/duckdb/lib/binding/duckdb.node) at Module._extensions..node (node:internal/modules/cjs/loader:1586:18)...
**Describe the bug** 1. Run a query that returns a date using duckdb in a node environment, say something like `await db.all("SELECT DATE '2022-01-01' as dt")` 2. stringify the result...