From af4cbcd8ba03a2362c0a6ef4ef64f24aad36abfd Mon Sep 17 00:00:00 2001
From: Kevin Jackson
Date: Mon, 6 Feb 2006 05:16:36 +0000
Subject: [PATCH] - addresses bug/request #27446
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@375180 13f79535-47bb-0310-9956-ffa450edef68
---
docs/manual/CoreTasks/sql.html | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/docs/manual/CoreTasks/sql.html b/docs/manual/CoreTasks/sql.html
index b6b0c3964..925e05636 100644
--- a/docs/manual/CoreTasks/sql.html
+++ b/docs/manual/CoreTasks/sql.html
@@ -84,6 +84,11 @@ and abort execution and transaction and fail task.
Print headers for result sets from the statements (default true) |
No, default "true" |
+
+ showtrailers |
+ Print trailer for number of rows affected (default true) |
+ No, default "true" |
+
output |
Output file for result sets (defaults to System.out) |