|
Software
»
Apache
»
Apache Database
»
Apache DdlUtils
Parent Categories/Forums:
Apache Database
Edit this Forum
Apache DdlUtils
Search:
This forum
All Forums
DdlUtils is a small, easy-to-use component for working with Database Definition (DDL) files. Apache DdlUtils home is
here
.
Child Forums (2):
Sort by activity
Sort alphabetically
Apache DdlUtils - Dev
Apache DdlUtils - User
Apache DdlUtils - Dev
Apache DdlUtils - User
To post a message,
go to a child forum listed above
. ::
Alert me of new posts
::
Rating Filter:
0
1
2
3
4
5
« Newest
‹ Newer
— Threads 1-35 —
Older
›
Thread
(970 Threads)
Rating
Replies
Last Message
Child Forum
svn commit: r685436 - /db/ddlutils/trunk/src/test/ja
va/org/apache/ddlutils/io/TestC
onstraints.java
by
tomdz
0
by tomdz
[jira] Created: (DDLUTILS-223) CloneHelper does not clone onDelete or onUpdate on ForeignKey objects
by
JIRA jira@apache.org
1
by JIRA jira@apache.org
svn commit: r685049 - /db/ddlutils/trunk/src/test/ja
va/org/apache/ddlutils/io/TestI
nsertColumn.java
by
tomdz
0
by tomdz
svn commit: r685048 - /db/ddlutils/trunk/src/main/ja
va/org/apache/ddlutils/model/Cl
oneHelper.java
by
tomdz
0
by tomdz
[jira] Created: (DDLUTILS-186) WriteDataToDatabaseCommand throws MalFormedURL if used with commons-digester 1.8
by
JIRA jira@apache.org
2
by JIRA jira@apache.org
[jira] Created: (DDLUTILS-224) Get rid of Digester dependency
by
JIRA jira@apache.org
1
by JIRA jira@apache.org
svn commit: r684639 - in /db/ddlutils/trunk/src/main/ch
eckstyle: checkstyle.properties ddlutils-checks.xml
by
tomdz
0
by tomdz
svn commit: r684638 - /db/ddlutils/trunk/.classpath
by
tomdz
0
by tomdz
svn commit: r684637 - in /db/ddlutils/trunk/src/test/ja
va/org/apache/ddlutils: RunAllTests.java task/TestWriteDataToDatabaseCo
mmand.java
by
tomdz
0
by tomdz
svn commit: r684636 - in /db/ddlutils/trunk: ./ src/main/java/org/apache/ddlut
ils/io/ src/test/java/org/apache/ddlut
ils/ src/test/java/org/apache/ddlut
ils/io/ src/test/java/org/apache/ddlut
ils/task/
by
tomdz
0
by tomdz
svn commit: r684635 - /db/ddlutils/trunk/src/main/ja
va/org/apache/ddlutils/task/Dum
pMetadataTask.java
by
tomdz
0
by tomdz
svn commit: r684634 - /db/ddlutils/trunk/src/main/re
sources/database.xsd
by
tomdz
0
by tomdz
[jira] Created: (DDLUTILS-214) Primary Key Column order lost (a problem if there are multiple Primary Keys)
by
JIRA jira@apache.org
2
by JIRA jira@apache.org
svn commit: r684633 - in /db/ddlutils/trunk/src: main/java/org/apache/ddlutils/
platform/SqlBuilder.java test/java/org/apache/ddlutils/
io/TestMisc.java
by
tomdz
0
by tomdz
[jira] Created: (DDLUTILS-222) ON UPDATE, ON DELETE errors for MS Sql Server - does not implement default "RESTRICT"
by
JIRA jira@apache.org
0
by JIRA jira@apache.org
[jira] Created: (DDLUTILS-221) ddlutils tries to drop an index in postgres which is really a unique constraint
by
JIRA jira@apache.org
1
by JIRA jira@apache.org
commit after dml?
by
Chris Hyzer
1
by Thomas Dudziak
[jira] Created: (DDLUTILS-220) if you drop a column, and it is not the last column, a column order change is detected in error
by
JIRA jira@apache.org
0
by JIRA jira@apache.org
[jira] Created: (DDLUTILS-219) find oracle foreign keys with the user_constraints view, not from jdbc metadata
by
JIRA jira@apache.org
0
by JIRA jira@apache.org
[jira] Created: (DDLUTILS-85) Unique index generated as index or as constraint.
by
JIRA jira@apache.org
5
by JIRA jira@apache.org
[jira] Created: (DDLUTILS-218) Introduce table, column, foreign key and index rename changes
by
JIRA jira@apache.org
2
by JIRA jira@apache.org
[jira] Created: (DDLUTILS-217) Retrieve columns by name iso index
by
JIRA jira@apache.org
4
by Thomas Dudziak
[jira] Created: (DDLUTILS-215) Allow custom ModelChanges for altering a database
by
JIRA jira@apache.org
2
by JIRA jira@apache.org
[jira] Created: (DDLUTILS-216) Split SqlBuilder.copyData() to allow for copying specific columns
by
JIRA jira@apache.org
1
by JIRA jira@apache.org
[jira] Created: (DDLUTILS-199) Postgress AutoIncrement fails
by
JIRA jira@apache.org
7
by JIRA jira@apache.org
[jira] Created: (DDLUTILS-212) org.apache.ddlutils.model.Mode
lException: The index in table references the undefined column
by
JIRA jira@apache.org
4
by JIRA jira@apache.org
[jira] Created: (DDLUTILS-213) Add ability to execute arbitrary SQL at certain points during database creation/alteration
by
JIRA jira@apache.org
0
by JIRA jira@apache.org
[jira] Created: (DDLUTILS-211) DatabaseIO.read(Reader) broken
by
JIRA jira@apache.org
3
by JIRA jira@apache.org
svn commit: r671031 - /db/ddlutils/trunk/src/main/ja
va/org/apache/ddlutils/io/Datab
aseIO.java
by
tomdz
0
by tomdz
[jira] Created: (DDLUTILS-117) Use an XML schema instead of a DTD
by
JIRA jira@apache.org
2
by JIRA jira@apache.org
[jira] Created: (DDLUTILS-210) Upload Ddlutils schema to the webserver, and update documentation accordingly
by
JIRA jira@apache.org
0
by JIRA jira@apache.org
[jira] Created: (DDLUTILS-201) Reading a model from MS SQL Server 2005 only succeeds for tables in the "dbo" schema
by
JIRA jira@apache.org
1
by JIRA jira@apache.org
svn commit: r668050 [2/2] - in /db/ddlutils/trunk/src/test/ja
va/org/apache/ddlutils: ./ alteration/ io/ platform/ task/
by
tomdz
0
by tomdz
svn commit: r668050 [1/2] - in /db/ddlutils/trunk/src/test/ja
va/org/apache/ddlutils: ./ alteration/ io/ platform/ task/
by
tomdz
0
by tomdz
[jira] Created: (DDLUTILS-190) column.setSize needs to be a bit more robust when trying to convert numbers
by
JIRA jira@apache.org
2
by JIRA jira@apache.org
To post a message,
go to a child forum listed above
. ::
Alert me of new posts
::
« Newest
‹ Newer
— Threads 1-35 —
Older
›
Free Forum
Powered by Nabble
Forum Help