From d44c33b9e59aa0790177499e53d7e2c6f85843da Mon Sep 17 00:00:00 2001 From: pavel-zotov Date: Mon, 29 Jul 2024 19:57:03 +0300 Subject: [PATCH] Added/Updated tests\bugs\gh_7057_test.py: minor change - added comment --- tests/bugs/gh_7057_test.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/bugs/gh_7057_test.py b/tests/bugs/gh_7057_test.py index 6ded37b9..80f1600b 100644 --- a/tests/bugs/gh_7057_test.py +++ b/tests/bugs/gh_7057_test.py @@ -26,6 +26,7 @@ NOTES: 3. Attempt to run this test on FB 4.0.5.3127 (10-JUL-2024) raises: "E firebird.driver.types.DatabaseError: feature is not supported" + (scollable cursors are not supported in network protocol in FB-4.x) Checked on 6.0.0.401-a7d10a4, 5.0.1.1453-62ee5f1. """