6
0
mirror of https://github.com/FirebirdSQL/firebird-qa.git synced 2025-01-22 21:43:06 +01:00

Added/Updated tests\bugs\gh_8265_test.py: added comment

This commit is contained in:
pavel-zotov 2024-09-26 11:31:15 +03:00
parent 05df68c160
commit 89e3f717f8

View File

@ -9,6 +9,7 @@ NOTES:
[26.09.2024] pzotov [26.09.2024] pzotov
0. ::: NB ::: This test probably will be reimplemented later, see note by dimitr in the ticket: 0. ::: NB ::: This test probably will be reimplemented later, see note by dimitr in the ticket:
"In the future this heuristics should be replaced with a cost-based approach between hash and nested loop semi-join" "In the future this heuristics should be replaced with a cost-based approach between hash and nested loop semi-join"
(https://github.com/FirebirdSQL/firebird/issues/8265#issue-2546991823)
1. Parameter 'SubQueryConversion' currently presents only in FB 5.x and _NOT_ in FB 6.x. 1. Parameter 'SubQueryConversion' currently presents only in FB 5.x and _NOT_ in FB 6.x.
Because of that, testing version are limited only for 5.0.2. FB 6.x currently is NOT tested. Because of that, testing version are limited only for 5.0.2. FB 6.x currently is NOT tested.
2. Custom driver config objects are created here, one with SubQueryConversion = true and second with false. 2. Custom driver config objects are created here, one with SubQueryConversion = true and second with false.