From b719b19b85dff26de1653b8856936c0b99afe1ff Mon Sep 17 00:00:00 2001 From: Stefan Bodewig Date: Fri, 4 Apr 2003 08:50:07 +0000 Subject: [PATCH] Sync docs with new functionality. Submitted by: Rob Anderson git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274394 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/CoreTasks/sql.html | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/docs/manual/CoreTasks/sql.html b/docs/manual/CoreTasks/sql.html index 9d5acfd8a..6d7cdc56a 100644 --- a/docs/manual/CoreTasks/sql.html +++ b/docs/manual/CoreTasks/sql.html @@ -132,6 +132,13 @@ and abort execution and transaction and fail task.

No (defaul:normal) + + keepformat + Control whether the format of the sql will be preserved.
+ Usefull when loading packages and procedures. + No (defaul=false) + +

Parameters specified as nested elements

@@ -295,7 +302,7 @@ truncate table some_other_table;
-

Copyright © 2000-2002 Apache Software Foundation. All rights +

Copyright © 2000-2003 Apache Software Foundation. All rights Reserved.