]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- move documentation of available execution options to Connection - this is the main
authorMike Bayer <mike_mp@zzzcomputing.com>
Sun, 17 Apr 2011 20:10:59 +0000 (16:10 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sun, 17 Apr 2011 20:10:59 +0000 (16:10 -0400)
commit566f4688777118adfa51009adc19be9f1625167e
treeb292e4f042aa751e1a7fb34798347f2ebf7e724b
parent69dcd805d2c6ed92adf81da443c5c06d23d3423a
- move documentation of available execution options to Connection - this is the main
place these should be used
- Executable disallows "compiled_cache" option for now which was previously being ignored
[ticket:2131]
- Query now passes execution options to the Connection rather than the statement
so that all options are allowed including compiled cache.
CHANGES
lib/sqlalchemy/engine/base.py
lib/sqlalchemy/orm/query.py
lib/sqlalchemy/sql/expression.py
test/orm/test_query.py
test/sql/test_generative.py