mirror of
https://github.com/silverstripe/silverstripe-sqlite3
synced 2024-10-22 17:05:37 +02:00
MINOR: use framework to replace sapphire for inline document.
This commit is contained in:
parent
583e88b571
commit
1df648f6bb
@ -110,7 +110,7 @@ class SQLitePDODatabase extends SQLite3Database {
|
||||
class SQLitePDOQuery extends SQLite3Query {
|
||||
|
||||
/**
|
||||
* Hook the result-set given into a Query class, suitable for use by sapphire.
|
||||
* Hook the result-set given into a Query class, suitable for use by framework.
|
||||
* @param database The database object that created this query.
|
||||
* @param handle the internal sqlitePDO handle that is points to the resultset.
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user