Changeset 1331 for trunk/src/org/rapla/storage/dbsql/DBOperator.java
- Timestamp:
- 08/19/08 00:54:00 (4 years ago)
- Files:
-
- 1 modified
-
trunk/src/org/rapla/storage/dbsql/DBOperator.java (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/rapla/storage/dbsql/DBOperator.java
r1293 r1331 335 335 connection.commit(); 336 336 } 337 UpdateResult result = super.update(evt, true); 338 fireStorageUpdated(result); 339 } catch (Exception ex) { 337 } catch (Exception ex) { 340 338 try { 341 339 if (bSupportsTransactions) { … … 358 356 close( connection ); 359 357 } 358 UpdateResult result = super.update(evt, true); 359 fireStorageUpdated(result); 360 360 361 361 }
![(please configure the [header_logo] section in trac.ini)](/chrome/site/rapla.jpg)