-
Notifications
You must be signed in to change notification settings - Fork 39
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
[Foreign Key] PRAGMA db call does not work #20
Comments
It should work. |
I know it should BUT IT DOES NOT. Have you tried it? |
Yes, I use it in a project, and works fine. |
Can you point me to a repo that I could pull down so I can see how you are implementing it? |
That is a DB call. I am trying set the foreign_keys = ON. |
Per you instruction, I tried
basel.database.run("PRAGMA foreign_keys = ON");
I put it in the app.config and it did not work
I tried it in the controller - when the controller loads and also in a function call and both did not work
The text was updated successfully, but these errors were encountered: