]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- AbstractType.__str__() produces the string version of the type with default dialect
authorMike Bayer <mike_mp@zzzcomputing.com>
Fri, 3 Sep 2010 18:35:22 +0000 (14:35 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Fri, 3 Sep 2010 18:35:22 +0000 (14:35 -0400)
commitfc46270f478796fe7eb98fae2ea2692a18e5a67c
tree0168e6544cd6640c79e8340e58501ce0b5212a10
parent3d439e180103e3b1aab14094912bb566da2d7f5d
- AbstractType.__str__() produces the string version of the type with default dialect
- 79 chars
lib/sqlalchemy/types.py
test/sql/test_types.py