]> 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>
Fri, 25 Oct 2019 17:10:30 +0000 (13:10 -0400)
commitc2e8b48a668a7ae7c1467a00e44fb1e4daa660a3
tree9167a3a1273fcd151e553f71f8e010f375792a86
parent8906617cd180f45219de2dd34dff8284f168fa9a
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
test/requirements.py