]> git.mjollnir.org Git - moodle.git/commit
dml/sqllite MDL-19643 Throw exceptions to make things more robust
authorpoltawski <poltawski>
Sat, 27 Jun 2009 21:22:50 +0000 (21:22 +0000)
committerpoltawski <poltawski>
Sat, 27 Jun 2009 21:22:50 +0000 (21:22 +0000)
commite9c734ba5cc036d43398874d3623ecd6a2719f7e
tree1c9d47a459a2c418da801ca64967b4144b58f916
parentfa648098b2d8c99dea7671a8ba3aaeae7f5e6f11
dml/sqllite  MDL-19643 Throw exceptions to make things more robust

Various functions were catching the pdo error and returning
false, but this isn't enough. I have modified the functions to
throw a dml exception like other drivers do.
lib/dml/pdo_moodle_database.php