silverstripe / silverstripe-sqlite3

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

Update SQLiteDatabaseConfigurationHelper.php #2

Closed ss23 closed 11 years ago

ss23 commented 11 years ago

In preparation for https://github.com/silverstripe/sapphire/pull/1319 Probably should accept this at the same time.

If someone knows of the relevant ALTER permissions in SQLite, feel free to implement.

simonwelsh commented 11 years ago

SQLite doesn’t support GRANT (see http://www.sqlite.org/omitted.html), so this is fine.