-
Bug
-
Resolution: Fixed
-
Minor
-
2.1.3, 2.2, 2.3
-
IIS 7.0, PHP 5.3.8 using fastcgi on WIndows server 2008 R2, Microsoft SQL server 2008
-
Microsoft SQL
-
MOODLE_21_STABLE, MOODLE_22_STABLE, MOODLE_23_STABLE
-
MOODLE_21_STABLE, MOODLE_22_STABLE
-
-
received the following error
/admin/index.php?confirmupgrade=1&confirmrelease=1&confirmplugincheck=1
Default exception handler: Error writing to database Debug: Incorrect syntax near 'qno'.
|
|
UPDATE mdl_question_numerical_options qno
|
SET showunits = 3
|
WHERE NOT EXISTS (
|
SELECT 1
|
FROM mdl_question_numerical_units qnu
|
WHERE qnu.question = qno.question)
|
[array (
|
)]
|
* line 397 of \lib\dml\moodle_database.php: dml_write_exception thrown
|
* line 255 of \lib\dml\mssql_native_moodle_database.php: call to moodle_database->query_end()
|
* line 668 of \lib\dml\mssql_native_moodle_database.php: call to mssql_native_moodle_database->query_end()
|
* line 78 of \question\type\numerical\db\upgrade.php: call to mssql_native_moodle_database->execute()
|
* line 385 of \lib\upgradelib.php: call to xmldb_qtype_numerical_upgrade()
|
* line 1466 of \lib\upgradelib.php: call to upgrade_plugins()
|
* line 317 of \admin\index.php: call to upgrade_noncore()
|
- is a regression caused by
-
MDL-30021 Better default when importing numerical questions from Moodle 1.9
-
- Closed
-