We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f94ad4 commit 16a281eCopy full SHA for 16a281e
1 file changed
test/tests/common_tests/basic_tests.robot
@@ -17,7 +17,8 @@ SQL Statement Ending Without Semicolon Works
17
Query SELECT * FROM person;
18
19
SQL Statement With Parameters Works
20
- ${output}= Query SELECT * FROM person WHERE id < ? parameters=[1]
+ @{params}= Create List 2
21
+ ${output}= Query SELECT * FROM person WHERE id < ? parameters=${params}
22
Length Should Be ${output} 1
23
24
Create Person Table
0 commit comments