- Issue created by @arantxio
Currently SQLite provides flexible inserting of values inside tables. For example inserting FALSE into a integer value results in a 0. But this is not common Behaviour in our other databases. To streamline this more so we can create beter (and wider) covering tests we should use the strict mode implemented in SQLite 3.37.
Documentation about this change can be found here.
The current minimum version for SQLite is lower than the required minimum for this change, hence we have to do this in Drupal 11.
Use strict mode on all tables.
T.B.D.
None
None
None
T.B.D.
Active
11.0 🔥