Re: auto-generating rename index and rename constraint

2016-02-06 Thread Mike Bayer
On 02/06/2016 05:26 PM, Jonathan Beluch wrote: Thanks for clearing all that functionality up. Will give the traversal a shot. On 02/05/2016 01:10 PM, Jonathan Beluch wrote: > Just realized #4 isn't so simple either as the comparison is always done > by name. if this is

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] Recommended way to delete record given instance?

2016-02-06 Thread Thierry Florac
Hi ! Did you try "session.delete(myrecord)" ? Best regards, Thierry 2016-02-06 5:16 GMT+01:00 Alex Hall : > Hello all, > Another basic question: given an instance of a record, can I somehow > delete the record from a table? The longer story is this. > > I have my app,