Top "Rollback" questions

A rollback is reverting data to a previous state.

Hibernate persist failure with PostGIS Geometry

Related to previous question. I have a Spring Roo application using Hibernate to write a Geometry object to a PostGIS …

spring hibernate persistence postgis rollback
How to use savepoints in oracle procedure

I have multiple updates and insert statements in a procedure. Please refer below example: Procedure Example --code Update 1 insert 1 Update 2 …

oracle rollback savepoints
Spring JMS - redelivery by sending message back to same queue instead of rollback transaction

this is my first post here so I apologize in advance if I don't respect formatting rules or other general …

spring transactions queue rollback spring-jms
SQL Server 2008 Transaction, rollback required?

I have a stored procedure that has a BEGIN TRANSACTION and COMMIT TRANSACTION statement. Within the transaction is a select …

sql-server tsql transactions rollback
In mercurial, how do I apply a reverse-patch to a particular file?

Related to Mercurial: Merging one file between branches in one repo , I'm trying to perform a backout operation on a …

mercurial rollback
Git cannot undo modified files

I just want to get back to a clean working directory, exactly as it was after my last commit. Git …

git rollback git-stash git-reset
How to undo ALTER TABLE using sqlplus (Oracle 10g Express)?

rollback; doesn't seem to undo alter table changes. Background: I'm generating some .sql scripts (based on parsed Hibernate scripts) which …

oracle10g sqlplus rollback alter
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") @TransactionConfiguration(transactionManager="…

hibernate spring transactions integration-testing rollback
Rollback all nested transactions when outer one is marked for rollback

I've got two methods annotated with @Transactional. The second method is called somewhere nested inside the first one. Now I …

java spring transactions rollback propagation
Possible to downgrade/rollback .NET 4.5 runtime?

I was wondering if there was a way to rollback or downgrade the .NET 4.5 runtime back to .NET 4.0. I am …

asp.net clr rollback asp.net-4.5 downgrade