Closed DanCardin closed 5 years ago
By default sqlite does not enforce foreign key constraints. running PRAGMA foreign_keys=ON on connection solves this.
PRAGMA foreign_keys=ON
Ticket: https://schireson.atlassian.net/browse/RUBY-553
By default sqlite does not enforce foreign key constraints. running
PRAGMA foreign_keys=ON
on connection solves this.