Re: [sqlalchemy] Can SQLAlchemy execute multiple select statements in a single round trip?

2013-05-23 Thread Sean Lynch
gly small benefit. Have you identified a real speed issue with > some particular series of statements ? > > > On May 23, 2013, at 3:03 PM, Sean Lynch wrote: > > Thank you for the very detailed reply. I know with NHibernate a lot of > their drivers don't support it and

Re: [sqlalchemy] Can SQLAlchemy execute multiple select statements in a single round trip?

2013-05-23 Thread Sean Lynch
h at this point looks to just be MySQLdb). On Thursday, May 23, 2013 2:32:04 PM UTC-4, Michael Bayer wrote: > > > On May 23, 2013, at 2:10 PM, Sean Lynch > > wrote: > > Does SQLAlchemy have any builtin support to execute multiple SELECT > statements in a single round tri

[sqlalchemy] Can SQLAlchemy execute multiple select statements in a single round trip?

2013-05-23 Thread Sean Lynch
Does SQLAlchemy have any builtin support to execute multiple SELECT statements in a single round trip to the database, similar to NHibernate's .future() call (http://ayende.com/blog/3979/nhibernate-futures) or ActiveRecord::Futures (https://github.com/leoasis/activerecord-futures). I came acros

[sqlalchemy] Re: Running create_all() on Google Cloud SQL

2013-01-10 Thread Sean Lynch
I think I found the issue, and submitted a trak ticket with a possible workaround - http://www.sqlalchemy.org/trac/ticket/2649 On Wednesday, January 9, 2013 4:57:06 PM UTC-5, Sean Lynch wrote: > > I've been trying to get SQLAlchemy to work with Google Cloud SQL but so > far I&#x

[sqlalchemy] Running create_all() on Google Cloud SQL

2013-01-09 Thread Sean Lynch
I've been trying to get SQLAlchemy to work with Google Cloud SQL but so far I've only been met with frustration. I'm using 0.7.9, but can not get engine.connect() to force the OAuth request. I logged a StackOverflow issue with some details (http://stackoverflow.com/questions/14224679/unable-t