Skip to content

Commit 0291803

Browse files
committed
Update the docs
1 parent e0b0c70 commit 0291803

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

doc/index.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

src/DatabaseLibrary/assertion.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -299,7 +299,7 @@ def check_row_count(
299299
Use ``retry_timeout`` and ``retry_pause`` parameters to enable waiting for assertion to pass.
300300
See `Retry mechanism` for more details.
301301
302-
Set ``replace_robot_variables`` to resolve RF variables (like ${MY_VAR}) before executing the SQL.
302+
Set ``replace_robot_variables`` to resolve RF variables like _${MY_VAR}_ before executing the SQL.
303303
304304
=== Some parameters were renamed in version 2.0 ===
305305
The old parameters ``selectStatement`` and ``sansTran`` are *deprecated*,
@@ -376,7 +376,7 @@ def check_query_result(
376376
Use ``retry_timeout`` and ``retry_pause`` parameters to enable waiting for assertion to pass.
377377
See `Retry mechanism` for more details.
378378
379-
Set ``replace_robot_variables`` to resolve RF variables (like ${MY_VAR}) before executing the SQL.
379+
Set ``replace_robot_variables`` to resolve RF variables like _${MY_VAR}_ before executing the SQL.
380380
381381
=== Some parameters were renamed in version 2.0 ===
382382
The old parameters ``selectStatement`` and ``sansTran`` are *deprecated*,

src/DatabaseLibrary/query.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ def query(
6767
Use ``parameters`` for query variable substitution (variable substitution syntax may be different
6868
depending on the database client).
6969
70-
Set ``replace_robot_variables`` to resolve RF variables (like ${MY_VAR}) before executing the SQL.
70+
Set ``replace_robot_variables`` to resolve RF variables like _${MY_VAR}_ before executing the SQL.
7171
7272
=== Some parameters were renamed in version 2.0 ===
7373
The old parameters ``selectStatement``, ``sansTran`` and ``returnAsDict`` are *deprecated*,
@@ -129,7 +129,7 @@ def row_count(
129129
Use ``parameters`` for query variable substitution (variable substitution syntax may be different
130130
depending on the database client).
131131
132-
Set ``replace_robot_variables`` to resolve RF variables (like ${MY_VAR}) before executing the SQL.
132+
Set ``replace_robot_variables`` to resolve RF variables like _${MY_VAR}_ before executing the SQL.
133133
134134
=== Some parameters were renamed in version 2.0 ===
135135
The old parameters ``selectStatement`` and ``sansTran`` are *deprecated*,
@@ -193,7 +193,7 @@ def description(
193193
Use ``parameters`` for query variable substitution (variable substitution syntax may be different
194194
depending on the database client).
195195
196-
Set ``replace_robot_variables`` to resolve RF variables (like ${MY_VAR}) before executing the SQL.
196+
Set ``replace_robot_variables`` to resolve RF variables like _${MY_VAR}_ before executing the SQL.
197197
198198
=== Some parameters were renamed in version 2.0 ===
199199
The old parameters ``selectStatement`` and ``sansTran`` are *deprecated*,
@@ -298,7 +298,7 @@ def execute_sql_script(
298298
299299
Use ``alias`` to specify what connection should be used if `Handling multiple database connections`.
300300
301-
Set ``replace_robot_variables`` to resolve RF variables (like ${MY_VAR}) before executing the SQL.
301+
Set ``replace_robot_variables`` to resolve RF variables like _${MY_VAR}_ before executing the SQL.
302302
303303
=== Some parameters were renamed in version 2.0 ===
304304
The old parameters ``sqlScriptFileName`` and ``sansTran`` are *deprecated*,
@@ -447,7 +447,7 @@ def execute_sql_string(
447447
448448
Set ``omit_trailing_semicolon`` to explicitly control the `Omitting trailing semicolon behavior` for the command.
449449
450-
Set ``replace_robot_variables`` to resolve RF variables (like ${MY_VAR}) before executing the SQL.
450+
Set ``replace_robot_variables`` to resolve RF variables like _${MY_VAR}_ before executing the SQL.
451451
452452
=== Some parameters were renamed in version 2.0 ===
453453
The old parameters ``sqlString``, ``sansTran`` and ``omitTrailingSemicolon`` are *deprecated*,

0 commit comments

Comments
 (0)