SQLite exceptions are not thrown
bnymn opened this issue · 3 comments
bnymn commented
Hello,
I am using sqlite for my tests. It seems like unique constraint exception is not thrown. I see that you are using mysql drive on your tests. Do you also support sqlite?
dmaicher commented
Yes Sqlite is also supported. Its used on the symfony demo for example with this bundle.
Also I just ran the tests of this bundle using sqlite - passes without any problems.
So can you be a bit more specific? What exactly does not work?
bnymn commented
I am preparing a test case, will inform you soon.
bnymn commented
It is working just fine :). Thank you for the awesome work! I think for some reason my migrations are not updated.