issues Search Results · repo:sql-js/sql.js language:JavaScript
Filter by
449 results
(58 ms)449 results
insql-js/sql.js (press backspace or delete to remove)See https://github.com/jepiqueau/jeep-sqlite/issues/47
With 1.11.0 it works; but with 1.13.0 it does not.
Maybe you can have a check on this?
louis123562
- 1
- Opened 5 days ago
- #614
I m on an ARM64 Mac Book Pro, running the DevContainer in VS Code.
After a fresh checkout, no pending changes, npm install and then npm run rebuild, I get this error:
building:WARNING: falling back to ...
KevBelisle
- 2
- Opened 7 days ago
- #613
Hello,
I am trying to use SQL.js within an existing React app.
I tried using the sql-js NPM package and loading SQL.js like so:
import initSqlJs from sql.js ;
await initSqlJs({
locateFile: (file) ...
AutistiCoder
- Opened 15 days ago
- #612
Hello,
it seems that SQL.js doesn t make any type checks when inserting data to a table.
The code
CREATE TABLE Test(
id NUMERIC
);
INSERT INTO Test VALUES ( Hello );
should lead to an error imho.
thomasklein1982
- 1
- Opened 17 days ago
- #611
I am creating a PWA that is reading a static database. I am including the wasm file in the bundle.
In SvelteKit, the src/routes/route_name/+page.ts is where data is loaded for the route.
I have:
import ...
chrisvire
- 7
- Opened on Mar 17
- #607
sql-wasm.js:98 wasm streaming compile failed: LinkError: WebAssembly.instantiate(): Import #34 a I : function import
requires a callable (anonymous) @ sql-wasm.js:98Understand this errorAI sql-wasm.js:98 ...
radiantone
- 16
- Opened on Mar 14
- #605
The sample demo in the readme seems intimidating...
Here s a simpler one:
head
title Demo /title
script src= https://cdnjs.cloudflare.com/ajax/libs/sql.js/1.12.0/sql-wasm.js /script ...
Sbrjt
- Opened on Mar 11
- #603
Uncaught SyntaxError: The requested module /@fs/home/capaj/work-repos/faktorio/node_modules/.pnpm/sql.js@1.12.0/node_modules/sql.js/dist/sql-wasm.js?v=27300578 does not provide an export named default ...
capaj
- Opened on Feb 22
- #602
Statement.getAsObject returns an object with undefined values when opts (labeled optional) is omitted as an argument.
Workaround: Pass an empty object as argument
Reproduction steps:
1. Download asm.js ...
invalid
Randy808
- 1
- Opened on Dec 25, 2024
- #601
Hello 👋
I m trying to use sql.js in my vscode extension. But getting this error:
TypeError: Cannot set properties of undefined (setting exports )
at /Users/dan/Projects/sql-ext-vscode/dist/extension.js:292298:395 ...
aldanchenko
- 2
- Opened on Dec 3, 2024
- #600

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.