]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- The ``info`` parameter has been added to the constructor for
authorMike Bayer <mike_mp@zzzcomputing.com>
Wed, 13 Aug 2014 23:45:34 +0000 (19:45 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Wed, 13 Aug 2014 23:45:34 +0000 (19:45 -0400)
commit7fc08fe89af9760750899346cf81bd74e0d9150f
treed1a9c485c7795bf33bda15900411aefcec91d193
parentea85c7053dc9532a95fd487628768fdfc1ca5c30
- The ``info`` parameter has been added to the constructor for
:class:`.SynonymProperty` and :class:`.ComparableProperty`.
- The ``info`` parameter has been added as a constructor argument
to all schema constructs including :class:`.MetaData`,
:class:`.Index`, :class:`.ForeignKey`, :class:`.ForeignKeyConstraint`,
:class:`.UniqueConstraint`, :class:`.PrimaryKeyConstraint`,
:class:`.CheckConstraint`.

fixes #2963
doc/build/changelog/changelog_10.rst
lib/sqlalchemy/orm/descriptor_props.py
lib/sqlalchemy/sql/schema.py
lib/sqlalchemy/util/langhelpers.py
test/orm/test_mapper.py
test/sql/test_metadata.py