[Bb-trac] [bbPress] #919: bb_update_meta does not obey SAVEQUERIES
bbPress
bb-trac at lists.bbpress.org
Wed Aug 6 17:19:54 GMT 2008
#919: bb_update_meta does not obey SAVEQUERIES
----------------------+-----------------------------------------------------
Reporter: _ck_ | Owner:
Type: defect | Status: new
Priority: normal | Milestone: 1.0-beta & XML-RPC
Component: Back-end | Version:
Severity: normal | Keywords:
----------------------+-----------------------------------------------------
For some reason I can't easily spot at the moment, bb_update_meta
apparently does not save it's db transactions to the SAVEQUERIES
$bbdb->queries list.
Oh wait, I think I know what it is. When I do INSERT and UPDATE, I do it
though $bbdb->get_results but bb_update_meta uses $bbdb->update and
$bbdb->insert and even $bbdb->getrow
are those calls not added to the queries list?! They should be. This means
bbPress has many more "hidden" db transactions than I previously thought -
not good!
--
Ticket URL: <http://trac.bbpress.org/ticket/919>
bbPress <http://bbpress.org/>
Innovative forum development
More information about the Bb-trac
mailing list