Skip to content

Commit 8b5488a

Browse files
authored
Clarify alert messages in oql-module.md
Updated alert messages for clarity and consistency.
1 parent 561ada7 commit 8b5488a

1 file changed

Lines changed: 6 additions & 5 deletions

File tree

  • content/en/docs/marketplace/platform-supported-content/modules

content/en/docs/marketplace/platform-supported-content/modules/oql-module.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -85,14 +85,14 @@ It returns the following:
8585

8686
### ExecuteDMLStatement {#executedmlstatement}
8787

88+
{{% alert color="info" %}}
89+
The `ExecuteDMLStatement` action is only available in the OQL Module version 5.0.0 and above.
90+
{{% /alert %}}
91+
8892
This action executes an [OQL Statement](/refguide/oql-statements/) and returns the number of affected rows.
8993

9094
Named parameters are also supported when running OQL statements.
9195

92-
{{% alert color="info" %}}
93-
The `ExecuteDMLStatement` action is only available starting with the OQL Module version 5.0.0 and above.
94-
{{% /alert %}}
95-
9696
### ExportOQLToCSV {#exportoqltocsv}
9797

9898
This action executes an OQL query and saves the result in a CSV file.
@@ -128,6 +128,7 @@ If you wish to use named parameters inside an OQL query, you must call the follo
128128
{{% alert color="info" %}}
129129
If you wish to keep the same parameters across multiple calls to the [ExecuteOQLStatement](#executeoqlstatement) action, you must set `preserveParameters` to `true`. All other OQL actions above will clear all defined parameters after every call.
130130
{{% /alert %}}
131+
131132
{{% alert color="info" %}}
132-
The `AddDateTimeParameter` action is not supported in conjunction with the [ExecuteDMLStatement](#executedmlstatement) action.
133+
The `AddDateTimeParameter` action cannot be used in conjunction with the [ExecuteDMLStatement](#executedmlstatement) action.
133134
{{% /alert %}}

0 commit comments

Comments
 (0)