Re: [sqlalchemy] Re: Multi-AZ RDS on AWS, failover and SQLAlchemy

2016-02-06 Thread Jonas Oscarsson
Hi Josh, Sorry for the late reply. Unfortunately we haven't had time/prioritized to look into it further. For the very few times when we've had to use the failover functionality, it has recovered quickly enough (within two minutes or so). Best, Jonas On Mon, Dec 21, 2015 at 9:19 PM Joshua Ma

Re: [sqlalchemy] Multi-AZ RDS on AWS, failover and SQLAlchemy

2014-10-18 Thread Jonas Oscarsson
Thanks Michael, we will redo the test using psycopg2 directly and see what behavior we get there. Will report back here when done. On Fri, Oct 17, 2014 at 6:03 PM, Michael Bayer mike...@zzzcomputing.com wrote: On Oct 17, 2014, at 4:47 AM, Jonas Oscarsson jonas@rsson.nu wrote: Hi, We

Re: [sqlalchemy] Re: Multi-AZ RDS on AWS, failover and SQLAlchemy

2014-10-18 Thread Jonas Oscarsson
Thanks for the tip, we haven't tried that yet although I think we would have the same behavior as it seems to be the next connection after the database is down that hangs (no matter if it's a SELECT 1 or an actual query). On Fri, Oct 17, 2014 at 5:38 PM, Jonathan Vanasco jvana...@gmail.com wrote:

[sqlalchemy] add foreign key constraint

2013-11-14 Thread jonas geiregat
I have a table called session which has foreign key constraints. I removed them and auto generated a migration script. The upgrade function is populated as expected but the downgrade function isn't. I searched through the available operations but can't find what i need. The create_foreign_key

Re: [sqlalchemy] add foreign key constraint

2013-11-14 Thread jonas geiregat
( 'session_server_fkey', 'session', 'server', ['server'], ['id']) op.create_foreign_key( 'session_app_fkey', 'session', 'app', ['server'], ['id']) On Thursday, November 14, 2013 11:40:43 AM UTC+1, Simon King wrote: On Thu, Nov 14, 2013 at 8:47 AM, jonas geiregat geireg

[sqlalchemy] Re: Data types specific to engines

2007-07-23 Thread Jonas
Thank you very much! :) On 19 jul, 18:11, Michael Bayer [EMAIL PROTECTED] wrote: i just put up a little bit of new docs to this effect. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups sqlalchemy group. To post to

[sqlalchemy] parley - library for distributed systems

2007-07-23 Thread Jonas
Parley [1] is a library for writing Python programs that implement the Actor model of distributed systems. I comment it here because perhaps could be usefull to SQLAlchemy to let a better access (more distributed) to several data bases. [1] http://www.python.org/pypi/parley/

[sqlalchemy] Re: dbcook 0.1

2007-07-19 Thread Jonas
Isn't it what does already Elixir? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups sqlalchemy group. To post to this group, send email to sqlalchemy@googlegroups.com To unsubscribe from this group, send email to