-
Notifications
You must be signed in to change notification settings - Fork 344
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
Broken SQLite API: PRAGMA index_info
returns SQL_PARSE_ERROR
#900
Labels
bug
Something isn't working
Comments
I have the same problem, Do you have a solution? |
@MarinPostma @psarna Is this a limitation in the libSQL server parser? |
penberg
added a commit
that referenced
this issue
Jan 22, 2024
penberg
added a commit
that referenced
this issue
Jan 22, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I encountered this when trying to run
alembic revision --autogenerate
on my turso instance, it raised the following error:I also tried running it directly, the same error was raised:
tried both with and without the
main.
prefix.This syntax is part of the SQLite API
The equivalent
SELECT * FROM pragma_index_info('sqlite_autoindex_userhistory_1');
works, but this is not what used by alembic.The text was updated successfully, but these errors were encountered: