On 23 May 2008, at 19:53, Yi Wen wrote:
It's not in the database. It looks to me the data is not actually inserted into the DB at all, just somehow buffered somewhere.
It's stored in a transaction, so the only place you can see the data is from the same connection. Make another connection (by reconnecting) and you are protected from seeing that data.
Why do you want to see this intermediate state of the database from another connection anyway? It's an unusual thing to want to do.
Ashley -- http://www.patchspace.co.uk/ http://aviewfromafar.net/ _______________________________________________ rspec-users mailing list rspec-users@rubyforge.org http://rubyforge.org/mailman/listinfo/rspec-users