We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a8cbb94 commit 7d03323Copy full SHA for 7d03323
1 file changed
test/tests/common_tests/basic_tests.robot
@@ -16,6 +16,10 @@ SQL Statement Ending With Semicolon Works
16
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]
21
+ Length Should Be ${output} 1
22
+
23
Create Person Table
24
[Setup] Log No setup for this test
25
${output}= Create Person Table
0 commit comments