[fdo-trac] #790: Fix the issue that a normal transaction in RDBI
may be held off by an "auto-select" transaction
FDO
trac_fdo at osgeo.org
Fri Sep 23 06:00:03 EDT 2011
#790: Fix the issue that a normal transaction in RDBI may be held off by an
"auto-select" transaction
--------------------------------+-------------------------------------------
Reporter: samwang | Owner: Romica Dascalescu
Type: defect | Status: new
Priority: major | Milestone: 3.7.0
Component: GenericRdbms API | Version: 3.7.0
Severity: 3 | Keywords:
External_id: |
--------------------------------+-------------------------------------------
In the RDBI framework, transactions are ended strictly due to their
nesting order. However, there are situations that between calling
tran_begin and trans_end(for non query operations), a query is executed.
This causes the non-query transaction not the top on transaction start,
thus will fail to end. This ticket aims at fixing this problem by skipping
transactions with ids which start with "auto-exec-" when trying to find a
matching transaction to end.
--
Ticket URL: <http://trac.osgeo.org/fdo/ticket/790>
FDO <http://fdo.osgeo.org/>
Feature Data Objects
More information about the fdo-trac
mailing list