imdrasil / jennifer_sqlite3_adapter

SQLite3 adapter for Jennifer ORM
MIT License
13 stars 7 forks source link

Add foreign key ON UPDATE and ON DELETE support. #8

Closed didactic-drunk closed 5 years ago

didactic-drunk commented 5 years ago

Default to RESTRICT matching PostgreSQL and MySQL behavior.

imdrasil commented 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

didactic-drunk commented 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

Already did.

didactic-drunk commented 5 years ago

There's still the sqlite not enforcing foreign keys unless a PRAGMA is sent after opening the db.