..
domain
rdbms: add type sanity check to DatabaseDomain::newFromId
2020-12-02 21:55:57 +00:00
position
Fix bad use of |= PHP bit operation where = … || bool is intended
2020-08-12 02:33:01 +00:00
resultwrapper
build: Enable phan-taint-check-plugin and suppress issues
2020-12-30 19:02:22 +01:00
utils
rdbms: Move Profiler @ingroup docs from file to class
2020-04-20 20:05:53 +01:00
Database.php
docs: Fix 'dependant' typos
2021-02-18 16:59:20 +00:00
DatabaseMysqlBase.php
rdbms: Remove outdated MySQL 4 references and fix doc URLs
2021-01-30 22:47:33 +00:00
DatabaseMysqli.php
Fix even more Squiz.Scope.MethodScope.Missing
2020-05-17 03:07:58 +01:00
DatabasePostgres.php
rdbms: Remove outer parentheses in insert query for Postgres
2020-12-14 16:44:57 +00:00
DatabaseSqlite.php
build: Enable phan-taint-check-plugin and suppress issues
2020-12-30 19:02:22 +01:00
DBConnRef.php
rdbms: improve DBConnRef domain selection exception message
2020-07-21 16:07:39 -07:00
DoctrineAbstractSchemaTrait.php
rdbms: Make adding a PK optional in DoctrineAbstractSchemaTrait.php
2020-11-24 03:14:40 +00:00
DoctrineSchemaBuilder.php
Introduce DoctrineAbstractSchemaTrait to share schema spec logic
2020-11-19 01:16:10 +01:00
DoctrineSchemaBuilderFactory.php
Upgrade doctrine/dbal from 2.10.4 to 3.0.0 for PHP 8.0 support
2020-12-23 02:24:31 +00:00
DoctrineSchemaChangeBuilder.php
Introduce DoctrineAbstractSchemaTrait to share schema spec logic
2020-11-19 01:16:10 +01:00
EnumType.php
DBAL ENUM datatype: Complete Postgres support
2020-12-02 06:24:23 +01:00
IDatabase.php
Merge "Fix documentation of IDatabase::selectField()"
2021-02-05 15:47:45 +00:00
IMaintainableDatabase.php
Pass function name to database functions (rdbms/installer)
2020-06-07 21:06:47 +02:00
MaintainableDBConnRef.php
Pass function name to database functions (rdbms/installer)
2020-06-07 21:06:47 +02:00
MWPostgreSqlPlatform.php
Use TIMESTAMPTZ consistenly in Postgres SQL schema
2021-01-03 02:10:20 +01:00
MWPostgreSqlPlatformCompat.php
Upgrade doctrine/dbal from 2.10.4 to 3.0.0 for PHP 8.0 support
2020-12-23 02:24:31 +00:00
SchemaBuilder.php
Remove auto-generated and empty lines in comments
2020-03-17 09:55:24 +01:00
SchemaChangeBuilder.php
Start generateSchemaChangeSql.php
2020-11-01 21:14:53 +01:00
TimestampType.php
Add custom option called "allowInfinite" for Timestamp
2020-10-18 10:57:48 +02:00
TinyIntType.php
Improve TinyIntType
2020-09-22 16:00:52 +02:00