You are viewing a plain text version of this content. The canonical link for it is here.
Posted to ddlutils-dev@db.apache.org by "Thomas Dudziak (JIRA)" <ji...@apache.org> on 2007/04/27 08:00:15 UTC

[jira] Resolved: (DDLUTILS-173) Add Sybase table creation parameters

     [ 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.