Foreign key constraints are not active by default.#451
Conversation
Foreign key constraints are not active by default.
|
Ooh, nice find! I think we can turn this on when creating the database because it's an in-memory database and we only ever have one connection. It looks like this PR is coming from your master branch which has a merge commit as well so I'll cherry-pick the original commit and adjust directly to master. Thanks! |
|
@sj26 Can we have a beta-3 release? I think the lack of this PR in the beta is causing a serious bug. Steps to reproduce:
Expected result: See the HTML body of the new email |
|
@sj26 Is there any plan for release for fixing this bug, really appreciate |
|
v0.8.0.beta3 is pushed! |
|
This is shipped in the latest version, v0.8.0. |
|
@sj26 The version constraint for sqlite3 in mailcatcher I've opened an issue for this in #476 and a corresponding PR in #477. If it looks good to you, let me know what you think about shipping it in a new |
see #450
From Official Doc :