Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
None
-
None
-
2025-8, 2025-9
Description
skips all the test if server is not 10.9
proper condition should be something like:
SELECT (sys.version_major(), sys.version_minor()) >= (10, 9)
|
(to be checked!!!)
test have to be checked for compatibility with 11.4 and 11.8 (may be also with 12.1)