25
- T-SQL Sqlite3
- In vscode using the SQLite extention you can't use the command
PRAGMA foreign_keys = ON;
to enable foreign key constrains on your SQLite tables. - You'd think that would be kind of a high priority change especially since the change appears to be an easy 1 liner change?
- Either way I requested that the change be made asap
- In vscode using the SQLite extention you can't use the command