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

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

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


Project Summary

Open Open 87
   35%
In Progress In Progress 1
Resolved Resolved 156
   62%
Closed Closed 7
   3%

Open Issues

By Priority
Blocker Blocker 2
   2%
Critical Critical 4
   5%
Major Major 62
   70%
Minor Minor 19
   22%
Trivial Trivial 1
   1%

By Assignee
Martin van den Bemt 1
   1%
Thomas Dudziak 87
   99%