[jira] Updated: (DDLUTILS-5) I'm unable to specify that i don't want any sql drops generated with WriteSchemaSqlToFileCommand

2005-08-24 Thread JIRA
[ http://issues.apache.org/jira/browse/DDLUTILS-5?page=all ] Christoffer Hammarström updated DDLUTILS-5: --- Attachment: dodrops.patch The attached patch adds a new property doDrops to WriteSchemaSqlToFileCommand. With this i can specify that i

[jira] Updated: (DDLUTILS-6) Exception in Table.getPrimaryKeyColumns(), .getNonUniqueIndices(), .getUniqueIndices() because PredicatedList used where CollectionUtils.select() was intended.

2005-08-30 Thread JIRA
[ http://issues.apache.org/jira/browse/DDLUTILS-6?page=all ] Christoffer Hammarström updated DDLUTILS-6: --- Attachment: table.patch The attached patch provides a junit test for, and fixes the problem. Exception in Table.getPrimaryKeyColumns

[jira] Updated: (DDLUTILS-7) mapping.xml not included in jar

2005-08-30 Thread JIRA
[ http://issues.apache.org/jira/browse/DDLUTILS-7?page=all ] Christoffer Hammarström updated DDLUTILS-7: --- Attachment: mapping.patch The attached patch fixes the problem. mapping.xml not included in jar

[jira] Commented: (DDLUTILS-7) mapping.xml not included in jar

2005-08-30 Thread JIRA
[ http://issues.apache.org/jira/browse/DDLUTILS-7?page=comments#action_12320572 ] Christoffer Hammarström commented on DDLUTILS-7: Ah, sorry. Ignore me then. :) mapping.xml not included in jar

[jira] Created: (DDLUTILS-8) MsSqlBuilder can't alter a table to make a column autoincremented (identity)

2005-08-31 Thread JIRA
MsSqlBuilder can't alter a table to make a column autoincremented (identity) Key: DDLUTILS-8 URL: http://issues.apache.org/jira/browse/DDLUTILS-8 Project: DdlUtils Type: Bug Reporter

[jira] Commented: (DDLUTILS-8) MsSqlBuilder can't alter a table to make a column autoincremented (identity)

2005-08-31 Thread JIRA
[ http://issues.apache.org/jira/browse/DDLUTILS-8?page=comments#action_12320685 ] Christoffer Hammarström commented on DDLUTILS-8: I'm not sure i understand what hook you mean? There's already Column.setAutoIncrement(boolean

[jira] Created: (DDLUTILS-10) MySQL DATETIME type should be used instead of TIMESTAMP

2005-09-06 Thread JIRA
MySQL DATETIME type should be used instead of TIMESTAMP --- Key: DDLUTILS-10 URL: http://issues.apache.org/jira/browse/DDLUTILS-10 Project: DdlUtils Type: Improvement Reporter: Christoffer Hammarström Assigned

[jira] Commented: (DDLUTILS-32) I want to be able to specify the table type/engine when i create tables in mysql.

2005-10-13 Thread JIRA
[ http://issues.apache.org/jira/browse/DDLUTILS-32?page=comments#action_12331984 ] Christoffer Hammarström commented on DDLUTILS-32: - To clarify, this patch allows the following syntax: writeschemasqltofile outputfile=ddl.sql parameter

[jira] Created: (DDLUTILS-43) jdbc model reader does not set the database name

2005-11-07 Thread JIRA
jdbc model reader does not set the database name Key: DDLUTILS-43 URL: http://issues.apache.org/jira/browse/DDLUTILS-43 Project: DdlUtils Type: Bug Reporter: Thorbjørn Ravn Andersen Assigned to: Thomas Dudziak

[jira] Created: (DDLUTILS-44) Column remarks are not stored in JdbcModelReader.getColumnsForTable

2005-11-08 Thread JIRA
Column remarks are not stored in JdbcModelReader.getColumnsForTable --- Key: DDLUTILS-44 URL: http://issues.apache.org/jira/browse/DDLUTILS-44 Project: DdlUtils Type: Bug Reporter: Thorbjørn Ravn

[jira] Commented: (DDLUTILS-45) createDatabase and alterDatabase should give access to the generated SQL.

2005-11-08 Thread JIRA
[ http://issues.apache.org/jira/browse/DDLUTILS-45?page=comments#action_12357103 ] Thorbjørn Ravn Andersen commented on DDLUTILS-45: - This functionality is what I extracted as methods from createDatabase and alterDatabase, so it basically

[jira] Commented: (DDLUTILS-46) Schemas dumped from DB2/400 tries twice to create primary key when loaded to Oracle

2005-11-10 Thread JIRA
[ http://issues.apache.org/jira/browse/DDLUTILS-46?page=comments#action_12357202 ] Thorbjørn Ravn Andersen commented on DDLUTILS-46: - I got that wrong. The target database in this bug report is Derby, not Oracle. Schemas dumped from DB2

[jira] Commented: (DDLUTILS-32) I want to be able to specify the table type/engine when i create tables in mysql.

2005-11-28 Thread JIRA
[ http://issues.apache.org/jira/browse/DDLUTILS-32?page=comments#action_12358632 ] Christoffer Hammarström commented on DDLUTILS-32: - Great, thanks! I want to be able to specify the table type/engine when i create tables in mysql

[jira] Commented: (DDLUTILS-103) Upgrade version of commons-betwixt in pom.xml

2006-04-28 Thread JIRA
[ http://issues.apache.org/jira/browse/DDLUTILS-103?page=comments#action_12376905 ] Christoffer Hammarström commented on DDLUTILS-103: -- It might be too late now, but could you please in this case set the version as 0.8-SNAPSHOT? Using

[jira] Created: (DDLUTILS-106) Long similar foreign key names are shortened to conflicting names

2006-05-10 Thread JIRA
Long similar foreign key names are shortened to conflicting names - Key: DDLUTILS-106 URL: http://issues.apache.org/jira/browse/DDLUTILS-106 Project: DdlUtils Type: Bug Components: Core

[jira] Created: (DDLUTILS-108) Unicode text fields (NTEXT, NVARCHAR, and NCHAR) for MSSQL

2006-05-17 Thread JIRA
Unicode text fields (NTEXT, NVARCHAR, and NCHAR) for MSSQL -- Key: DDLUTILS-108 URL: http://issues.apache.org/jira/browse/DDLUTILS-108 Project: DdlUtils Type: Improvement Components: Core Environment

[jira] Commented: (DDLUTILS-108) Unicode text fields (NTEXT, NVARCHAR, and NCHAR) for MSSQL

2006-05-29 Thread JIRA
[ http://issues.apache.org/jira/browse/DDLUTILS-108?page=comments#action_12413715 ] Christoffer Hammarström commented on DDLUTILS-108: -- By the way, on the mailing list you said: Most schemas that I have worked with, have used varchar

[jira] Created: (DDLUTILS-115) SqlBuilder.writeCopyDataStatement(Table, Table) fails on MSSQL tables which require IDENTITY_INSERT ON.

2006-07-11 Thread JIRA
SqlBuilder.writeCopyDataStatement(Table, Table) fails on MSSQL tables which require IDENTITY_INSERT ON. --- Key: DDLUTILS-115 URL: http://issues.apache.org/jira/browse/DDLUTILS

[jira] Updated: (DDLUTILS-115) SqlBuilder.writeCopyDataStatement(Table, Table) fails on MSSQL tables which require IDENTITY_INSERT ON.

2006-07-11 Thread JIRA
[ http://issues.apache.org/jira/browse/DDLUTILS-115?page=all ] Christoffer Hammarström updated DDLUTILS-115: - Attachment: DDLUTILS-115.patch This patch fixes the bug by causing ddlutils to issue SET IDENTITY_INSERT statements

[jira] Commented: (DDLUTILS-115) SqlBuilder.writeCopyDataStatement(Table, Table) fails on MSSQL tables which require IDENTITY_INSERT ON.

2006-07-11 Thread JIRA
[ http://issues.apache.org/jira/browse/DDLUTILS-115?page=comments#action_12420361 ] Christoffer Hammarström commented on DDLUTILS-115: -- Sorry, that patch was against an older version of ddlutils. Making a new one now

[jira] Commented: (DDLUTILS-115) SqlBuilder.writeCopyDataStatement(Table, Table) fails on MSSQL tables which require IDENTITY_INSERT ON.

2006-07-11 Thread JIRA
[ http://issues.apache.org/jira/browse/DDLUTILS-115?page=comments#action_12420363 ] Christoffer Hammarström commented on DDLUTILS-115: -- ... and, it's even fixed in the latest version. Sorry for the spam. Please close

[jira] Commented: (DDLUTILS-8) MsSqlBuilder can't alter a table to make a column autoincremented (identity)

2006-07-23 Thread JIRA
[ http://issues.apache.org/jira/browse/DDLUTILS-8?page=comments#action_12422946 ] Christoffer Hammarström commented on DDLUTILS-8: Awesome! I'm sorry i never got around to it. Thanks! MsSqlBuilder can't alter a table to make

[jira] Updated: (DDLUTILS-127) MsSqlBuilder does not drop foreign keys to a table before dropping the table.

2006-08-30 Thread JIRA
[ http://issues.apache.org/jira/browse/DDLUTILS-127?page=all ] Christoffer Hammarström updated DDLUTILS-127: - Attachment: DDLUTILS-127.patch This patch seems to fix the problem for me. MsSqlBuilder does not drop foreign keys to a table

[jira] Commented: (DDLUTILS-127) MsSqlBuilder does not drop foreign keys to a table before dropping the table.

2006-12-04 Thread JIRA
[ http://issues.apache.org/jira/browse/DDLUTILS-127?page=comments#action_12455261 ] Christoffer Hammarström commented on DDLUTILS-127: -- I think i was using dropTable() directly, but i'm not sure. MsSqlBuilder does not drop

[jira] Commented: (DDLUTILS-150) Trying to change a column makes ddlutils want to drop non-related foreign keys which fails with for example Can't DROP 'text_docs_FK_meta_id_meta'; check that column/

2007-01-12 Thread JIRA
[ https://issues.apache.org/jira/browse/DDLUTILS-150?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12464258 ] Christoffer Hammarström commented on DDLUTILS-150: -- The attached patch fixes the issue for me

[jira] Commented: (DDLUTILS-150) Trying to change a column makes ddlutils want to drop non-related foreign keys which fails with for example Can't DROP 'text_docs_FK_meta_id_meta'; check that column/

2007-01-15 Thread JIRA
[ https://issues.apache.org/jira/browse/DDLUTILS-150?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12464721 ] Christoffer Hammarström commented on DDLUTILS-150: -- No, i don't. Trying to change a column

[jira] Created: (DDLUTILS-167) Ant command writeDataToDatabase does not honor failOnError property

2007-04-05 Thread JIRA
Ant command writeDataToDatabase does not honor failOnError property --- Key: DDLUTILS-167 URL: https://issues.apache.org/jira/browse/DDLUTILS-167 Project: DdlUtils Issue Type

[jira] Commented: (DDLUTILS-178) ModelException thrown when reading columns with special names

2007-07-02 Thread JIRA
[ https://issues.apache.org/jira/browse/DDLUTILS-178?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12509640 ] Adrián Romero commented on DDLUTILS-178: - Yes. This is the sample source code: BasicDataSource

[jira] Updated: (DDLUTILS-178) ModelException thrown when reading columns with special names

2007-07-03 Thread JIRA
[ https://issues.apache.org/jira/browse/DDLUTILS-178?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Adrián Romero updated DDLUTILS-178: Attachment: remove-quotes.patch This is a quick and dirty patch that fixes the problem

[jira] Commented: (DDLUTILS-48) Some columns may be UNIQUE

2008-11-23 Thread JIRA
[ https://issues.apache.org/jira/browse/DDLUTILS-48?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12650129#action_12650129 ] Tormod Øverlier commented on DDLUTILS-48: - Why is this a Won't Fix issue? It's

[jira] Created: (DDLUTILS-235) Platform.alterTables detects way too many changes

2008-12-03 Thread JIRA
Platform.alterTables detects way too many changes --- Key: DDLUTILS-235 URL: https://issues.apache.org/jira/browse/DDLUTILS-235 Project: DdlUtils Issue Type: Bug Components: Core

[jira] Updated: (DDLUTILS-238) java.sql.SQLException: ORA-01424 missing or illegal character following the escape character

2009-01-29 Thread JIRA
[ https://issues.apache.org/jira/browse/DDLUTILS-238?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Markus Böing updated DDLUTILS-238: -- Attachment: log.txt java.sql.SQLException: ORA-01424 missing or illegal character following

[jira] Created: (DDLUTILS-250) The DB2Builder makes column names to short

2009-06-26 Thread JIRA
The DB2Builder makes column names to short -- Key: DDLUTILS-250 URL: https://issues.apache.org/jira/browse/DDLUTILS-250 Project: DdlUtils Issue Type: Bug Components: Core - DB2 Affects

[jira] Updated: (DDLUTILS-250) The DB2Builder makes column names to short

2009-06-26 Thread JIRA
[ https://issues.apache.org/jira/browse/DDLUTILS-250?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sondre Eikanger Kvalø updated DDLUTILS-250: --- Description: The DB2Platform class restricts column names to 18 characters

[jira] Updated: (DDLUTILS-250) The DB2Builder makes column names to short

2009-06-26 Thread JIRA
[ https://issues.apache.org/jira/browse/DDLUTILS-250?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sondre Eikanger Kvalø updated DDLUTILS-250: --- Description: The DB2Platform class restricts column names to 18 characters

[jira] Created: (DDLUTILS-171) If there is just a column change (data type,required, size) all the table is recreated. The alter comands are enough, i think.

2007-04-26 Thread charbel (JIRA)
URL: https://issues.apache.org/jira/browse/DDLUTILS-171 Project: DdlUtils Issue Type: Bug Components: Core - Sybase Affects Versions: 1.0 Reporter: charbel Assigned To: Thomas Dudziak Priority: Blocker Fix

[jira] Created: (DDLUTILS-172) If some columns are removed, the table is recreated. Whereas the alter commands are enough.

2007-04-26 Thread charbel (JIRA)
If some columns are removed, the table is recreated. Whereas the alter commands are enough. --- Key: DDLUTILS-172 URL: https://issues.apache.org/jira/browse/DDLUTILS-172

[jira] Created: (DDLUTILS-173) Add the ability to customize table creation. In my case sybase table creation lock datarows

2007-04-26 Thread charbel (JIRA)
Add the ability to customize table creation. In my case sybase table creation lock datarows - Key: DDLUTILS-173 URL: https://issues.apache.org/jira/browse/DDLUTILS-173

[jira] Updated: (DDLUTILS-173) Add the ability to customize table creation. In my case sybase table creation lock datarows

2007-04-26 Thread charbel (JIRA)
[ https://issues.apache.org/jira/browse/DDLUTILS-173?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] charbel updated DDLUTILS-173: - Attachment: patach.txt Add the ability to customize table creation. In my case sybase table creation

[jira] Commented: (DDLUTILS-212) Support for indexes that use functions

2008-06-24 Thread prasanna (JIRA)
[ https://issues.apache.org/jira/browse/DDLUTILS-212?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12607493#action_12607493 ] prasanna commented on DDLUTILS-212: --- Thanks Thomas for the quick response

[jira] Created: (DDLUTILS-226) Clustered index flag

2008-09-29 Thread Boris (JIRA)
Clustered index flag Key: DDLUTILS-226 URL: https://issues.apache.org/jira/browse/DDLUTILS-226 Project: DdlUtils Issue Type: Improvement Components: Core (No specific database) Reporter: Boris

[jira] Created: (DDLUTILS-260) getValueAsString do not work correctly with oracle number(1)

2010-06-02 Thread ddwcyl (JIRA)
getValueAsString do not work correctly with oracle number(1) Key: DDLUTILS-260 URL: https://issues.apache.org/jira/browse/DDLUTILS-260 Project: DdlUtils Issue Type: Bug

[jira] Commented: (DDLUTILS-192) Model exception thrown when index references an undefined column

2010-09-23 Thread sunil (JIRA)
[ https://issues.apache.org/jira/browse/DDLUTILS-192?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12913927#action_12913927 ] sunil commented on DDLUTILS-192: Dear Thomas Dudziak Can u send me the ddutils-1.1.jar

[jira] Created: (DDLUTILS-267) Modify source database a column from nvarchar(1) to nvarchar(10), Platform.alterTables did not modify target database table column.

2010-12-02 Thread fengrunlzk (JIRA)
-267 URL: https://issues.apache.org/jira/browse/DDLUTILS-267 Project: DdlUtils Issue Type: Bug Components: Core - SqlServer Affects Versions: 1.0 Environment: sql server 2000 Reporter: fengrunlzk Assignee: Thomas

[jira] [Commented] (DDLUTILS-275) platform.readModelFromDatabase(name) is not working if one of the table names contains underscore.

2012-05-22 Thread Masker71 (JIRA)
[ https://issues.apache.org/jira/browse/DDLUTILS-275?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13281343#comment-13281343 ] Masker71 commented on DDLUTILS-275: --- Here is fixed JdbcModelReader attached

[jira] [Updated] (DDLUTILS-275) platform.readModelFromDatabase(name) is not working if one of the table names contains underscore.

2012-05-22 Thread Masker71 (JIRA)
[ https://issues.apache.org/jira/browse/DDLUTILS-275?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Masker71 updated DDLUTILS-275: -- Attachment: JdbcModelReader.java platform.readModelFromDatabase(name) is not working if one

[jira] [Created] (DDLUTILS-280) Support comments in SqlBuilder

2013-05-16 Thread Arthur (JIRA)
Arthur created DDLUTILS-280: --- Summary: Support comments in SqlBuilder Key: DDLUTILS-280 URL: https://issues.apache.org/jira/browse/DDLUTILS-280 Project: DdlUtils Issue Type: Improvement

[jira] Commented: (DDLUTILS-4) Using a commons-betwixt later than 0.5 breaks the schema format.

2005-08-24 Thread Thomas Dudziak (JIRA)
[ http://issues.apache.org/jira/browse/DDLUTILS-4?page=comments#action_12319857 ] Thomas Dudziak commented on DDLUTILS-4: --- I wanted to switch to betwixt 0.7 with a multimapping anyway (easier to maintain), will do so ASAP. Using a commons-betwixt

[jira] Commented: (DDLUTILS-8) MsSqlBuilder can't alter a table to make a column autoincremented (identity)

2005-08-31 Thread Thomas Dudziak (JIRA)
[ http://issues.apache.org/jira/browse/DDLUTILS-8?page=comments#action_12320681 ] Thomas Dudziak commented on DDLUTILS-8: --- Yep, this seems to be the only safe way to do so (SET IDENTITY_INSERT won't really remove the IDENTITY definition so can't

[jira] Resolved: (DDLUTILS-10) MySQL DATETIME type should be used instead of TIMESTAMP

2005-09-06 Thread Thomas Dudziak (JIRA)
[ http://issues.apache.org/jira/browse/DDLUTILS-10?page=all ] Thomas Dudziak resolved DDLUTILS-10: Resolution: Fixed MySQL DATETIME type should be used instead of TIMESTAMP

[jira] Created: (DDLUTILS-16) Support for options when creating databases

2005-09-15 Thread Thomas Dudziak (JIRA)
Support for options when creating databases --- Key: DDLUTILS-16 URL: http://issues.apache.org/jira/browse/DDLUTILS-16 Project: DdlUtils Type: New Feature Reporter: Thomas Dudziak Assigned to: Thomas Dudziak Eg

[jira] Resolved: (DDLUTILS-11) derby create table syntax

2005-09-18 Thread Thomas Dudziak (JIRA)
[ http://issues.apache.org/jira/browse/DDLUTILS-11?page=all ] Thomas Dudziak resolved DDLUTILS-11: Resolution: Fixed derby create table syntax - Key: DDLUTILS-11 URL: http://issues.apache.org/jira

[jira] Commented: (DDLUTILS-20) Oracle FLOAT and DOUBLE type mappings have zero scale

2005-09-30 Thread Richard Bounds (JIRA)
[ http://issues.apache.org/jira/browse/DDLUTILS-20?page=comments#action_12330958 ] Richard Bounds commented on DDLUTILS-20: I think the problem is that when you specify a precision without a scale, it implicitly specifies a scale of 0 (e.g. look

[jira] Created: (DDLUTILS-27) Capture and maintenance of column level comment fields

2005-10-12 Thread Peter Millington (JIRA)
Capture and maintenance of column level comment fields -- Key: DDLUTILS-27 URL: http://issues.apache.org/jira/browse/DDLUTILS-27 Project: DdlUtils Type: New Feature Environment: SQL Server Reporter: Peter

[jira] Created: (DDLUTILS-28) Capture and creation of non-table entities - constraints, triggers, stored procedures and others

2005-10-12 Thread Peter Millington (JIRA)
Capture and creation of non-table entities - constraints, triggers, stored procedures and others Key: DDLUTILS-28 URL: http://issues.apache.org/jira/browse/DDLUTILS-28 Project

[jira] Created: (DDLUTILS-31) Generated XML data dump is invalid

2005-10-12 Thread Alexandre Borgoltz (JIRA)
Generated XML data dump is invalid -- Key: DDLUTILS-31 URL: http://issues.apache.org/jira/browse/DDLUTILS-31 Project: DdlUtils Type: Bug Environment: any Reporter: Alexandre Borgoltz Assigned to: Thomas Dudziak in DataWriter

[jira] Commented: (DDLUTILS-31) Generated XML data dump is invalid

2005-10-12 Thread Thomas Dudziak (JIRA)
[ http://issues.apache.org/jira/browse/DDLUTILS-31?page=comments#action_12331891 ] Thomas Dudziak commented on DDLUTILS-31: That's not quite correct, DdlUtils uses commons-betwixt and commons-digester. I will definitely not use XmlBeans

[jira] Resolved: (DDLUTILS-37) org.apache.ddlutils.model.Database implements Serializable but it's not

2005-10-29 Thread Thomas Dudziak (JIRA)
[ http://issues.apache.org/jira/browse/DDLUTILS-37?page=all ] Thomas Dudziak resolved DDLUTILS-37: Resolution: Fixed I've fixed it as per you suggestion, though initializing it in readObject should not be necessary as it intializes itself

[jira] Updated: (DDLUTILS-40) Numeric formatting in MS SQL Server

2005-11-03 Thread JuanFran Adame Lorite (JIRA)
[ http://issues.apache.org/jira/browse/DDLUTILS-40?page=all ] JuanFran Adame Lorite updated DDLUTILS-40: -- Attachment: MSSqlBuilder.java getValueAsString method in MSSQLBuilder overrides the SQLBuilder behaviour for REAL, DOUBLE, FLOAT, DECIMAL

[jira] Created: (DDLUTILS-41) dropDatabase requires schema file for DdlToDatabaseTask

2005-11-03 Thread Peter lynch (JIRA)
dropDatabase requires schema file for DdlToDatabaseTask --- Key: DDLUTILS-41 URL: http://issues.apache.org/jira/browse/DDLUTILS-41 Project: DdlUtils Type: Bug Reporter: Peter lynch Assigned to: Thomas Dudziak

[jira] Created: (DDLUTILS-47) An identity column should be an primary key

2005-11-14 Thread Juliano Julio (JIRA)
An identity column should be an primary key --- Key: DDLUTILS-47 URL: http://issues.apache.org/jira/browse/DDLUTILS-47 Project: DdlUtils Type: Bug Environment: Tested on Hsql and Derby Reporter: Juliano Julio Assigned

[jira] Commented: (DDLUTILS-47) An identity column should be an primary key

2005-11-14 Thread Juliano Julio (JIRA)
[ http://issues.apache.org/jira/browse/DDLUTILS-47?page=comments#action_12357612 ] Juliano Julio commented on DDLUTILS-47: --- Without primary keys, there is no foreign keys, so the FOREIGN KEY statment always return an error... An identity column

[jira] Created: (DDLUTILS-48) Some columns may be UNIQUE

2005-11-14 Thread Juliano Julio (JIRA)
Some columns may be UNIQUE -- Key: DDLUTILS-48 URL: http://issues.apache.org/jira/browse/DDLUTILS-48 Project: DdlUtils Type: Improvement Reporter: Juliano Julio Assigned to: Thomas Dudziak Some columns must be assigned as unique

[jira] Resolved: (DDLUTILS-48) Some columns may be UNIQUE

2005-11-14 Thread Thomas Dudziak (JIRA)
[ http://issues.apache.org/jira/browse/DDLUTILS-48?page=all ] Thomas Dudziak resolved DDLUTILS-48: Resolution: Won't Fix In DdlUtils, the unique constraint is modelled via a special unique index: table name=book column name=book_id

[jira] Commented: (DDLUTILS-47) An identity column should be an primary key

2005-11-14 Thread Juliano Julio (JIRA)
[ http://issues.apache.org/jira/browse/DDLUTILS-47?page=comments#action_12357622 ] Juliano Julio commented on DDLUTILS-47: --- Exactly! That is the point! If I setPrimaryKey(true) and setAutoincrement(true) this suppose to generate: create table

[jira] Updated: (DDLUTILS-47) The PK constraint should be generated even if a column is an identity column (except for Hsqldb)

2005-11-15 Thread Thomas Dudziak (JIRA)
[ http://issues.apache.org/jira/browse/DDLUTILS-47?page=all ] Thomas Dudziak updated DDLUTILS-47: --- Summary: The PK constraint should be generated even if a column is an identity column (except for Hsqldb) (was: An identity column should

[jira] Commented: (DDLUTILS-51) BOOLEANINT for MS-SQL desires TINYINT, but uses SMALLINT

2005-11-28 Thread Colin Ritchie (JIRA)
[ http://issues.apache.org/jira/browse/DDLUTILS-51?page=comments#action_12358678 ] Colin Ritchie commented on DDLUTILS-51: --- The problem is that the column created is TINYINT, so the attempted ALTER happens every time. I believe it is related

[jira] Created: (DDLUTILS-53) Incorrect syntax for modifying columns in Derby

2005-12-16 Thread Konstantinos Stathatos (JIRA)
Incorrect syntax for modifying columns in Derby --- Key: DDLUTILS-53 URL: http://issues.apache.org/jira/browse/DDLUTILS-53 Project: DdlUtils Type: Bug Reporter: Konstantinos Stathatos Assigned to: Thomas Dudziak

[jira] Created: (DDLUTILS-54) Column comparison does not check on native types

2005-12-16 Thread Konstantinos Stathatos (JIRA)
Column comparison does not check on native types Key: DDLUTILS-54 URL: http://issues.apache.org/jira/browse/DDLUTILS-54 Project: DdlUtils Type: Bug Reporter: Konstantinos Stathatos Assigned to: Thomas Dudziak

[jira] Updated: (DDLUTILS-54) Column comparison does not check on native types

2005-12-16 Thread Konstantinos Stathatos (JIRA)
[ http://issues.apache.org/jira/browse/DDLUTILS-54?page=all ] Konstantinos Stathatos updated DDLUTILS-54: --- Attachment: derby_test.xml Column comparison does not check on native types

[jira] Created: (DDLUTILS-55) HsqlDb PlatformInfo should not use delimited identifiers

2005-12-19 Thread Ken Weiner (JIRA)
HsqlDb PlatformInfo should not use delimited identifiers - Key: DDLUTILS-55 URL: http://issues.apache.org/jira/browse/DDLUTILS-55 Project: DdlUtils Type: Bug Reporter: Ken Weiner Assigned to: Thomas

[jira] Updated: (DDLUTILS-55) HsqlDb PlatformInfo should not use delimited identifiers

2005-12-19 Thread Ken Weiner (JIRA)
[ http://issues.apache.org/jira/browse/DDLUTILS-55?page=all ] Ken Weiner updated DDLUTILS-55: --- Attachment: HsqlDbPlatform-patch.txt Path that sets useDelimitedIdentifiers to false for HSQLDB. HsqlDb PlatformInfo should not use delimited identifiers

[jira] Created: (DDLUTILS-56) Create JIRA components for DdlUtils project

2005-12-19 Thread Ken Weiner (JIRA)
Create JIRA components for DdlUtils project --- Key: DDLUTILS-56 URL: http://issues.apache.org/jira/browse/DDLUTILS-56 Project: DdlUtils Type: Task Reporter: Ken Weiner Assigned to: Thomas Dudziak There are currently

[jira] Resolved: (DDLUTILS-55) HsqlDb PlatformInfo should not use delimited identifiers

2005-12-20 Thread Thomas Dudziak (JIRA)
[ http://issues.apache.org/jira/browse/DDLUTILS-55?page=all ] Thomas Dudziak resolved DDLUTILS-55: Resolution: Invalid There are two modes in which (most) databases can operate. In the first one where undelimited identifiers are used, all

[jira] Created: (DDLUTILS-57) Replace DateConverter's and TimeConverter's use of deprecated constructors

2005-12-20 Thread Ken Weiner (JIRA)
Replace DateConverter's and TimeConverter's use of deprecated constructors -- Key: DDLUTILS-57 URL: http://issues.apache.org/jira/browse/DDLUTILS-57 Project: DdlUtils Type: Improvement

[jira] Updated: (DDLUTILS-57) Replace DateConverter's and TimeConverter's use of deprecated constructors

2005-12-20 Thread Ken Weiner (JIRA)
[ http://issues.apache.org/jira/browse/DDLUTILS-57?page=all ] Ken Weiner updated DDLUTILS-57: --- Attachment: Converters-patch.txt New unit tests, DateConverterTest and TimeConverterTest as well as patches to DateConverter and TimeConverter. Replace

[jira] Created: (DDLUTILS-59) Maven 2 Plugin for DdlToDatabase and DatabaseToDdl

2005-12-20 Thread Ken Weiner (JIRA)
Maven 2 Plugin for DdlToDatabase and DatabaseToDdl -- Key: DDLUTILS-59 URL: http://issues.apache.org/jira/browse/DDLUTILS-59 Project: DdlUtils Type: New Feature Reporter: Ken Weiner Assigned to: Thomas Dudziak

[jira] Assigned: (DDLUTILS-59) Maven 2 Plugin for DdlToDatabase and DatabaseToDdl

2005-12-20 Thread Thomas Dudziak (JIRA)
[ http://issues.apache.org/jira/browse/DDLUTILS-59?page=all ] Thomas Dudziak reassigned DDLUTILS-59: -- Assign To: Martin van den Bemt (was: Thomas Dudziak) Seems Martin has this already on his Todo list :-) Maven 2 Plugin for DdlToDatabase

[jira] Created: (DDLUTILS-60) JDBC Type BIGINT in Firebird

2005-12-22 Thread Andre Berten (JIRA)
JDBC Type BIGINT in Firebird - Key: DDLUTILS-60 URL: http://issues.apache.org/jira/browse/DDLUTILS-60 Project: DdlUtils Type: Bug Environment: SuSE Linux 10.0, Firebird 2.0 Beta1, JDK 1.5.0_06, JayBird 2.0.1, Reporter: Andre Berten

[jira] Created: (DDLUTILS-66) Special characters need to be escaped in the default value

2006-02-08 Thread Thomas Dudziak (JIRA)
Special characters need to be escaped in the default value -- Key: DDLUTILS-66 URL: http://issues.apache.org/jira/browse/DDLUTILS-66 Project: DdlUtils Type: Bug Reporter: Thomas Dudziak Assigned to: Thomas

[jira] Resolved: (DDLUTILS-69) Add possibility to generate SQL for database creation without constraints

2006-02-10 Thread Thomas Dudziak (JIRA)
[ http://issues.apache.org/jira/browse/DDLUTILS-69?page=all ] Thomas Dudziak resolved DDLUTILS-69: Resolution: Won't Fix Ok, I'll close it then. Add possibility to generate SQL for database creation without constraints

[jira] Closed: (DDLUTILS-69) Add possibility to generate SQL for database creation without constraints

2006-02-10 Thread Thomas Dudziak (JIRA)
[ http://issues.apache.org/jira/browse/DDLUTILS-69?page=all ] Thomas Dudziak closed DDLUTILS-69: -- Add possibility to generate SQL for database creation without constraints

[jira] Created: (DDLUTILS-72) Update does not work due to two bugs in PlatformImplBase

2006-02-16 Thread Vignesh Swaminathan (JIRA)
Update does not work due to two bugs in PlatformImplBase Key: DDLUTILS-72 URL: http://issues.apache.org/jira/browse/DDLUTILS-72 Project: DdlUtils Type: Bug Environment: PostgreSQL 8.1, should be applicable

[jira] Resolved: (DDLUTILS-72) Update does not work due to two bugs in PlatformImplBase

2006-02-17 Thread Thomas Dudziak (JIRA)
[ http://issues.apache.org/jira/browse/DDLUTILS-72?page=all ] Thomas Dudziak resolved DDLUTILS-72: Resolution: Fixed Fixed as per your suggestions Update does not work due to two bugs in PlatformImplBase

[jira] Resolved: (DDLUTILS-66) Special characters need to be escaped in the default value

2006-02-18 Thread Thomas Dudziak (JIRA)
[ http://issues.apache.org/jira/browse/DDLUTILS-66?page=all ] Thomas Dudziak resolved DDLUTILS-66: Resolution: Fixed Implemented (as far as possible depending on the databases, i.e. not every database allows newlines in the string) Special

[jira] Closed: (DDLUTILS-71) Default value for time stamp in generated db schema

2006-02-20 Thread Vignesh Swaminathan (JIRA)
[ http://issues.apache.org/jira/browse/DDLUTILS-71?page=all ] Vignesh Swaminathan closed DDLUTILS-71: --- Default value for time stamp in generated db schema --- Key: DDLUTILS-71

[jira] Closed: (DDLUTILS-72) Update does not work due to two bugs in PlatformImplBase

2006-02-20 Thread Vignesh Swaminathan (JIRA)
[ http://issues.apache.org/jira/browse/DDLUTILS-72?page=all ] Vignesh Swaminathan closed DDLUTILS-72: --- Update does not work due to two bugs in PlatformImplBase Key: DDLUTILS-72

[jira] Created: (DDLUTILS-73) SQL syntax bug in PostgreSQL 8.1 for ALTER COLUMN

2006-02-20 Thread Vignesh Swaminathan (JIRA)
SQL syntax bug in PostgreSQL 8.1 for ALTER COLUMN - Key: DDLUTILS-73 URL: http://issues.apache.org/jira/browse/DDLUTILS-73 Project: DdlUtils Type: Bug Environment: PostgreSQL 8.1 Reporter: Vignesh Swaminathan

[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

[jira] Updated: (DDLUTILS-58) Maven 2 pom.xml

2006-02-23 Thread Carlos Sanchez (JIRA)
[ http://issues.apache.org/jira/browse/DDLUTILS-58?page=all ] Carlos Sanchez updated DDLUTILS-58: --- Attachment: ddlutils-pom.patch This is a patch to the current pom.xml that compiles and deploys to the apache repo Maven 2 pom.xml

[jira] Resolved: (DDLUTILS-78) Restore parsing XML metadatas from an inputsource

2006-03-10 Thread Thomas Dudziak (JIRA)
[ http://issues.apache.org/jira/browse/DDLUTILS-78?page=all ] Thomas Dudziak resolved DDLUTILS-78: Resolution: Fixed Is checked in SVN. Restore parsing XML metadatas from an inputsource

[jira] Commented: (DDLUTILS-56) Create JIRA components for DdlUtils project

2006-03-11 Thread Thomas Dudziak (JIRA)
[ http://issues.apache.org/jira/browse/DDLUTILS-56?page=comments#action_1236 ] Thomas Dudziak commented on DDLUTILS-56: I think per database is too much, that's what the environment field is for, and it does not provide us any real benefit

[jira] Commented: (DDLUTILS-56) Create JIRA components for DdlUtils project

2006-03-11 Thread Ken Weiner (JIRA)
[ http://issues.apache.org/jira/browse/DDLUTILS-56?page=comments#action_12370013 ] Ken Weiner commented on DDLUTILS-56: Having components per db implementation would make it much easier for people who use DdlUtils primarily with one database to track

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

2006-03-13 Thread Thomas Dudziak (JIRA)
[ http://issues.apache.org/jira/browse/DDLUTILS-74?page=all ] Thomas Dudziak resolved DDLUTILS-74: Resolution: Fixed DatabaseToDdl task does not add 'name' attribute to database tag in dumped schema XML file

[jira] Created: (DDLUTILS-79) DROP COLUMN doesn't work with firebird and interbase

2006-03-14 Thread Renaud Michel (JIRA)
DROP COLUMN doesn't work with firebird and interbase Key: DDLUTILS-79 URL: http://issues.apache.org/jira/browse/DDLUTILS-79 Project: DdlUtils Type: Bug Components: Core Environment: firebird 1.5 Reporter

[jira] Created: (DDLUTILS-80) nativeDefault attribute for column, which is not interpreted by DdlUtils at all

2006-03-15 Thread Joachim Wackerow (JIRA)
nativeDefault attribute for column, which is not interpreted by DdlUtils at all --- Key: DDLUTILS-80 URL: http://issues.apache.org/jira/browse/DDLUTILS-80 Project: DdlUtils Type: New Feature

[jira] Created: (DDLUTILS-81) Capture and creation of sequences

2006-03-16 Thread Achille Carette (JIRA)
Capture and creation of sequences - Key: DDLUTILS-81 URL: http://issues.apache.org/jira/browse/DDLUTILS-81 Project: DdlUtils Type: Sub-task Environment: Oracle, DB2 Reporter: Achille Carette Assigned to: Thomas Dudziak

[jira] Commented: (DDLUTILS-81) Capture and creation of sequences

2006-03-16 Thread Achille Carette (JIRA)
[ http://issues.apache.org/jira/browse/DDLUTILS-81?page=comments#action_12370688 ] Achille Carette commented on DDLUTILS-81: - The current database.dtd does not know of sequences. Is it modifiable ? Is this diveregence from Torque possible

  1   2   3   4   5   6   >