# File lib/amalgalite/database.rb, line 657 def rollback_to( point_name ) execute( "ROLLBACK TO SAVEPOINT #{point_name}" ) end