wiki.techinc.nl/includes/libs/rdbms/database
Umherirrender acb2e720d8 Pass delimiter to preg_quote
This ensure that the regex is escaped correctly,
even when the quoted value never contains the delimiter

Change-Id: I2dc93fa0154d4506c276a30cab008bc2ac5e0687
2018-09-01 14:52:16 +02:00
..
position rdbms: ignore inactive mysql GTIDs in replication position methods 2018-04-04 21:58:03 -07:00
resultwrapper Add @deprecated tags to various class_alias calls 2018-05-29 13:10:20 -07:00
utils rdbms: Remove support for PostgreSQL < 9.2, and improve INSERT IGNORE for 9.5 2018-04-05 20:52:46 +00:00
AtomicSectionIdentifier.php rdbms: allow cancelation of dangling nested atomic sections 2018-04-10 16:34:31 -07:00
Database.php Merge "rdbms: fix a few IDEA warnings in Database" 2018-08-22 05:06:36 +00:00
DatabaseDomain.php Use PHP 7 '??' operator instead of '?:' with 'isset()' where convenient 2018-05-30 18:06:13 -07:00
DatabaseMssql.php Merge "rdbms: fix IDEA warnings in DatabaseMssql.php" 2018-08-22 05:01:43 +00:00
DatabaseMysqlBase.php rdbms: make Database::open() protected 2018-08-21 18:34:51 -07:00
DatabaseMysqli.php Fix PhanTypeMismatchDeclaredParam 2018-07-07 00:34:30 +00:00
DatabasePostgres.php rdbms: make Database::open() protected 2018-08-21 18:34:51 -07:00
DatabaseSqlite.php Pass delimiter to preg_quote 2018-09-01 14:52:16 +02:00
DBConnRef.php rdbms: make Database::open() protected 2018-08-21 18:34:51 -07:00
IDatabase.php rdbms: make Database::open() protected 2018-08-21 18:34:51 -07:00
IMaintainableDatabase.php Fix PhanTypeMismatchDeclaredParam 2018-07-07 00:34:30 +00:00
MaintainableDBConnRef.php rdbms: IDatabase interface cleanups 2018-03-22 08:48:46 -07:00