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 "niels voorhoeve (JIRA)" <ji...@apache.org> on 2007/03/08 08:13:24 UTC

[jira] Created: (DDLUTILS-162) specify source and destination databasetype in databaseToDdl

specify source and destination databasetype in databaseToDdl
------------------------------------------------------------

                 Key: DDLUTILS-162
                 URL: https://issues.apache.org/jira/browse/DDLUTILS-162
             Project: DdlUtils
          Issue Type: Improvement
          Components: Ant Tasks
         Environment: all
            Reporter: niels voorhoeve
         Assigned To: Thomas Dudziak
            Priority: Minor


 Ideally the task would allow you to specify the
 databasetype of the source and databasetype of the
 produced sql files separately, thereby allowing you to
 produce a platform-specific schema.

motivation:
 I am porting from Postgres to HSQL and would like some
 of the tables in HSQL to be CACHED tables i.e. CREATE
 CACHED TABLE instead of the generic CREATE TABLE.  I
 don't see a way to do this in the ant tasks.  Is it
 doable in the APIs?

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


[jira] Updated: (DDLUTILS-162) specify source and destination databasetype in databaseToDdl

Posted by "Thomas Dudziak (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/DDLUTILS-162?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Thomas Dudziak updated DDLUTILS-162:
------------------------------------

    Fix Version/s: 1.2

> specify source and destination databasetype in databaseToDdl
> ------------------------------------------------------------
>
>                 Key: DDLUTILS-162
>                 URL: https://issues.apache.org/jira/browse/DDLUTILS-162
>             Project: DdlUtils
>          Issue Type: Improvement
>          Components: Ant Tasks
>         Environment: all
>            Reporter: niels voorhoeve
>            Assignee: Thomas Dudziak
>            Priority: Minor
>             Fix For: 1.2
>
>
>  Ideally the databaseToDdl ant task would allow you to specify the
>  databasetype of the source database and databasetype of the
>  produced sql files separately, thereby allowing you to
>  produce a platform-specific schema.
> motivation:
>  I am porting from Postgres to HSQL and would like some
>  of the tables in HSQL to be CACHED tables i.e. CREATE
>  CACHED TABLE instead of the generic CREATE TABLE.  I
>  don't see a way to do this in the ant tasks.  

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


[jira] Updated: (DDLUTILS-162) specify source and destination databasetype in databaseToDdl

Posted by "niels voorhoeve (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/DDLUTILS-162?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

niels voorhoeve updated DDLUTILS-162:
-------------------------------------

    Description: 
 Ideally the databaseToDdl ant task would allow you to specify the
 databasetype of the source database and databasetype of the
 produced sql files separately, thereby allowing you to
 produce a platform-specific schema.

motivation:
 I am porting from Postgres to HSQL and would like some
 of the tables in HSQL to be CACHED tables i.e. CREATE
 CACHED TABLE instead of the generic CREATE TABLE.  I
 don't see a way to do this in the ant tasks.  

  was:
 Ideally the task would allow you to specify the
 databasetype of the source and databasetype of the
 produced sql files separately, thereby allowing you to
 produce a platform-specific schema.

motivation:
 I am porting from Postgres to HSQL and would like some
 of the tables in HSQL to be CACHED tables i.e. CREATE
 CACHED TABLE instead of the generic CREATE TABLE.  I
 don't see a way to do this in the ant tasks.  Is it
 doable in the APIs?


clarification

> specify source and destination databasetype in databaseToDdl
> ------------------------------------------------------------
>
>                 Key: DDLUTILS-162
>                 URL: https://issues.apache.org/jira/browse/DDLUTILS-162
>             Project: DdlUtils
>          Issue Type: Improvement
>          Components: Ant Tasks
>         Environment: all
>            Reporter: niels voorhoeve
>         Assigned To: Thomas Dudziak
>            Priority: Minor
>
>  Ideally the databaseToDdl ant task would allow you to specify the
>  databasetype of the source database and databasetype of the
>  produced sql files separately, thereby allowing you to
>  produce a platform-specific schema.
> motivation:
>  I am porting from Postgres to HSQL and would like some
>  of the tables in HSQL to be CACHED tables i.e. CREATE
>  CACHED TABLE instead of the generic CREATE TABLE.  I
>  don't see a way to do this in the ant tasks.  

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