]> 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:45:24 +0000 (12:45 -0400)
commitce3f986a0e49287d1fc2ff9aae5afc2381c8cce7
tree4018f94a8ef9b095bdeb4eebb29b3b95266b7d29
parent24cd39de0fc1b8b8ad80b0503bd48b137e0e152f
- 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