Re: [sqlalchemy] SQLAlchemy 0.8.3 / 0.9.0b1 released

2013-10-30 Thread Michael Bayer
this is a regression from http://www.sqlalchemy.org/trac/ticket/2818 and that is fixed in eee219bc7e0656fb8afa9879 / 2576b5cdfb09fd1fb28 . On Oct 29, 2013, at 11:40 PM, Jeff Dairiki dair...@dairiki.org wrote: On Sat, Oct 26, 2013 at 05:41:04PM -0400, Michael Bayer wrote: I’ve released

[sqlalchemy] Single abstract declarative base, multiple inheriting children in one module...

2013-10-30 Thread jkmacc
Hi all, I've got a module defining a number of abstract declarative classes. They represent standard generic classes/tables. I'd like to take one of these abstract classes and subclass more than once, adding a 'schema' name to '__table_args__' and a '__tablename__'. This to me is like

Re: [sqlalchemy] Single abstract declarative base, multiple inheriting children in one module...

2013-10-30 Thread Michael Bayer
On Oct 30, 2013, at 10:58 AM, jkmacc jkm...@gmail.com wrote: Hi all, I've got a module defining a number of abstract declarative classes. They represent standard generic classes/tables. I'd like to take one of these abstract classes and subclass more than once, adding a 'schema' name

[sqlalchemy] Re: azure sqlalchemy

2013-10-30 Thread Lorenzo Lee
Curious if anyone has done this yet? I have a need. Thanks! Lorenzo On Monday, May 21, 2012 8:09:12 AM UTC-5, Damian wrote: Hi, Has anyone used sqlalchemy and azure at any point? I may need to work with azure shortly... Thanks! Damian -- You received this message because you

Re: [sqlalchemy] Single abstract declarative base, multiple inheriting children in one module...

2013-10-30 Thread jkmacc
On Wednesday, October 30, 2013 9:34:38 AM UTC-6, Michael Bayer wrote: On Oct 30, 2013, at 10:58 AM, jkmacc jkm...@gmail.com javascript: wrote: Hi all, I've got a module defining a number of abstract declarative classes. They represent standard generic classes/tables. I'd like to

Re: [sqlalchemy] Single abstract declarative base, multiple inheriting children in one module...

2013-10-30 Thread Michael Bayer
On Oct 30, 2013, at 1:43 PM, jkmacc jkm...@gmail.com wrote: Hmm... The 'schema' problem was my dumb mistake, but I still haven't found a use of @declared_attr that solves my problem. It looks like, by the time I get to my OldStudents or anything afterwards, I have to redeclare almost

Re: [sqlalchemy] Single abstract declarative base, multiple inheriting children in one module...

2013-10-30 Thread jkmacc
On Wednesday, October 30, 2013 12:10:49 PM UTC-6, Michael Bayer wrote: On Oct 30, 2013, at 1:43 PM, jkmacc jkm...@gmail.com javascript: wrote: Hmm... The 'schema' problem was my dumb mistake, but I still haven't found a use of @declared_attr that solves my problem. It looks like, by

Re: [sqlalchemy] SQLAlchemy 0.8.3 / 0.9.0b1 released

2013-10-30 Thread Jeff Dairiki
Thanks for the quick fix, Mike! On Wed, Oct 30, 2013 at 10:37:48AM -0400, Michael Bayer wrote: this is a regression from http://www.sqlalchemy.org/trac/ticket/2818 and that is fixed in eee219bc7e0656fb8afa9879 / 2576b5cdfb09fd1fb28 . On Oct 29, 2013, at 11:40 PM, Jeff Dairiki