Switch to mysql? Your tests might be a bit slower, but it will be a more real test since your code will run against the same kind of database. There is no way that this is going to work in SQlite any time soon.
Aug 16, 2019
4
Level 6
MySQL functions are not supported in SQLite!
I am using MySQL as my primary database and SQLite for testing. Some of the MySQL functions like YEAR, MONTH etc is not supported by SQLite. How you guys are dealing with this sort of issue while testing?
Level 88
1 like
Please or to participate in this conversation.