]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- Modified the internals of "column annotation" such that
authorMike Bayer <mike_mp@zzzcomputing.com>
Mon, 14 Jun 2010 23:39:26 +0000 (19:39 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Mon, 14 Jun 2010 23:39:26 +0000 (19:39 -0400)
commit33f6dcc80b43e499562991d7bfaf4f896d55f445
tree075a92c878751ff8576b5713feb1f16c1981270c
parent92599bfec69afa53ea417b183deb2e45eeb91285
- Modified the internals of "column annotation" such that
a custom Column subclass can safely override
_constructor to return Column, for the purposes of
making "configurational" column classes that aren't
involved in proxying, etc.
CHANGES
lib/sqlalchemy/sql/util.py
test/sql/test_selectable.py