History
Log In
h
ome
b
rowse project
f
ind issues
Q
uick Search:
Learn more about
Quick Search
All Projects
: DdlUtils
(Key: DDLUTILS)
Project Lead:
Thomas Dudziak
URL:
http://db.apache.org/ddlutils
Release Notes
Select:
Open Issues
Road Map
Change Log
Popular Issues
Subversion Commits
Releases
Versions
Components
Change Log
Scope:
previous 3 versions |
all versions
1.0
(
28/Jul/07
|
Release Notes
)
First official release
No issues.
1.0 RC2
(
03/Jun/07
|
Release Notes
)
Release candidate 2
DDLUTILS-175
FIXED
If there is more than one system index for the same set of fields, DdlUtils might miss some
DDLUTILS-174
FIXED
Not all "special characters" in content detected
1.0 RC1
(
01/May/07
|
Release Notes
)
Release Candidate 1
DDLUTILS-47
FIXED
The PK constraint should be generated even if a column is an identity column (except for Hsqldb)
DDLUTILS-102
FIXED
The interface PlatformImplBase throws an error [ java.lang.StringIndexOutOfBoundsException] when a default value is empty
DDLUTILS-141
FIXED
[sql] SqlBuilder: missing a blank in PrimaryKeys Stmt.
DDLUTILS-129
FIXED
Update to the new license header scheme
DDLUTILS-29
FIXED
"Stream is already closed" with Oracle
DDLUTILS-104
FIXED
"empty" DEFAULT statements
DDLUTILS-173
FIXED
Add Sybase table creation parameters
DDLUTILS-89
FIXED
Add support for ordering of foreign keys when reading from a live database
DDLUTILS-123
FIXED
Allow long table/column names in DB2 8.0+
DDLUTILS-167
FIXED
Ant command writeDataToDatabase does not honor failOnError property
DDLUTILS-153
FIXED
Changing column data type fails if there were indices referencing the column.
DDLUTILS-128
FIXED
Clean up the exceptions used in DdlUtils
DDLUTILS-3
FIXED
Column names are different case between getInstance and query in DynaSql
DDLUTILS-56
FIXED
Create JIRA components for DdlUtils project
DDLUTILS-15
FIXED
Create Table should use quotes to handle columns named with db-specific reserved words
DDLUTILS-18
FIXED
DB2 autoincrement
DDLUTILS-70
FIXED
DB2ModelReader NPE
DDLUTILS-165
FIXED
Data type mismatch in PostgreSQL with TEXT columns
DDLUTILS-74
FIXED
DatabaseToDdl task does not add 'name' attribute to <database> tag in dumped schema XML file.
DDLUTILS-65
FIXED
DdlUtils does not yet provide a mechanism for specifying the catalog/schema to work in
DDLUTILS-67
FIXED
Derby drop index statement should not include "ON <tablename>"
DDLUTILS-30
FIXED
Encoding not supported
DDLUTILS-33
FIXED
Error while instanciating a JdbcModelReader with MySQL (4.1)
DDLUTILS-6
FIXED
Exception in Table.getPrimaryKeyColumns(), .getNonUniqueIndices(), .getUniqueIndices() because PredicatedList used where CollectionUtils.select() was intended.
DDLUTILS-50
FIXED
FK Constraints Failing on Merge in MS-SQL
DDLUTILS-68
FIXED
Firebird drop index statement should not include "ON <tablename>"
DDLUTILS-31
FIXED
Generated XML data dump is invalid
DDLUTILS-36
FIXED
Getting tables from connection metadata has not homogeneous behaviour depending on products
DDLUTILS-111
FIXED
Handle Silent Column Specification Changes in the test cases
DDLUTILS-32
FIXED
I want to be able to specify the table type/engine when i create tables in mysql.
DDLUTILS-13
FIXED
If built with java 1.5, ddlutils won't work on java 1.4 or lower
DDLUTILS-53
FIXED
Incorrect syntax for modifying columns in Derby
DDLUTILS-42
FIXED
Index information is not read
DDLUTILS-24
FIXED
Insert / update collection of Dynabean
DDLUTILS-60
FIXED
JDBC Type BIGINT in Firebird
DDLUTILS-52
FIXED
MS-SQL errors with "DEFAULT"s in Alter Statements
DDLUTILS-109
FIXED
MSSqlBuilder can't drop a table with constraints with names longer than 60 characters
DDLUTILS-58
FIXED
Maven 2 pom.xml
DDLUTILS-23
FIXED
Method write(Iterator beans) in DataWriter class doesn't work
DDLUTILS-8
FIXED
MsSqlBuilder can't alter a table to make a column autoincremented (identity)
DDLUTILS-127
FIXED
MsSqlBuilder does not drop foreign keys to a table before dropping the table.
DDLUTILS-10
FIXED
MySQL DATETIME type should be used instead of TIMESTAMP
DDLUTILS-26
FIXED
MySQL drop foreign key
DDLUTILS-20
FIXED
Oracle FLOAT and DOUBLE type mappings have zero scale
DDLUTILS-124
FIXED
Patch to fix Maven 2 build
DDLUTILS-49
FIXED
Problem Delimiter in Postgres (8.1)
DDLUTILS-169
FIXED
Problem with backing indices for foreign keys
DDLUTILS-57
FIXED
Replace DateConverter's and TimeConverter's use of deprecated constructors
DDLUTILS-107
FIXED
Request for an option for disabling foreign key checking in the ant task "writeDataToDatabase"
DDLUTILS-78
FIXED
Restore parsing XML metadatas from an inputsource
DDLUTILS-73
FIXED
SQL syntax bug in PostgreSQL 8.1 for ALTER COLUMN
DDLUTILS-66
FIXED
Special characters need to be escaped in the default value
DDLUTILS-21
FIXED
Sql Server drop statements fail without delimited identifiers
DDLUTILS-115
FIXED
SqlBuilder.writeCopyDataStatement(Table, Table) fails on MSSQL tables which require IDENTITY_INSERT ON.
DDLUTILS-14
FIXED
Sybase autoincrement column
DDLUTILS-150
FIXED
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/key exists"
DDLUTILS-120
FIXED
Update the alterTable signature
DDLUTILS-110
FIXED
Updated Maven 2 pom.xml
DDLUTILS-103
FIXED
Upgrade version of commons-betwixt in pom.xml
DDLUTILS-105
FIXED
When upgrading a database, and the auto-increment for a column is set to 'true' the sequence is not created
DDLUTILS-131
FIXED
DDLUTILS-110
Wrong path to commons-betwixt.jar in the current maven pom
DDLUTILS-143
FIXED
[sql] DDL for INTEGER data type incorrect
DDLUTILS-145
FIXED
[sql] StringIndexOutOfBoundsException in SqlBuilder.shortenName(...)
DDLUTILS-61
FIXED
column DEFAULT - SQL error during create table in ddlToDatabase( to MySQL) using files produced by databaseToDdl(from MSSQL)
DDLUTILS-62
FIXED
column DEFAULT - SQL error during create table in ddlToDatabase( to MySQL) using files produced by databaseToDdl(from MSSQL)
DDLUTILS-63
FIXED
ddltoDatabase errors due to specific string values in table rows of data.xml -- ddltoDatabase(to MySQL) using files produced by databaseToDdl(from MSSQL)
DDLUTILS-114
FIXED
decimal scale never gets written to schema-file in WriteSchema* Tasks
DDLUTILS-11
FIXED
derby create table syntax
DDLUTILS-126
FIXED
errors about the sequence with postgresql
DDLUTILS-160
FIXED
incorrect primary key create statement
DDLUTILS-19
FIXED
index tag and unique tag exists in dtd but DatabaseIO().write generate XML without index and unique elements
DDLUTILS-43
FIXED
jdbc model reader does not set the database name
DDLUTILS-7
FIXED
mapping.xml not included in jar
DDLUTILS-37
FIXED
org.apache.ddlutils.model.Database implements Serializable but it's not
DDLUTILS-170
FIXED
org.apache.ddlutils.platform.PlatformImplBase Problem
DDLUTILS-159
FIXED
primary key column change causes exception
DDLUTILS-9
FIXED
shouldGeneratePrimaryKeys(List) changed to shouldGeneratePrimaryKeys(Column[]) in SqlBuilder, but not in its subclasses.
DDLUTILS-64
FIXED
too many waiting objects when importing data
DDLUTILS-92
FIXED
writeSchemaSqlToFile should just test if a connection has been established
DDLUTILS-90
FIXED
writeSchemaSqlToFile task produces empty output file
DDLUTILS-119
DUPLICATE
Dropping unique index properly on SQL Server.
DDLUTILS-1
FIXED
Added several native type mappings for Hsqldb
DDLUTILS-51
FIXED
BOOLEANINT for MS-SQL desires TINYINT, but uses SMALLINT
DDLUTILS-54
FIXED
Column comparison does not check on native types
DDLUTILS-44
FIXED
Column remarks are not stored in JdbcModelReader.getColumnsForTable
DDLUTILS-88
FIXED
Correct ant task example: databaseToDdl
DDLUTILS-39
FIXED
Creating Foreign Keys before creating the matching Tables
DDLUTILS-34
FIXED
Credentials needed when using a DataSource
DDLUTILS-99
FIXED
Customizing Betwixt-Mapping
DDLUTILS-79
FIXED
DROP COLUMN doesn't work with firebird and interbase
DDLUTILS-25
FIXED
DataWriter constructor
DDLUTILS-168
FIXED
DatabaseTaskBase should keep log4j configuration untouched
DDLUTILS-2
FIXED
DynaSql.query methods don't (can't?) free up JDBC resources
DDLUTILS-136
FIXED
Importing a model from a file previously created with the DatabaseIO.write function fails due to missing XML declaration
DDLUTILS-118
FIXED
Modifying columns generates wrong SQL statement
DDLUTILS-40
FIXED
Numeric formatting in MS SQL Server
DDLUTILS-46
FIXED
Schemas dumped from DB2/400 tries twice to create primary key when loaded to Derby
DDLUTILS-4
FIXED
Using a commons-betwixt later than 0.5 breaks the schema format.
DDLUTILS-100
FIXED
WriteDataToFile command not handling BLOBs correctly
DDLUTILS-147
FIXED
[sql] commons-sql database.xml -> OJB repository.xml XSLT
DDLUTILS-12
FIXED
cache metadata from connection
DDLUTILS-45
FIXED
createDatabase and alterDatabase should give access to the generated SQL.
DDLUTILS-41
FIXED
dropDatabase requires schema file for DdlToDatabaseTask
DDLUTILS-155
FIXED
type cast to 'LONG VARCHAR' fails
DDLUTILS-158
FIXED
verification of changed row number fails during data import
DDLUTILS-5
FIXED
I'm unable to specify that i don't want any sql drops generated with WriteSchemaSqlToFileCommand
DDLUTILS-77
FIXED
Remove the System.err.println in PlatformImplBase
Reports
Recently Created Issues Report
Created vs Resolved Issues Report
Resolution Time Report
Average Age Report
Pie Chart Report
Contribution Report
User Workload Report
Version Workload Report
Time Tracking Report
Single Level Group By Report
Preset Filters
-
All
-
Outstanding
-
Unscheduled
-
Most important
-
Resolved recently
-
Added recently
-
Updated recently
Project Summary
Open
87
35%
In Progress
1
Resolved
156
62%
Closed
7
3%
Open Issues
By Priority
Blocker
2
2%
Critical
4
5%
Major
62
70%
Minor
19
22%
Trivial
1
1%
By Assignee
Martin van den Bemt
1
1%
Thomas Dudziak
87
99%