Skip to content

Commit 57b9401

Browse files
committed
fix(yaml): correct precedence description for rowsToFetch and fetchAllRows in verification tool
1 parent c586a5d commit 57b9401

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tools/sample/fetch-rows-verification.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ tools:
7979
source: ibmi-verify
8080
description: >
8181
Precedence test — both rowsToFetch and fetchAllRows are set.
82-
fetchAllRows must win; rowsToFetch is silently ignored.
82+
rowsToFetch must win; fetchAllRows is silently ignored.
8383
statement: |
8484
SELECT TABLE_SCHEMA, TABLE_NAME, COLUMN_NAME, DATA_TYPE, LENGTH
8585
FROM QSYS2.SYSCOLUMNS2

0 commit comments

Comments
 (0)