]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- default compilation of a type will check if the type class's module is
authorMike Bayer <mike_mp@zzzcomputing.com>
Sun, 3 Oct 2010 17:11:41 +0000 (13:11 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sun, 3 Oct 2010 17:11:41 +0000 (13:11 -0400)
commitee9102622c8538bd7e2594b05dd8bdc72317d3d0
tree751667757b97edcfa0646108b352e799ca39c5c4
parent15442ed1f41f1e9b2b1199fa52966c6151ec2592
- default compilation of a type will check if the type class's module is
inside of sqlalchemy.dialects, in which case that dialect's default
will be used instead of DefaultDialect.
lib/sqlalchemy/types.py
test/sql/test_types.py