Alembic 0.6.3 released

2014-02-02 Thread Michael Bayer
Hey lists - Alembic 0.6.3 is now available. 0.6.3 has a handful of bug fixes, the vast majority geared towards the autogenerate feature, including getting schemas to work with index and unique constraint detection as well as improved handling of schema attributes on Table objects within

Re: [sqlalchemy] Automap and naming of relationship attributes

2014-02-02 Thread Adrian Robert
Thanks, that works beautifully. I had noticed name_for_scalar_relationship parameter but I guess wasn't confident enough that I understood what was going on to try it. :-[ -- You received this message because you are subscribed to the Google Groups sqlalchemy group. To unsubscribe from this

Re: [sqlalchemy] from_statement, TextAsFrom and stored procedures

2014-02-02 Thread Michael Bayer
On Feb 2, 2014, at 12:08 AM, Matthew Phipps matt.the.m...@gmail.com wrote: db.session.commit() typemap = {'id': db.Integer, 'username': db.String, 'email': db.String, 'random_time': UTCDateTime} taf = text.columns(**typemap) users = db.session.query(User).from_statement(taf).all()

[sqlalchemy] SQLAlchemy 0.9.2 Released

2014-02-02 Thread Michael Bayer
heya list - SQLAlchemy release 0.9.2 is now available. Release 0.9.2, while only a point release in the new 0.9 series, contains a large list of bug and regression fixes across ORM, Core and dialect, as well as a significant number of new features, particularly in the area of database metadata