AlexCovizzi / vscode-sqlite

VSCode extension to explore and query SQLite databases.
Apache License 2.0
199 stars 23 forks source link

Foreign Key Constraints not honored? #248

Open bmccorm2 opened 9 months ago

bmccorm2 commented 9 months ago

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",
    }
  },