mahara-contributors team mailing list archive
-
mahara-contributors team
-
Mailing list archive
-
Message #05884
[Bug 837437] [NEW] In lib/dml.php execute_sql_arr, $continue parameter can't ever work
Public bug reported:
execute_sql_arr() calls execute_sql() to perform the actual sql query.
It should continue if execute_sql() returns a boolean false. However,
this can never actually happen as a execute_sql() throws an exception if
the sql query fails. As far as I can tell the $continue parameter
effectively does nothing.
** Affects: mahara
Importance: Undecided
Status: New
--
You received this bug notification because you are a member of Mahara
Contributors, which is subscribed to Mahara.
https://bugs.launchpad.net/bugs/837437
Title:
In lib/dml.php execute_sql_arr, $continue parameter can't ever work
Status in Mahara ePortfolio:
New
Bug description:
execute_sql_arr() calls execute_sql() to perform the actual sql query.
It should continue if execute_sql() returns a boolean false. However,
this can never actually happen as a execute_sql() throws an exception
if the sql query fails. As far as I can tell the $continue parameter
effectively does nothing.
To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/837437/+subscriptions
Follow ups
-
[Bug 837437] Re: In lib/dml.php execute_sql_arr, $continue parameter can't ever work
From: Robert Lyon, 2013-11-13
-
[Bug 837437] Re: In lib/dml.php execute_sql_arr, $continue parameter can't ever work
From: François Marier, 2012-03-14
-
[Bug 837437] Re: In lib/dml.php execute_sql_arr, $continue parameter can't ever work
From: Christopher Tombleson, 2012-03-01
-
[Bug 837437] Re: In lib/dml.php execute_sql_arr, $continue parameter can't ever work
From: François Marier, 2011-11-22
-
[Bug 837437] Re: In lib/dml.php execute_sql_arr, $continue parameter can't ever work
From: François Marier, 2011-08-30
-
[Bug 837437] [NEW] In lib/dml.php execute_sql_arr, $continue parameter can't ever work
From: Howard Miller, 2011-08-30
References