]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
Allowed column types to be callables. Fixes #1165.
authorMichael Trier <mtrier@gmail.com>
Sat, 4 Oct 2008 01:49:14 +0000 (01:49 +0000)
committerMichael Trier <mtrier@gmail.com>
Sat, 4 Oct 2008 01:49:14 +0000 (01:49 +0000)
commit56e88ed7c3b4bd6890087d6d2ced6514076d56c3
tree34e5af842693cedbf4b272ad5e4f6c0d5d446b1a
parent7005a9a42fdf46fbd6925c995300c01ae56995f9
Allowed column types to be callables. Fixes #1165.
lib/sqlalchemy/schema.py
lib/sqlalchemy/types.py
test/sql/testtypes.py