nextcloud-server/lib/private/DB
Robin Appelman 3047ef31bd
Add count to function builder
Signed-off-by: Robin Appelman <robin@icewind.nl>
2018-06-14 14:32:22 +07:00
..
QueryBuilder Add count to function builder 2018-06-14 14:32:22 +07:00
Adapter.php Use short for of substr to not need strlen() 2018-01-25 22:23:48 +07:00
AdapterMySQL.php Fix like queries in the QueryBuilder 2016-10-19 00:15:01 +07:00
AdapterOCI8.php dont double escape 2017-03-30 11:14:59 +07:00
AdapterPgSql.php Fix others 2016-07-21 18:13:57 +07:00
AdapterSqlite.php Use short for of substr to not need strlen() 2018-01-25 22:23:48 +07:00
Connection.php Check connection status and attempt to reconnect each each minute 2018-05-08 19:25:58 +07:00
ConnectionFactory.php Move regex to a function and add tests 2018-04-19 12:49:36 +07:00
MDB2SchemaManager.php Update license headers 2017-11-06 16:56:19 +07:00
MDB2SchemaReader.php Update license headers 2017-11-06 16:56:19 +07:00
MDB2SchemaWriter.php Add config option to update charset of mysql to utf8mb4 2016-10-19 00:15:01 +07:00
MigrationException.php Update with robin 2016-07-21 18:13:58 +07:00
MigrationService.php Add human readable description to migration steps 2018-05-30 21:28:05 +07:00
Migrator.php Update license headers 2017-11-06 16:56:19 +07:00
MissingIndexInformation.php Fix wrong hint about missing indexes 2018-06-13 11:56:43 +07:00
MySQLMigrator.php Update with robin 2016-07-21 18:13:58 +07:00
MySqlTools.php Update license headers 2017-11-06 16:56:19 +07:00
OCSqlitePlatform.php Update with robin 2016-07-21 18:13:58 +07:00
OracleConnection.php Update license headers 2017-11-06 16:56:19 +07:00
OracleMigrator.php Update license headers 2017-11-06 16:56:19 +07:00
PgSqlTools.php Fix others 2016-07-21 18:13:57 +07:00
PostgreSqlMigrator.php Fix others 2016-07-21 18:13:57 +07:00
ReconnectWrapper.php Check connection status and attempt to reconnect each each minute 2018-05-08 19:25:58 +07:00
SQLiteMigrator.php Update with robin 2016-07-21 18:13:58 +07:00
SQLiteSessionInit.php Remove unneeded semicolon and parentheses 2018-01-26 23:46:40 +07:00
SchemaWrapper.php Remove unused import statements 2018-02-14 16:55:43 +07:00