vscode-sqlite icon indicating copy to clipboard operation
vscode-sqlite copied to clipboard

Foreign Key Constraints not honored?

Open bmccorm2 opened this issue 1 year ago • 0 comments

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

bmccorm2 avatar Jan 07 '24 16:01 bmccorm2