]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- sending None as an argument to func.<something> will produce
authorMike Bayer <mike_mp@zzzcomputing.com>
Wed, 28 Mar 2007 23:18:04 +0000 (23:18 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Wed, 28 Mar 2007 23:18:04 +0000 (23:18 +0000)
commitc13846c6b66411e8b11af0948def34691637435b
tree2bab995e2b7254aceffd2cbb408ce24236579c7d
parente064aaff1414865d27efe9e399f9e6b5037284c3
- sending None as an argument to func.<something> will produce
an argument of NULL
CHANGES
lib/sqlalchemy/sql.py
test/sql/select.py