EliAndrewC / sideboard

BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

Foreign key tests are skipped due to Jenkins' sqlite packages #26

Closed EliAndrewC closed 8 years ago

EliAndrewC commented 10 years ago

We currently have two tests for foreign key support where we make sure that deleting a row (especially over rest) cascades. This works on my machine but fails on our Jenkins builds, and some basic Googling shows that foreign key support is not always compiled into sqlite; depending on your package your foreign key declarations in your CREATE TABLE statements may just be ignored.

We should do two things:

EliAndrewC commented 8 years ago

Moved to https://github.com/magfest/sideboard/issues/39