This is an automated email from the ASF dual-hosted git repository.
fschumacher pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/jmeter.git
The following commit(s) were added to refs/heads/master by this push:
new 9ce54c9 Add a note on the usage of the special query types for JDBC Sampler
9ce54c9 is described below
commit 9ce54c985876130e585e9e00b6b176fba58439a4
Author: Felix Schumacher <felix.schumacher@internetallee.de>
AuthorDate: Sat Sep 5 10:38:17 2020 +0200
Add a note on the usage of the special query types for JDBC Sampler
---
xdocs/usermanual/component_reference.xml | 2 ++
1 file changed, 2 insertions(+)
diff --git a/xdocs/usermanual/component_reference.xml b/xdocs/usermanual/component_reference.xml
index cdc983a..84f18eb 100644
--- a/xdocs/usermanual/component_reference.xml
+++ b/xdocs/usermanual/component_reference.xml
@@ -547,6 +547,8 @@ the additional variables for rows four, five and six will be removed.
<li>Autocommit(true)</li>
<li>Edit - this should be a variable reference that evaluates to one of
the above</li>
</ul>
+ <note>The types <code>Commit</code>, <code>Rollback</code>,
<code>Autocommit(false)</code> and <code>Autocommit(true)</code>
+ are special, as they are ignoring the given SQL statements and are changing
the state of the connection, only.</note>
</property>
<property name="SQL Query" required="Yes">
SQL query.
|