details: https://code.openbravo.com/erp/devel/pi/rev/09161e698613 changeset: 24221:09161e698613 user: Augusto Mauch <augusto.mauch <at> openbravo.com> date: Thu Aug 07 15:19:21 2014 +0200 summary: Fixes issue 26818: Handles properly a failure when applying a batch
Changes done for PostgreSQL: - The Connection will not autocommit when evaluating a batch - If a batch fails, the connection does a rollback, sets the autoCommit to true, and evaluates the sql commands in a non-batched connection. Changes dsone for Oracle: - If a batch fails, the sql commands of the batch that have not been executed yet will be executed in a non-batched connection diffstat: src-db/database/lib/dbsourcemanager.jar | 0 1 files changed, 0 insertions(+), 0 deletions(-) diffs (2 lines): diff -r e362b73c7fb4 -r 09161e698613 src-db/database/lib/dbsourcemanager.jar Binary file src-db/database/lib/dbsourcemanager.jar has changed ------------------------------------------------------------------------------ Infragistics Professional Build stunning WinForms apps today! Reboot your WinForms applications with our WinForms controls. Build a bridge from your legacy apps to the future. http://pubads.g.doubleclick.net/gampad/clk?id=153845071&iu=/4140/ostg.clktrk _______________________________________________ Openbravo-commits mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/openbravo-commits
