mirror of
https://github.com/moodle/moodle.git
synced 2025-08-06 09:26:35 +02:00
MDL-67394 dml: improve thrown exception when Oracle can't parse query.
This commit is contained in:
parent
07238ca511
commit
42fcf7d5da
2 changed files with 5 additions and 2 deletions
|
@ -221,6 +221,7 @@ $string['ddlxmlfileerror'] = 'XML database file errors found';
|
|||
$string['destinationcmnotexit'] = 'The destination course module does not exist';
|
||||
$string['detectedbrokenplugin'] = 'Plugin "{$a}" is defective or outdated, can not continue, sorry.';
|
||||
$string['dmlexceptiononinstall'] = '<p>A database error has occurred [{$a->errorcode}].<br />{$a->debuginfo}</p>';
|
||||
$string['dmlparseexception'] = 'Error parsing SQL query';
|
||||
$string['dmlreadexception'] = 'Error reading from database';
|
||||
$string['dmltransactionexception'] = 'Database transaction error';
|
||||
$string['dmlwriteexception'] = 'Error writing to database';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue