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