Commit Graph

198 Commits

Author SHA1 Message Date
Jake Dallimore 2f5fa7109e MDL-59581 database: remove mssql references from lib/ files 2018-04-09 02:00:09 +02:00
Eloy Lafuente (stronk7) 188458a604 MDL-50049 deprecation: Extra minor fixes.
- complete and cleanup upgrade.txt
- replace remaining uses in comments.
- fix some incorrect bulk-replacement in previous commit.
2015-07-10 01:59:31 +02:00
Eric Merrill 3f0023b995 MDL-48638 database SQL: Fix typo in exception constructor 2014-12-18 13:31:36 -05:00
Julien Boulen 9b45b74e8f MDL-47584 database SQL: add debug info on connection error notices 2014-10-29 16:59:56 +08:00
Mark Nelson 79949c1ba3 MDL-30098 core_course: adding webservice functions to allow the deletion of module instances 2013-02-06 16:56:17 +08:00
Aparup Banerjee dafa20e85c MDL-30972 Documentation : improved @see as well as added appropriate uses of inline @link. 2012-02-16 10:29:45 +08:00
Aparup Banerjee 096880eb7c MDL-30972 More phpdocs changes after Jenkins review. 2012-02-09 10:07:48 +08:00
Aparup Banerjee ae1e17c25b MDL-30972 Documentation : fixed up phpdocs for dmllib.php 2012-02-09 10:01:42 +08:00
Petr Skoda 69ac5d478f MDL-30147 do not rely on dml exception type outside of dml layer
The trouble is that dml driver methods (insert, update, select) are not guaranteed to return the same exception class for various db problems and coding style issues. The recommended practice is to catch dml_exception only.
2011-11-19 09:25:11 +01:00
Petr Skoda 2b0e3941e9 MDL-30026 improve session lock acquire timeouts and other minor cleanup
This is partially based on original patch by Tony Levi.
2011-11-06 17:52:15 +01:00
andyjdavis d8f1412819 message MDL-24860 fixed messaging code in mod_lesson and marked spots that are directly sending email 2010-12-22 12:05:49 +08:00
Petr Skoda 78bfb562a0 MDL-21249 improved php docs and adding direct access prevention in core libs 2010-07-25 13:35:05 +00:00
Sam Hemelryk 74ab45f738 NOBUG: Fixed typo 2010-07-13 09:17:48 +00:00
Petr Skoda 5ad9704bc5 fixed typo 2010-05-21 18:18:11 +00:00
Petr Skoda c5d1816470 MDL-14679 fixed double encoding of html entities in debuginfo coming from the dml and ddl 2010-03-20 13:46:15 +00:00
Petr Skoda d5a8d9aa71 MDL-20625 new delegated transaction support in DML 2009-11-07 08:52:56 +00:00
Petr Skoda 117bd74897 MDL-20700 coding style cleanup - cvs keywords removed, closign php tag removed, trailing whitespace cleanup 2009-11-01 11:31:16 +00:00
skodak 79f0d55bc6 MDL-19474 finally dropping support for old adodb moodle database drivers, yay! 2009-10-08 22:25:28 +00:00
stronk7 212f17c354 MDL-17491 oracle native driver - now defaulting to it! B-) 2009-10-08 15:14:01 +00:00
stronk7 be127d7922 MDL-17969 Now defaulting to new mssql native driver instead of adodb one. Yay! 2009-08-30 23:26:23 +00:00
skodak e6c6531cce MDL-19689 fixed strictness constants, thanks Tim 2009-07-04 09:30:59 +00:00
skodak af12ea93ba MDL-19689 new $strictness parameter in $DB->get_record() and $DB->get_field() family of DML methods 2009-07-03 22:38:56 +00:00
skodak 4992614541 MDL-19470 fixing DML license headers 2009-06-12 08:14:29 +00:00
Moodle HQ git importer 11e1f82896 fix git cvs drift 2009-05-27 00:36:40 +00:00
skodak a7b4fc7f28 MDL-17399 workaround for missing mysqli ext 2008-11-27 22:28:56 +00:00
skodak ce1526061c MDL-17317 DML: more exceptions - now in connect too 2008-11-22 01:16:52 +00:00
skodak 3eae57b74e MDL-17353 native drivers are now default instead of obsoleted adodb drivers 2008-11-21 20:42:28 +00:00
skodak 9214025e3e MDL-17129 basic dml exceptions 2008-11-04 21:50:13 +00:00
skodak 1fe1d10454 MDL-16930 dml: exceptions instead of print_error 2008-10-28 15:21:01 +00:00
skodak beaa43db85 MDL-17036 dml: dbpersist moved into dboptions 2008-10-27 22:21:34 +00:00
skodak 49459eb03a MDL-16930 dml - towards exceptions 2008-10-24 17:56:35 +00:00
skodak 8aff848213 MDL-14589 minor database driver loading refactoring 2008-09-02 20:32:03 +00:00
skodak 3dce78e125 MDL-15247 lib/dmllib.php is now obsolete 2008-06-15 11:35:25 +00:00
skodak e4c033a9dd MDL-15194 adodb separation, dml database creation support 2008-06-09 20:22:11 +00:00
skodak 245ac55791 MDL-14679 last forgotten bits of dml conversion 2008-06-09 19:48:24 +00:00
skodak 294ce9870f MDL-15189 magic quotes finally removed 2008-06-09 16:53:30 +00:00
skodak 6093e39612 MDL-15094 fixed typo 2008-06-08 15:25:04 +00:00
skodak f5c752f9b3 MDL-14679 removed all instances of get_fieldset_sql() 2008-06-01 16:17:07 +00:00
skodak f36817104d MDL-14679 removed all instances of get_fieldset_select() 2008-06-01 16:16:08 +00:00
skodak 1c69b88529 MDL-14679 removed all instances of set_field_select() 2008-06-01 16:14:59 +00:00
skodak 058c5543b9 MDL-14679 removed all instances of records_to_menu() 2008-06-01 16:11:09 +00:00
skodak 76ed05e523 MDL-14679 removed all instances of recordset_to_menu() 2008-06-01 16:10:20 +00:00
skodak e9b13bdddc MDL-14679 removed all instances of column_type() 2008-06-01 16:09:27 +00:00
skodak c6307ef24d MDL-14679 removed all instances of get_records_sql_menu() 2008-06-01 16:08:16 +00:00
skodak 534792cd82 MDL-14679 removed all instances of get_records_select_menu() 2008-06-01 15:52:12 +00:00
skodak 3b11272373 MDL-14679 removed all instances of get_records_menu() 2008-06-01 15:44:59 +00:00
skodak 2adc0e3eb6 MDL-14679 prevent fatal delete_records() problems if $DB forgotten 2008-05-30 12:36:07 +00:00
skodak 0a0ea79d7d MDL-14957 get_columns() improvements - mostly docs; definition moved to new file 2008-05-25 22:21:01 +00:00
skodak 37f7c9b0ae MDL-14966 Moved moodle_recordset to separate class into lib/dml 2008-05-25 20:17:40 +00:00
skodak cd7f4acc16 MDL-14679 fixed temporary emulation in old set_field() - thanks Joseph Rézeau 2008-05-25 00:15:01 +00:00