]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- Column with no name (as in declarative) won't raise a
authorMike Bayer <mike_mp@zzzcomputing.com>
Tue, 13 Jan 2009 15:38:38 +0000 (15:38 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Tue, 13 Jan 2009 15:38:38 +0000 (15:38 +0000)
commitb99bdc7cee1080e6fd86451c5def2410a697c0b9
treeeb7bfe1e05ab6ffc4beaacd4b9ce7bbeff452849
parentb23f8c0f2efea544954e1f6cfcdf4931b2f57213
- Column with no name (as in declarative) won't raise a
NoneType error when it's string output is requsted
(such as in a stack trace).
CHANGES
lib/sqlalchemy/ext/declarative.py
lib/sqlalchemy/schema.py
test/ext/declarative.py