]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
statement_options -> execution_options
authorMike Bayer <mike_mp@zzzcomputing.com>
Sun, 17 Jan 2010 20:43:35 +0000 (20:43 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sun, 17 Jan 2010 20:43:35 +0000 (20:43 +0000)
commit151fa4e75ce951e42068b3a5785e06a8ecf4dd44
tree8b3958e357e37192fe4c233fa181e35ccc63096a
parent2b1937a31e5b5d8de56f266ec7692a3d0dd90976
statement_options -> execution_options
CHANGES
lib/sqlalchemy/dialects/postgresql/psycopg2.py
lib/sqlalchemy/engine/default.py
lib/sqlalchemy/orm/query.py
lib/sqlalchemy/sql/expression.py
test/dialect/test_postgresql.py
test/orm/test_query.py
test/sql/test_generative.py