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

Increase SQLite Version #1353

Open
pkkid opened this issue Jun 27, 2024 · 1 comment
Open

Increase SQLite Version #1353

pkkid opened this issue Jun 27, 2024 · 1 comment
Labels
feature request New issue opened using "Feature request" template

Comments

@pkkid
Copy link

pkkid commented Jun 27, 2024

Currently it looks like SQL Tools uses SQLite v3.39.3 which is about two years old. I'm hitting some errors using features in SQL Tools that are not available in the version of SQLite available from this extension.

In my specific case, I am using ORDER BY in an aggregate function on an SQLite View. I can not even open SQLTools with my database as it breaks trying to read the view. This functionality was added in SQLite v3.44.0.

Is there a way to use a higher version of SQLite, or a local version of sqlite3 rather than the bundled version?

@pkkid pkkid added the feature request New issue opened using "Feature request" template label Jun 27, 2024
@RandomFractals
Copy link
Contributor

@pkkid You can try our SQLite Pro Tools driver. It uses node-sqlite3 v5.1.6 and might work with more recent sqlite files and versions. SQLite Pro Tools also provide advanced shortcut commands and SQLite DB views.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request New issue opened using "Feature request" template
Projects
None yet
Development

No branches or pull requests

2 participants