4 messages in com.googlegroups.sqlalchemy[sqlalchemy] Re: Read only connection...
FromSent OnAttachments
Jason Koelker29 Aug 2007 10:54 
shday29 Aug 2007 16:40 
Michael Bayer29 Aug 2007 17:26 
Jason Koelker29 Aug 2007 17:46 
Subject:[sqlalchemy] Re: Read only connection with Table reflection
From:shday (step@gmail.com)
Date:08/29/2007 04:40:16 PM
List:com.googlegroups.sqlalchemy

Is there any way to use reflection with a read only connection?

I use reflection on an Oracle database with read only permission, no problems (using SA 0.3.8).

I don't recall seeing SA trying to do a ROLLBACK during reflection though.

Steve