[Sqlalchemy-commits] commit/sqlalchemy: 2 new changesets
Brought to you by:
zzzeek
From: Bitbucket <com...@bi...> - 2014-02-01 23:22:05
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/9a3219bdac9a/ Changeset: 9a3219bdac9a Branch: ticket_2923 User: zzzeek Date: 2014-02-02 00:20:16 Summary: - changelog - docs - support callables so that any token can be worked up Affected #: 5 files https://bitbucket.org/zzzeek/sqlalchemy/commits/5b0919f3f5c7/ Changeset: 5b0919f3f5c7 Branch: None User: zzzeek Date: 2014-02-02 00:21:04 Summary: - Added a new feature which allows automated naming conventions to be applied to :class:`.Constraint` and :class:`.Index` objects. Based on a recipe in the wiki, the new feature uses schema-events to set up names as various schema objects are associated with each other. The events then expose a configuration system through a new argument :paramref:`.MetaData.naming_convention`. This system allows production of both simple and custom naming schemes for constraints and indexes on a per-:class:`.MetaData` basis. [ticket:2923] commit 7e65e52c086652de3dd3303c723f98f09af54db8 Author: Mike Bayer <mi...@zz...> Date: Sat Feb 1 15:09:04 2014 -0500 - first pass at new naming approach Affected #: 8 files Repository URL: https://bitbucket.org/zzzeek/sqlalchemy/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email. |