-
Notifications
You must be signed in to change notification settings - Fork 29
Update schema syntax for sqlite 3.4.1 #241
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
base: master
Are you sure you want to change the base?
Conversation
|
This fixes the issues reported in While waiting for this to be merged in, a temporary fix I'm using is
|
|
This is working for me too |
n3rdw1z4rd
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This commit is still working for me on version 0.14.1
Kernel: x86_64 Linux 6.10.5-zen1-1-zen
|
It worked for me as well. |
|
well done @smargoli2 ! This PR is a god send. Now, that this is available, how do we deploy this so that other folks can use this update. The maintainer @AlexCovizzi is no longer maintaining this project. What do folks do about situations like this? |
|
FYI - for future readers. I have come to the realization that no one is going to merge this change or fork this project. And so I have started using DB Browser for SQLite. There is a flatpak available for it. And it is in active development. |
|
In case anyone else needs this, I also had to change the below in (line 1 column 59088) this.table.type?"VIEW":"TABLE'}" - to single quotes around TABLE - this.table.type?"VIEW":'TABLE'}` |
Extension doesn't work with newest version of sqlite3, updated syntax.
See issue #235