[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)
If there is just a column change (data type,required, size) all the table is recreated. The alter comands are enough, i think. -- Key: DDLUTILS-171

[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] Updated: (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 Thomas Dudziak (JIRA)
[ https://issues.apache.org/jira/browse/DDLUTILS-171?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas Dudziak updated DDLUTILS-171: Fix Version/s: (was: 1.0) If there is just a column change (data type,required,

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

2007-04-26 Thread Thomas Dudziak (JIRA)
[ https://issues.apache.org/jira/browse/DDLUTILS-172?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas Dudziak updated DDLUTILS-172: Please explain what this is supposed to achieve ? Do you perhaps have a test case that

[jira] Resolved: (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 Thomas Dudziak (JIRA)
[ https://issues.apache.org/jira/browse/DDLUTILS-171?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas Dudziak resolved DDLUTILS-171. - Resolution: Invalid That's what the Sybase platform is actually doing. Note that there

[jira] Updated: (DDLUTILS-173) Add Sybase table creation parameters

2007-04-26 Thread Thomas Dudziak (JIRA)
[ https://issues.apache.org/jira/browse/DDLUTILS-173?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas Dudziak updated DDLUTILS-173: Fix Version/s: (was: 1.0) Priority: Major (was: Blocker) Issue Type:

svn commit: r532976 - /db/ddlutils/trunk/src/java/org/apache/ddlutils/platform/sybase/SybaseBuilder.java

2007-04-26 Thread tomdz
Author: tomdz Date: Thu Apr 26 22:58:01 2007 New Revision: 532976 URL: http://svn.apache.org/viewvc?view=revrev=532976 Log: Fix for DDLUTILS-173 Modified: db/ddlutils/trunk/src/java/org/apache/ddlutils/platform/sybase/SybaseBuilder.java Modified: