]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- Removed "None" from a connection.execute() in the dialect
authorMike Bayer <mike_mp@zzzcomputing.com>
Mon, 15 Feb 2010 20:44:31 +0000 (20:44 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Mon, 15 Feb 2010 20:44:31 +0000 (20:44 +0000)
commite249dfd0ff2067e63b5654ca8bbd4177d97c7561
tree271935e96ca0c09d98c4095fd97411affe9382eb
parent92171b08593e17f50d1e69a32dca0dbc7cb7fbc7
  - Removed "None" from a connection.execute() in the dialect
      which potentially allows pygresql to work as an alternate
      DBAPI (but this is *not supported!!!*) [ticket:1691]
CHANGES
lib/sqlalchemy/databases/postgres.py