moodle/lib/dml
Ruslan Kabalin 536fdb0c2f MDL-70055 pgsql DML: Support large number of SQL-IN parameters.
This patch adds a solution for Postgres that allows overriding IN
statement limit of 16bit (65535 values) by wrapping items in VALUES
list. This only takes place in number of items exceeds 65535, otherwise
parent class get_in_or_equal() function is used.
2020-12-24 14:39:21 +00:00
..
tests MDL-70055 pgsql DML: Support large number of SQL-IN parameters. 2020-12-24 14:39:21 +00:00
auroramysql_native_moodle_database.php MDL-58931 dml: add support for aurora mysql 2020-07-01 22:56:20 +02:00
database_column_info.php MDL-53213 caching: Faster databasemeta caching for all databases. 2016-02-28 17:03:14 +11:00
mariadb_native_moodle_database.php Merge branch 'm35_MDL-59596_DDL_Issues_With_MariaDB_10p2_SQLMode' of https://github.com/scara/moodle 2018-05-28 08:15:09 +02:00
moodle_database.php MDL-70055 pgsql DML: Support large number of SQL-IN parameters. 2020-12-24 14:39:21 +00:00
moodle_read_slave_trait.php MDL-19711 dml: Enable use of readonly slave database handles 2020-05-19 11:50:42 +10:00
moodle_recordset.php
moodle_temptables.php MDL-53213 caching: Faster databasemeta caching for all databases. 2016-02-28 17:03:14 +11:00
moodle_transaction.php MDL-52284 core: PHP7 engine errors have type Throwable 2015-12-10 10:49:37 +08:00
mysqli_native_moodle_database.php MDL-54907 dml: Correct incorrect PHPdoc 2020-11-27 14:57:36 +00:00
mysqli_native_moodle_recordset.php
mysqli_native_moodle_temptables.php
oci_native_moodle_database.php MDL-54907 dml: Correct incorrect PHPdoc 2020-11-27 14:57:36 +00:00
oci_native_moodle_package.sql MDL-60041 dml: MOODLELIB sql file must have Unix line endings 2017-12-11 08:40:58 +00:00
oci_native_moodle_recordset.php
oci_native_moodle_temptables.php
pdo_moodle_database.php MDL-54907 dml: Correct incorrect PHPdoc 2020-11-27 14:57:36 +00:00
pdo_moodle_recordset.php
pgsql_native_moodle_database.php MDL-70055 pgsql DML: Support large number of SQL-IN parameters. 2020-12-24 14:39:21 +00:00
pgsql_native_moodle_recordset.php MDL-60174 core_dml: get_recordset on Postgres eats all the RAM 2017-11-27 11:10:29 +00:00
pgsql_native_moodle_temptables.php MDL-39725 database: Add statistics collection functions 2013-12-10 20:31:47 +11:00
sqlite3_pdo_moodle_database.php MDL-58584 core: remove duplications from get_columns functions 2020-02-03 15:07:15 +11:00
sqlsrv_native_moodle_database.php MDL-54907 dml: Correct incorrect PHPdoc 2020-11-27 14:57:36 +00:00
sqlsrv_native_moodle_recordset.php MDL-39027 make sure sqlsrv does not return non-string data types 2013-04-08 23:29:52 +02:00
sqlsrv_native_moodle_temptables.php MDL-59581 database: remove mssql specific code from lib/dml 2018-04-09 01:58:26 +02:00