]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
Perform an active check for sqlite json extension
authorMike Bayer <mike_mp@zzzcomputing.com>
Fri, 25 Oct 2019 17:10:30 +0000 (13:10 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sun, 10 Nov 2019 23:26:41 +0000 (18:26 -0500)
commitde54b1a3569b47a3d4365bca54d62c6f13b935d0
treedfa87d290dafb01d130db2403173925581d62e4d
parent342869430473d084f026164aa485cc3d81cefef6
Perform an active check for sqlite json extension

Apparently some Python builds may not have json enabled
for sqlite even though version > 3.9, add an active check
for the json functions.

Fixes: #4946
Change-Id: I1a1ce7ef72da8da9ad9576e1281d1df415c6af4f
(cherry picked from commit c2e8b48a668a7ae7c1467a00e44fb1e4daa660a3)
test/requirements.py