Closed bnymn closed 3 years ago
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?
I am preparing a test case, will inform you soon.
It is working just fine :). Thank you for the awesome work! I think for some reason my migrations are not updated.
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?