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

PRAGMA foreign_keys still no-op #96

Open
Zhu-jiatong opened this issue Aug 4, 2024 · 0 comments
Open

PRAGMA foreign_keys still no-op #96

Zhu-jiatong opened this issue Aug 4, 2024 · 0 comments

Comments

@Zhu-jiatong
Copy link

Issue description:
After the fix proposed in #90, the "PRAGMA foreign_keys" query is still a no-op, where no data is returned. The expected result of the query is 1 after the aforementioned fix.

Expected reason:
I noticed that the #undef SQLITE_OMIT_PRAGMA line along with other PRAGMA options are commented out in the config_ext.h file. This makes it hard to check the availability of features at run-time.

Proposal:
Enable the PRAGMA command to allow for easier run-time status checks. Thank you.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant