[ 
https://issues.apache.org/jira/browse/DDLUTILS-173?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Thomas Dudziak resolved DDLUTILS-173.
-------------------------------------

       Resolution: Fixed
    Fix Version/s: 1.0

Added support for

- 'lock'
- 'at'
- 'external table at'
- 'on'
- other parameters (supplied to the 'with' clause)

Use the table-specific parameter 
(http://db.apache.org/ddlutils/ant/org.apache.ddlutils.task.TableSpecificParameter.html),
 like so:

<ddlToDatabase>
  ...
  <writeSchemaToDatabase>
     <parameter platforms="sybase" table="mytable" name="lock" 
value="datarows"/>
  </writeSchemaToDatabase>
</ddlToDatabase>


> Add Sybase table creation parameters
> ------------------------------------
>
>                 Key: DDLUTILS-173
>                 URL: https://issues.apache.org/jira/browse/DDLUTILS-173
>             Project: DdlUtils
>          Issue Type: Improvement
>          Components: Core - Sybase
>    Affects Versions: 1.0
>            Reporter: charbel
>         Assigned To: Thomas Dudziak
>             Fix For: 1.0
>
>         Attachments: patach.txt
>
>
> Add the ability to customize table creation. In my case sybase table creation 
> "lock datarows"

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to