Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Virtual table missing on demo page with IndexedDB VFS #38

Closed
rhashimoto opened this issue Feb 4, 2022 · 0 comments
Closed

Virtual table missing on demo page with IndexedDB VFS #38

rhashimoto opened this issue Feb 4, 2022 · 0 comments
Labels
bug

Comments

@rhashimoto
Copy link
Owner

@rhashimoto rhashimoto commented Feb 4, 2022

The demo page provides access to four separate databases. The sample "array" module is installed in each one to provide access to some stock data directly from a Javascript array using a virtual table:

CREATE VIRTUAL TABLE IF NOT EXISTS goog USING array;

However, this is not working on the database using IndexedDbVFS. CREATE VIRTUAL TABLE doesn't return an error but attempting to access the table, e.g. with...

SELECT * FROM goog LIMIT 5;

...returns a "no such table: goog" error.

@rhashimoto rhashimoto added the bug label Feb 6, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug
Projects
None yet
Development

No branches or pull requests

1 participant