Closed jmsche closed 3 weeks ago
Thanks for the contribution @jmsche!
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 96.81%. Comparing base (
94e297d
) to head (2fc7138
). Report is 20 commits behind head on master.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Thank you for the fast merge :)
The
version_compare()
operator argument seems weird, as it should return JSON is supported for MariaDB >= 10.2.7.Currently it returns the opposite.
Added tests to make sure it works correctly.