]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
accommodate plain core textual statements
authorMike Bayer <mike_mp@zzzcomputing.com>
Tue, 27 Jul 2021 15:35:41 +0000 (11:35 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Tue, 27 Jul 2021 15:35:41 +0000 (11:35 -0400)
commit95648050cfb2afb5bea8558a6246ed3b5360e7fd
treefd3fbe0437f798392600605326c6cdfbaac690a6
parentc6b1d24fe71c22e4d2117d084f06df3597671985
accommodate plain core textual statements

Fixed issue where the horizontal sharding extension would not correctly
accommodate for a plain textual SQL statement passed to
:meth:`_orm.Session.execute`.

Fixes: #6816
Change-Id: Ie2b71b06d10793443dbd5e1b271c56cbf9431bb3
doc/build/changelog/unreleased_14/6816.rst [new file with mode: 0644]
lib/sqlalchemy/ext/horizontal_shard.py
test/ext/test_horizontal_shard.py