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.