From: SourceForge.net <no...@so...> - 2003-05-16 10:02:24
|
Patches item #738712, was opened at 2003-05-16 12:02 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=316528&aid=738712&group_id=16528 Category: None Group: None Status: Open Resolution: None Priority: 5 Submitted By: Laurent Pinchart (peter_pan78) Assigned to: Nobody/Anonymous (nobody) Summary: inTransaction not updated when committing a large object Initial Comment: If not transaction is in progress when creating a new large object, Connection.binary setups a new transaction, which sets the internal variable inTransaction to 1. The transaction is commited at the end of Connection.binary, but inTransaction is not set back to 0 as it should. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=316528&aid=738712&group_id=16528 |