[jira] Created: (DDLUTILS-74) DatabaseToDdl task does not add 'name' attribute to database tag in dumped schema XML file.

2006-02-21 Thread Guy Davis (JIRA)
DatabaseToDdl task does not add 'name' attribute to database tag in dumped schema XML file. - Key: DDLUTILS-74 URL: http://issues.apache.org/jira/browse/DDLUTILS-74 Project:

[jira] Created: (DDLUTILS-76) Ability to merge two different schema XMLs and output the upgrade scripts in SQL for target database

2006-02-21 Thread Guy Davis (JIRA)
Ability to merge two different schema XMLs and output the upgrade scripts in SQL for target database Key: DDLUTILS-76 URL: http://issues.apache.org/jira/browse/DDLUTILS-76

[jira] Updated: (DDLUTILS-74) DatabaseToDdl task does not add 'name' attribute to database tag in dumped schema XML file.

2006-02-23 Thread Guy Davis (JIRA)
[ http://issues.apache.org/jira/browse/DDLUTILS-74?page=all ] Guy Davis updated DDLUTILS-74: -- Attachment: database_name.patch Added the ability to set a database name during the DatabaseToDdl task. Adding the name attribute to my Ant task gives me the

[jira] Updated: (DDLUTILS-89) Lack of ordering for foreign keys in WriteSchemaToFile results in spurious diffs

2006-04-11 Thread Guy Davis (JIRA)
[ http://issues.apache.org/jira/browse/DDLUTILS-89?page=all ] Guy Davis updated DDLUTILS-89: -- Attachment: order_fks.patch This patch ensures that foreign keys are kept ordered alphabetically by name rather than the seemingly random order the various JDBC

[jira] Updated: (DDLUTILS-100) WriteDataToFile command not handling BLOBs correctly

2006-04-19 Thread Guy Davis (JIRA)
[ http://issues.apache.org/jira/browse/DDLUTILS-100?page=all ] Guy Davis updated DDLUTILS-100: --- Attachment: blob.patch Completes initial BLOB support that was already present in DDLUtils. Works great for us now. WriteDataToFile command not handling

[jira] Updated: (DDLUTILS-101) Support the dumping of data from a database into an XML file for each table.

2006-04-19 Thread Guy Davis (JIRA)
[ http://issues.apache.org/jira/browse/DDLUTILS-101?page=all ] Guy Davis updated DDLUTILS-101: --- Attachment: multi_files.patch This includes two new Commands that allow for the dumping of a database to multiple XML files (one per table) and the loading of

[jira] Created: (DDLUTILS-180) DropAllTables command

2007-07-18 Thread Guy Davis (JIRA)
DropAllTables command - Key: DDLUTILS-180 URL: https://issues.apache.org/jira/browse/DDLUTILS-180 Project: DdlUtils Issue Type: New Feature Components: Ant Tasks Affects Versions: 1.0 Environment:

[jira] Updated: (DDLUTILS-180) DropAllTables command

2007-07-18 Thread Guy Davis (JIRA)
[ https://issues.apache.org/jira/browse/DDLUTILS-180?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Guy Davis updated DDLUTILS-180: --- Attachment: DropAllTablesCommand.java DdlToDatabaseTask.java Just calls