moodle/lib/dml
msketcham 0c57c86713 This is the Native SQL*Server adapter for the SQL Server Driver for PHP version 1.1 released by Microsoft.
Prerequisites for installation and usage: Install SQL Server 2005 or later, and the SQL Server Driver for PHP version 1.1 (http://msdn.microsoft.com/en-us/library/cc296170(v=SQL.90).aspx), and configure the SQL Server installation using SQL Server Management Studio with the following command:
USE MASTER
GO
ALTER DATABASE <your-database-name> SET READ_COMMITTED_SNAPSHOT ON
GO
2010-06-23 22:40:49 +00:00
..
simpletest NOBUG: Adding 3 new tests that reveal 2 different problems with NAMED params 2010-03-22 14:41:57 +00:00
database_column_info.php fixed a large number of typos in comments :-( 2010-05-21 18:18:42 +00:00
moodle_database.php dml NOBUG Corrected out of date phpdoc comment 2010-06-16 10:13:41 +00:00
moodle_recordset.php more comment typos 2010-05-21 18:23:06 +00:00
moodle_temptables.php more comment typos 2010-05-21 18:23:06 +00:00
moodle_transaction.php more comment typos 2010-05-21 18:23:06 +00:00
mssql_native_moodle_database.php NOBUG: Formatting and adding some comments about row versioning required 2010-05-26 17:45:40 +00:00
mssql_native_moodle_recordset.php comment typos again 2010-05-21 18:25:59 +00:00
mssql_native_moodle_temptables.php comment typos again 2010-05-21 18:25:59 +00:00
mysqli_native_moodle_database.php comment typos again 2010-05-21 18:25:59 +00:00
mysqli_native_moodle_recordset.php MDL-19470 adding missing inline docs 2009-06-12 08:15:53 +00:00
mysqli_native_moodle_temptables.php a few more comment typos 2010-05-21 18:29:35 +00:00
oci_native_moodle_database.php a few more comment typos 2010-05-21 18:29:35 +00:00
oci_native_moodle_recordset.php a few more comment typos 2010-05-21 18:29:35 +00:00
oci_native_moodle_temptables.php a few more comment typos 2010-05-21 18:29:35 +00:00
pdo_moodle_database.php yet more comment typos 2010-05-21 18:32:44 +00:00
pdo_moodle_recordset.php Whoops, didn't mean to remove Andrei's copyright. 2009-06-27 14:48:18 +00:00
pgsql_native_moodle_database.php NOBUG postgresql driver - better index names detection. Related to MDL-22804 2010-06-16 15:46:08 +00:00
pgsql_native_moodle_recordset.php Fix retrieving of NULLs in PG databases and binary fields 2009-10-14 10:32:48 +00:00
pgsql_native_moodle_temptables.php yet more comment typos 2010-05-21 18:32:44 +00:00
sqlite3_pdo_moodle_database.php yet more comment typos 2010-05-21 18:32:44 +00:00
sqlsrv_native_moodle_database.php This is the Native SQL*Server adapter for the SQL Server Driver for PHP version 1.1 released by Microsoft. 2010-06-23 22:40:49 +00:00
sqlsrv_native_moodle_recordset.php This is the Native SQL*Server adapter for the SQL Server Driver for PHP version 1.1 released by Microsoft. 2010-06-23 22:40:49 +00:00
sqlsrv_native_moodle_temptables.php This is the Native SQL*Server adapter for the SQL Server Driver for PHP version 1.1 released by Microsoft. 2010-06-23 22:40:49 +00:00