nextcloud-server/lib/private/DB
Joas Schilling cb8bef1f37
Fix iLike() falsely turning escaped % and _ into wildcards
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-11-06 16:22:13 +07:00
..
QueryBuilder Fix iLike() falsely turning escaped % and _ into wildcards 2020-11-06 16:22:13 +07:00
Adapter.php Format code to a single space around binary operators 2020-10-05 20:25:24 +07:00
AdapterMySQL.php Update license headers 2019-12-05 15:38:45 +07:00
AdapterOCI8.php Update license headers for 19 2020-04-29 11:57:22 +07:00
AdapterPgSql.php Remove @suppress SqlInjectionChecker 2020-09-16 15:53:56 +07:00
AdapterSqlite.php Format code to a single space around binary operators 2020-10-05 20:25:24 +07:00
Connection.php Replace prefix in executeUpdate 2020-11-03 11:03:02 +07:00
ConnectionFactory.php Add visibility to all constants 2020-04-10 16:54:27 +07:00
MDB2SchemaManager.php Fix "misplaced variables" warning of Psalm in PHPDoc statements 2020-08-17 17:46:57 +07:00
MDB2SchemaReader.php Format control structures, classes, methods and function 2020-04-10 14:19:56 +07:00
MDB2SchemaWriter.php Update license headers for 19 2020-04-29 11:57:22 +07:00
MigrationException.php Use exactly one empty line after the namespace declaration 2020-04-09 11:48:10 +07:00
MigrationService.php Warn about adding NotNull columns with nullable default 2020-09-07 13:14:49 +07:00
Migrator.php Format code to a single space around binary operators 2020-10-05 20:25:24 +07:00
MissingColumnInformation.php Format control structures, classes, methods and function 2020-04-10 14:19:56 +07:00
MissingIndexInformation.php Format control structures, classes, methods and function 2020-04-10 14:19:56 +07:00
MySQLMigrator.php Format control structures, classes, methods and function 2020-04-10 14:19:56 +07:00
MySqlTools.php Update license headers for 19 2020-04-29 11:57:22 +07:00
OCSqlitePlatform.php Format control structures, classes, methods and function 2020-04-10 14:19:56 +07:00
OracleConnection.php Psalm fixes 2020-10-30 19:27:53 +07:00
OracleMigrator.php Update license headers for 19 2020-04-29 11:57:22 +07:00
PgSqlTools.php Use exactly one empty line after the namespace declaration 2020-04-09 11:48:10 +07:00
PostgreSqlMigrator.php Update license headers 2019-12-05 15:38:45 +07:00
ReconnectWrapper.php Update license headers for 19 2020-04-29 11:57:22 +07:00
SQLiteMigrator.php Update the license headers for Nextcloud 19 2020-03-31 14:52:54 +07:00
SQLiteSessionInit.php Update the license headers for Nextcloud 19 2020-03-31 14:52:54 +07:00
SchemaWrapper.php Update license headers for 19 2020-04-29 11:57:22 +07:00
SetTransactionIsolationLevel.php Update the license headers for Nextcloud 19 2020-03-31 14:52:54 +07:00