]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- adjustment for ref #3200 as we need an immutabledict() here so
authorMike Bayer <mike_mp@zzzcomputing.com>
Tue, 7 Oct 2014 16:43:27 +0000 (12:43 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Tue, 7 Oct 2014 16:43:27 +0000 (12:43 -0400)
commit2885f78e4e20c2ae8552594ac7f0231b1bee4aad
treebd06ea192635a3e3aec311490994687298cf41dd
parent5a10b6a455f9ad7be752469cbaa503857ae9fda2
- adjustment for ref #3200 as we need an immutabledict() here so
that union() can be called, in the case of a dialect that uses
execution options inside of initialize() (e.g. oursql)
lib/sqlalchemy/engine/strategies.py
test/engine/test_execute.py