This website requires JavaScript.
Explore
Help
Register
Sign In
mirror_php
/
moodle
Watch
1
Star
0
Fork
0
You've already forked moodle
mirror of
https://github.com/moodle/moodle.git
synced
2025-02-19 07:41:02 +01:00
Code
Issues
Projects
Releases
Wiki
Activity
moodle
/
lib
/
dml
History
Petr Skoda
0e6e90516a
MDL-24028 cast all bools in DML params to integers 1/0; credit goes to Eloy Lafuente
2010-09-03 15:44:11 +00:00
..
simpletest
MDL-24028 cast all bools in DML params to integers 1/0; credit goes to Eloy Lafuente
2010-09-03 15:44:11 +00:00
database_column_info.php
…
moodle_database.php
MDL-24028 cast all bools in DML params to integers 1/0; credit goes to Eloy Lafuente
2010-09-03 15:44:11 +00:00
moodle_recordset.php
…
moodle_temptables.php
…
moodle_transaction.php
…
mssql_native_moodle_database.php
NOBUG mssql driver, fix some wrong uses recently introduced
2010-08-30 13:45:26 +00:00
mssql_native_moodle_recordset.php
…
mssql_native_moodle_temptables.php
…
mysqli_native_moodle_database.php
MDL-23925 completely reverting binary comparison hack, we have to instruct admins to setup case+accent sensitive collation as default instead
2010-08-25 11:18:37 +00:00
mysqli_native_moodle_recordset.php
…
mysqli_native_moodle_temptables.php
…
oci_native_moodle_database.php
MDL-23925, MDL-23888 new sql_ilike() and sql_binary_equal() - this should finally allow us to solve many collation issues consistently for all supported databases; please note this changes some behaviour for non-english languages when mysql used; expect more commits that actually make use of these new features
2010-08-24 21:50:53 +00:00
oci_native_moodle_recordset.php
…
oci_native_moodle_temptables.php
…
pdo_moodle_database.php
MDL-14679 more return types added
2010-08-22 19:06:06 +00:00
pdo_moodle_recordset.php
…
pgsql_native_moodle_database.php
MDL-23925, MDL-23888 new sql_ilike() and sql_binary_equal() - this should finally allow us to solve many collation issues consistently for all supported databases; please note this changes some behaviour for non-english languages when mysql used; expect more commits that actually make use of these new features
2010-08-24 21:50:53 +00:00
pgsql_native_moodle_recordset.php
…
pgsql_native_moodle_temptables.php
…
sqlite3_pdo_moodle_database.php
MDL-14679 fixing obsolete driver names in comments
2010-08-22 18:51:45 +00:00
sqlsrv_native_moodle_database.php
MDL-23997 using strings instead of integers in binding emulation - this should be compatible both with int and nvarchar sql types
2010-09-02 10:24:40 +00:00
sqlsrv_native_moodle_recordset.php
…
sqlsrv_native_moodle_temptables.php
…