vscode-sqlite
vscode-sqlite copied to clipboard
Foreign Key Constraints not honored?
I'm piggy back on this issue (https://github.com/AlexCovizzi/vscode-sqlite/issues/60) - I still have this problem. Is there a setting that needs to be turned on? I tried this in settings.json and still the same result. If i try from a different client it will honor the constraints.
"sqlite.setupDatabase": {
"**/*.sqlite": {
"enableForeignKeys": "true",
}
},