]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
overhaul to types system, decoupled base type and engine-specific type into a compose...
authorMike Bayer <mike_mp@zzzcomputing.com>
Thu, 9 Mar 2006 18:30:27 +0000 (18:30 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Thu, 9 Mar 2006 18:30:27 +0000 (18:30 +0000)
commit3f620ec49050320f86d9ee21bc396d40f342fd0c
tree933b6e041f17294735ea46130de64514de7eeefc
parent5207bd4c5254a37cdb548df85aebf666f2e96403
overhaul to types system, decoupled base type and engine-specific type into a composed pattern instead of goofy inheritance....gets rid of TypeDecorator (now a no-op) and enables all inhertance
lib/sqlalchemy/types.py
test/testtypes.py