Closed didactic-drunk closed 5 years ago
Great job, but before merging this I should add on_delete
and on_update
to the base adapter in Jennifer. But before that I should figure out how to resolve issue with travis
Great job, but before merging this I should add
on_delete
andon_update
to the base adapter in Jennifer. But before that I should figure out how to resolve issue with travis
There's still the sqlite not enforcing foreign keys unless a PRAGMA is sent after opening the db.
Default to RESTRICT matching PostgreSQL and MySQL behavior.