-
Notifications
You must be signed in to change notification settings - Fork 619
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
getPrimaryKeys and getExportedKeys fails for sqlite_schema
#831
Comments
The |
The table information is retrieved from
Why would you want to get the imported/exported keys for that table ? |
I'm writing a library binds what |
Regarding the |
not sure to understand what you mean by that. There's no way in SQLite to get the details of |
I'm not familiar with internals especially regarding with Here comes the scenario.
The problem is clients(including me) may request extra information(columns, keys, and so on) for that table. If the Thanks. |
maybe |
@gotson That will be good if you think it is. But, as commented, Let me report every failing endpoints whenever I found. Thanks. You should let yourself forget this issue if the codebase gonna be corrupted or broken. |
in that case |
Ok. If we can't exclude the Thank you. |
It doesn't make sense to exclude from getTables which allow for returning SYSTEM TABLE types. |
sqlite_schema
sqlite_schema
sqlite_schema
🎉 This issue has been resolved in |
Describe the bug
getExprotedKeys
method fails for thesqlite_schema
table.To Reproduce
Expected behavior
Should work for the table.
Logs
If applicable, provide logs.
Environment (please complete the following information):
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: