From dd9b0a3c84fd3a1d19a3f912f9d2df0098ba3a49 Mon Sep 17 00:00:00 2001 From: Justin Balthrop Date: Tue, 18 Nov 2008 13:34:31 -0800 Subject: [PATCH] another test --- README.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.txt b/README.txt index 6d76d49..4e9b2b3 100644 --- a/README.txt +++ b/README.txt @@ -1,7 +1,7 @@ = NestedTransactions NestedTransactions adds nested database transactions to any ActiveRecord::ConnectionAdapter -that supports savepoints. I've tested it with both Postgres and MySQL. The code is taken +that supports savepoints. I've tested it with Postgres and MySQL. The code is taken almost entirely from a post by William Robinson (airbaggins) on RailsTrac a few years ago (http://dev.rubyonrails.org/attachment/ticket/5457/nested_transactions.rb).