diff --git a/docs/manual/CoreTasks/sql.html b/docs/manual/CoreTasks/sql.html index b30f79aaf..ef55e6b1f 100644 --- a/docs/manual/CoreTasks/sql.html +++ b/docs/manual/CoreTasks/sql.html @@ -130,14 +130,14 @@ and abort execution and transaction and fail task.

delimitertype Control whether the delimiter will only be recognized on a line by itself.
Can be "normal" -anywhere on the line, or "row", meaning it must be on a line by itself - No (defaul:normal) + No (default:normal) keepformat Control whether the format of the sql will be preserved.
Usefull when loading packages and procedures. - No (defaul=false) + No (default=false) @@ -147,7 +147,7 @@ and abort execution and transaction and fail task.

See Statement's API docs for details. since Ant 1.6. - No (defaul=true) + No (default=true)