rollback
Transaction when saving many object in Grails service
I am having a problem with transaction in Grails. I want to save a list of object to DB by a checking condition at each object. All these process I want to put to one transaction, it means if the k-th[详细]
2023-02-22 11:07 分类:问答SQL Server - how to ensure identity fields increment correctly even in case of rollback
In SQL Server, if a transaction involving the inserting of a new row gets rolled back, a number is skipped in the identity field.[详细]
2023-02-21 17:55 分类:问答Undo changes in entity framework entities
this might be a trivial question but: Since ADO.NET entity framework automatically tracks changes (in generated entities) and therefore keeps the original values, how can I rollback changes made to th[详细]
2023-02-20 04:55 分类:问答How to stop rollback in MDB?
I have a onMessage method where I\'m reciving an ObjectMessage from the Queue and using that information to populate and persist a JPA entity object. But when something goes wrong while persisting the[详细]
2023-02-20 01:22 分类:问答How to rollback nested transactions with Propagation.REQUIRES_NEW in integration tests
I have several integration tests for various services that extend the following baseclass: @ContextConfiguration(locations=\"classpath:applicationContext-test.xml\")[详细]
2023-02-14 18:21 分类:问答Visual Studio Database Project Rollback Script
I\'m using the Database project in visual studio 2010 to generate a script to deploy my database (and it\'s changes). This works great.[详细]
2023-02-14 12:44 分类:问答How to disable a MySQL query rollback in Magento after an unsuccessful payment operation?
I\'ve coded a manual script 开发者_Python百科in Magento to log my transactions in a payment process. The MySQL query works fine after a successful transaction and I can see the data in MySQL. But my q[详细]
2023-02-13 15:34 分类:问答Python sqlite3 module not rolling back transactions
Consider this test case: import sqlite3 con1 = sqlite3.connect(\'test.sqlite\') con1.isolation_leve开发者_运维知识库l = None[详细]
2023-02-11 21:45 分类:问答HornetQ MDB timeout
JBoss 5.1 with HornetQ I need a MDB to rollback if it cannot process a message in 30 s开发者_Go百科econds. Is this possible ?[详细]
2023-02-10 21:17 分类:问答Is rollback can work without savepoints in DB2?
This question partially related to this one Why my transaction is not rolled back when using the following SQL:[详细]
2023-02-09 06:38 分类:问答