Re: [sqlalchemy] SQLAlchemy 0.9.1 released

2014-01-06 Thread Michael Bayer
Just an update, read the docs has been having problems building, the current 
changelog for 0.9.1 can be viewed at:

http://docs.sqlalchemy.org/en/latest/changelog/changelog_09.html#change-0.9.1



On Jan 5, 2014, at 7:54 PM, Michael Bayer mike...@zzzcomputing.com wrote:

 Hello again list!
 
 SQLAlchemy release 0.9.1 is now available.
 
 This release is primarily a quick-hit regression release; as we moved fast 
 through 0.9 betas only releasing a single beta, a couple of small regressions 
 popped up since then; this release fixes those.
 
 The release does however include one major, though experimental feature. 
 After spending many hours on IRC with a particular user's use case of 
 automatically generating relationship() objects for an existing schema, a new 
 extension is proposed known as sqlalchemy.ext.automap. Automap expands upon 
 the Declarative model as well as the deferred reflection class to attempt 
 producing a full model at runtime based on a reflected, or otherwise 
 non-mapped, schema collection. In some ways, Automap can more or less replace 
 what the very famous SQLSoup extension has historically been used for, e.g. 
 to generate classes on the fly based on a reflected schema. Automap expands 
 on this idea by proposing simple logic to also generate rudimentary 
 relationships between classes, and also is structured so as to interoperate 
 smoothly with the Declarative mapping system that didn't exist when SQLSoup 
 was created.
 
 Full changelog for SQLAlchemy 0.9.1 is at: 
 http://docs.sqlalchemy.org/en/rel_0_9/changelog/changelog_09.html#change-0.9.1
 
 
 Download SQLAlchemy 0.9.1 at: http://www.sqlalchemy.org/download.html



signature.asc
Description: Message signed with OpenPGP using GPGMail


[sqlalchemy] Re: SQLAlchemy 0.9.1 released

2014-01-06 Thread Jonathan Vanasco
automap sounds neat!  thanks!

-- 
You received this message because you are subscribed to the Google Groups 
sqlalchemy group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sqlalchemy+unsubscr...@googlegroups.com.
To post to this group, send email to sqlalchemy@googlegroups.com.
Visit this group at http://groups.google.com/group/sqlalchemy.
For more options, visit https://groups.google.com/groups/opt_out.