]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
switch "if not len(x)" to "if not x"
authorJonathan Ellis <jbellis@gmail.com>
Fri, 3 Aug 2007 18:28:11 +0000 (18:28 +0000)
committerJonathan Ellis <jbellis@gmail.com>
Fri, 3 Aug 2007 18:28:11 +0000 (18:28 +0000)
commitb5a7efe591c95d1ff104ca67037f0d738f4d5ff1
tree375f405c00c3eeb531be58b1b678323b1370f06e
parent2db06fce7e3cba15767c248c293caa27d35fe354
switch "if not len(x)" to "if not x"
lib/sqlalchemy/databases/oracle.py
lib/sqlalchemy/orm/__init__.py
lib/sqlalchemy/orm/mapper.py
lib/sqlalchemy/orm/properties.py
lib/sqlalchemy/topological.py