]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
make use of the isinstance(obj, (A,B)) idiom, makes the code a bit shorter and more...
authorAnts Aasma <ants.aasma@gmail.com>
Tue, 10 Jul 2007 21:56:18 +0000 (21:56 +0000)
committerAnts Aasma <ants.aasma@gmail.com>
Tue, 10 Jul 2007 21:56:18 +0000 (21:56 +0000)
commitbc85397f491bbb6949fea16c9fc594bc8344419b
tree7de19ffb8a722bcf03d5c46dfbe64b87719b344d
parent1a07f1aaeeef0c4fa6a76659a367bf92654dd9b8
make use of the isinstance(obj, (A,B)) idiom, makes the code a bit shorter and more comprehensible (maybe a bit faster too)
lib/sqlalchemy/databases/mysql.py
lib/sqlalchemy/databases/oracle.py
lib/sqlalchemy/engine/base.py
lib/sqlalchemy/orm/query.py
lib/sqlalchemy/schema.py
lib/sqlalchemy/sql.py
lib/sqlalchemy/util.py