silverstripe / silverstripe-sqlite3

SQLite3 DB Adapter for Silverstripe
BSD 3-Clause "New" or "Revised" License
8 stars 19 forks source link

Override transaction mode support check method #60

Closed michalkleiner closed 4 years ago

michalkleiner commented 4 years ago

As transaction modes are not supported by SQLite, override the check method.

This is an accompanying PR to https://github.com/silverstripe/silverstripe-framework/pull/9240 to support SQLite test suite running correctly.