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.
https://github.com/kripken/sql.js/blob/4e91be7da52cdcf26fabb10fcc6f922d3a823cb2/dist/worker.sql-wasm.js#L272
This err is assigned to but never read.
err
https://github.com/kripken/sql.js/blob/4e91be7da52cdcf26fabb10fcc6f922d3a823cb2/dist/worker.sql-wasm.js#L279
This is essentially,
throw new "hello" + "world";
Which gives,
Uncaught TypeError: "hello" is not a constructor