nextcloud/lib/private/DB
Morris Jobke e6efa755c9
Use short for of substr to not need strlen()
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2018-01-25 22:23:48 +01:00
..
QueryBuilder Update license headers 2017-11-06 16:56:19 +01:00
Adapter.php Use short for of substr to not need strlen() 2018-01-25 22:23:48 +01:00
AdapterMySQL.php Fix like queries in the QueryBuilder 2016-10-19 00:15:01 +02:00
AdapterOCI8.php dont double escape 2017-03-30 11:14:59 +02:00
AdapterPgSql.php Fix others 2016-07-21 18:13:57 +02:00
AdapterSqlite.php Use short for of substr to not need strlen() 2018-01-25 22:23:48 +01:00
Connection.php Update license headers 2017-11-06 16:56:19 +01:00
ConnectionFactory.php add postgresql10 compatibility to dbal 2017-11-22 17:57:17 +01:00
MDB2SchemaManager.php Update license headers 2017-11-06 16:56:19 +01:00
MDB2SchemaReader.php Update license headers 2017-11-06 16:56:19 +01:00
MDB2SchemaWriter.php Add config option to update charset of mysql to utf8mb4 2016-10-19 00:15:01 +02:00
MigrationException.php Update with robin 2016-07-21 18:13:58 +02:00
MigrationService.php Merge pull request #7909 from nextcloud/fix-migration-type-hints 2018-01-17 13:47:58 +01:00
Migrator.php Update license headers 2017-11-06 16:56:19 +01:00
MySQLMigrator.php Update with robin 2016-07-21 18:13:58 +02:00
MySqlTools.php Update license headers 2017-11-06 16:56:19 +01:00
OCSqlitePlatform.php Update with robin 2016-07-21 18:13:58 +02:00
OracleConnection.php Update license headers 2017-11-06 16:56:19 +01:00
OracleMigrator.php Update license headers 2017-11-06 16:56:19 +01:00
PgSqlTools.php Fix others 2016-07-21 18:13:57 +02:00
PostgreSqlMigrator.php Fix others 2016-07-21 18:13:57 +02:00
SQLiteMigrator.php Update with robin 2016-07-21 18:13:58 +02:00
SQLiteSessionInit.php Add MD5() to sqlite 2017-03-30 11:09:19 +02:00
SchemaWrapper.php Fix the type hints of migrations and correctly inject the wrapped schema into migrations 2018-01-17 11:37:36 +01:00