]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
move the whole thing to TypeEngine. the feature is pretty much for free like this.
authorMike Bayer <mike_mp@zzzcomputing.com>
Mon, 13 Aug 2012 20:18:12 +0000 (16:18 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Mon, 13 Aug 2012 20:18:12 +0000 (16:18 -0400)
commit37fad88b84db61fba0a09a1c76bcf95d055aa6e2
tree9a671d59f31ee6b24c62814376d3178a916c5f13
parentd9b5991f9c21836e1d48555b949a402fc4ce6b35
move the whole thing to TypeEngine.  the feature is pretty much for free like this.
lib/sqlalchemy/schema.py
lib/sqlalchemy/sql/expression.py
lib/sqlalchemy/types.py
test/sql/test_operators.py