]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- Added a fully descriptive error message for the
authorMike Bayer <mike_mp@zzzcomputing.com>
Mon, 28 Feb 2011 17:47:04 +0000 (12:47 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Mon, 28 Feb 2011 17:47:04 +0000 (12:47 -0500)
commitcf5113115047032dd46724d1e3f56dfca6503eee
tree8039f3b00af76df71f2239fe20801a54dbd04402
parenta7f766d7c7fd6c53eb0019e32569e915b3f31eb4
- Added a fully descriptive error message for the
case where Column is subclassed and _make_proxy()
fails to make a copy due to TypeError on the
constructor.   The method _constructor should
be implemented in this case.
CHANGES
lib/sqlalchemy/__init__.py
lib/sqlalchemy/schema.py
test/sql/test_metadata.py