Note:

If you want to create a new page for developers, you should create it on the Moodle Developer Resource site.

DML exceptions: Difference between revisions

From MoodleDocs
(New page: In previous versions problems in database calls were ignored by default. TODO: add more info here, explanation and same examples.)
 
No edit summary
Line 1: Line 1:
In previous versions problems in database calls were ignored by default.
{{Moodle_2.0}}In previous versions problems in database calls were ignored by default.
 


TODO: add more info here, explanation and same examples.
TODO: add more info here, explanation and same examples.
==See also==
* [[DML functions|DML functions]]: Where all the functions used to handle DB data ([[wikipedia:Data_Manipulation_Language|DML]]) are defined.
* [[DDL functions|DDL functions]]: Where all the functions used to handle DB objects ([[wikipedia:Data_Definition_Language|DDL]]) are defined.

Revision as of 22:58, 24 November 2008

Moodle 2.0

In previous versions problems in database calls were ignored by default.


TODO: add more info here, explanation and same examples.


See also

  • DML functions: Where all the functions used to handle DB data (DML) are defined.
  • DDL functions: Where all the functions used to handle DB objects (DDL) are defined.