]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- added onupdate and ondelete keyword arguments to ForeignKey; propigate
authorMike Bayer <mike_mp@zzzcomputing.com>
Sat, 9 Dec 2006 04:00:35 +0000 (04:00 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sat, 9 Dec 2006 04:00:35 +0000 (04:00 +0000)
commitf279e2b1f24bd6efc7542707707ea9724f679e65
tree607fbadf483ba2652b41f4a9881bc0e6a1b55d4a
parentd56a50eb7056cfe054c03b47db3d79dab03a5638
- added onupdate and ondelete keyword arguments to ForeignKey; propigate
to underlying ForeignKeyConstraint if present.  (dont propigate in the
other direction, however)
- patched attribute speed enhancement [ticket:389] courtesy Sébastien Lelong
CHANGES
lib/sqlalchemy/orm/attributes.py
lib/sqlalchemy/schema.py