]> 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:59:12 +0000 (09:59 -0500)
commita31266f4d790928d2ca80b856ab409e5d1912690
tree96835c4c86c3978fbf8bbb036f94e4b651cde17a
parent90a2d8010f4b287b3afede19b0f78755001aeb55
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
(cherry picked from commit 33886b8692fc9a9cf862386a541d15114a659f43)
doc/build/changelog/unreleased_13/5860.rst [new file with mode: 0644]
lib/sqlalchemy/dialects/mysql/reflection.py
test/dialect/mysql/test_reflection.py