]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
include negation symbol in numeric default match
authorMike Bayer <mike_mp@zzzcomputing.com>
Sat, 23 Jan 2021 08:00:56 +0000 (03:00 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sat, 23 Jan 2021 14:58:17 +0000 (09:58 -0500)
commitcdf1ba9f9f1696a90b3d9e6c91ce9418bd39fa20
tree70a19e0758e8a118eda86e7665625ed494c40613
parent851a3a362ee5e05b8438f92e2e1df63c68f79d68
include negation symbol in numeric default match

Fixed bug where MySQL server default reflection would fail for numeric
values with a negation symbol present.

Fixes: #5860
Change-Id: I02cacdb4f9ec7d9113c27bf0d9214c4e14f4d4f9
doc/build/changelog/unreleased_13/5860.rst [new file with mode: 0644]
lib/sqlalchemy/dialects/mysql/reflection.py
test/dialect/mysql/test_reflection.py