Messages by Date
-
2006/07/18
[jira] Resolved: (DDLUTILS-50) FK Constraints Failing on Merge in MS-SQL
Thomas Dudziak (JIRA)
-
2006/07/18
[jira] Commented: (DDLUTILS-61) column DEFAULT - SQL error during create table in ddlToDatabase( to MySQL) using files produced by databaseToDdl(from MSSQL)
Thomas Dudziak (JIRA)
-
2006/07/18
[jira] Resolved: (DDLUTILS-14) Sybase autoincrement column
Thomas Dudziak (JIRA)
-
2006/07/18
[jira] Commented: (DDLUTILS-63) ddltoDatabase errors due to specific string values in table rows of data.xml -- ddltoDatabase(to MySQL) using files produced by databaseToDdl(from MSSQL)
Thomas Dudziak (JIRA)
-
2006/07/18
[jira] Resolved: (DDLUTILS-18) DB2 autoincrement
Thomas Dudziak (JIRA)
-
2006/07/18
[jira] Resolved: (DDLUTILS-90) writeSchemaSqlToFile task produces empty output file
Thomas Dudziak (JIRA)
-
2006/07/18
[jira] Resolved: (DDLUTILS-20) Oracle FLOAT and DOUBLE type mappings have zero scale
Thomas Dudziak (JIRA)
-
2006/07/18
[jira] Resolved: (DDLUTILS-43) jdbc model reader does not set the database name
Thomas Dudziak (JIRA)
-
2006/07/18
[jira] Resolved: (DDLUTILS-114) decimal scale never gets written to schema-file in WriteSchema* Tasks
Thomas Dudziak (JIRA)
-
2006/07/18
svn commit: r423366 - /db/ddlutils/trunk/src/test/org/apache/ddlutils/io/TestAlteration.java
tomdz
-
2006/07/18
svn commit: r423365 - in /db/ddlutils/trunk/src/java/org/apache/ddlutils: model/Column.java platform/SqlBuilder.java
tomdz
-
2006/07/18
[jira] Resolved: (DDLUTILS-89) Add support for ordering of foreign keys when reading from a live database
Thomas Dudziak (JIRA)
-
2006/07/17
svn commit: r422992 - in /db/ddlutils/trunk/src: doc/src/documentation/content/xdocs/ java/org/apache/ddlutils/ java/org/apache/ddlutils/model/ java/org/apache/ddlutils/platform/ java/org/apache/ddlutils/task/
tomdz
-
2006/07/17
[jira] Resolved: (DDLUTILS-92) writeSchemaSqlToFile should just test if a connection has been established
Thomas Dudziak (JIRA)
-
2006/07/17
svn commit: r422981 - /db/ddlutils/trunk/src/java/org/apache/ddlutils/task/WriteSchemaSqlToFileCommand.java
tomdz
-
2006/07/17
[jira] Resolved: (DDLUTILS-8) MsSqlBuilder can't alter a table to make a column autoincremented (identity)
Thomas Dudziak (JIRA)
-
2006/07/17
svn commit: r422973 - /db/ddlutils/trunk/src/java/org/apache/ddlutils/platform/mssql/MSSqlBuilder.java
tomdz
-
2006/07/17
[jira] Resolved: (DDLUTILS-52) MS-SQL errors with "DEFAULT"s in Alter Statements
Thomas Dudziak (JIRA)
-
2006/07/17
[jira] Resolved: (DDLUTILS-47) The PK constraint should be generated even if a column is an identity column (except for Hsqldb)
Thomas Dudziak (JIRA)
-
2006/07/13
[jira] Updated: (DDLUTILS-117) Use an XML schema instead of a DTD
Thomas Dudziak (JIRA)
-
2006/07/13
[jira] Created: (DDLUTILS-117) Use an XML schema instead of a DTD
Thomas Dudziak (JIRA)
-
2006/07/13
Re: Google SOC: MySQL to Derby Migration Tool
Thomas Dudziak
-
2006/07/13
[jira] Created: (DDLUTILS-116) Fully support multiple schemas
Thomas Dudziak (JIRA)
-
2006/07/13
[jira] Updated: (DDLUTILS-59) Maven 2 Plugin for DdlToDatabase and DatabaseToDdl
Thomas Dudziak (JIRA)
-
2006/07/13
[jira] Updated: (DDLUTILS-110) Updated Maven 2 pom.xml
Thomas Dudziak (JIRA)
-
2006/07/13
[jira] Resolved: (DDLUTILS-56) Create JIRA components for DdlUtils project
Thomas Dudziak (JIRA)
-
2006/07/13
[jira] Updated: (DDLUTILS-61) column DEFAULT - SQL error during create table in ddlToDatabase( to MySQL) using files produced by databaseToDdl(from MSSQL)
Thomas Dudziak (JIRA)
-
2006/07/13
[jira] Updated: (DDLUTILS-2) DynaSql.query methods don't (can't?) free up JDBC resources
Thomas Dudziak (JIRA)
-
2006/07/13
[jira] Updated: (DDLUTILS-1) Added several native type mappings for Hsqldb
Thomas Dudziak (JIRA)
-
2006/07/13
[jira] Updated: (DDLUTILS-3) Column names are different case between getInstance and query in DynaSql
Thomas Dudziak (JIRA)
-
2006/07/13
[jira] Updated: (DDLUTILS-4) Using a commons-betwixt later than 0.5 breaks the schema format.
Thomas Dudziak (JIRA)
-
2006/07/13
[jira] Updated: (DDLUTILS-5) I'm unable to specify that i don't want any sql drops generated with WriteSchemaSqlToFileCommand
Thomas Dudziak (JIRA)
-
2006/07/13
[jira] Updated: (DDLUTILS-6) Exception in Table.getPrimaryKeyColumns(), .getNonUniqueIndices(), .getUniqueIndices() because PredicatedList used where CollectionUtils.select() was intended.
Thomas Dudziak (JIRA)
-
2006/07/13
[jira] Updated: (DDLUTILS-8) MsSqlBuilder can't alter a table to make a column autoincremented (identity)
Thomas Dudziak (JIRA)
-
2006/07/13
[jira] Updated: (DDLUTILS-9) shouldGeneratePrimaryKeys(List) changed to shouldGeneratePrimaryKeys(Column[]) in SqlBuilder, but not in its subclasses.
Thomas Dudziak (JIRA)
-
2006/07/13
[jira] Updated: (DDLUTILS-10) MySQL DATETIME type should be used instead of TIMESTAMP
Thomas Dudziak (JIRA)
-
2006/07/13
[jira] Updated: (DDLUTILS-11) derby create table syntax
Thomas Dudziak (JIRA)
-
2006/07/13
[jira] Updated: (DDLUTILS-12) cache metadata from connection
Thomas Dudziak (JIRA)
-
2006/07/13
[jira] Updated: (DDLUTILS-16) Support for options when creating databases
Thomas Dudziak (JIRA)
-
2006/07/13
[jira] Updated: (DDLUTILS-18) DB2 autoincrement
Thomas Dudziak (JIRA)
-
2006/07/13
[jira] Updated: (DDLUTILS-14) Sybase autoincrement column
Thomas Dudziak (JIRA)
-
2006/07/13
[jira] Updated: (DDLUTILS-17) MS SQL Server DATETIME column
Thomas Dudziak (JIRA)
-
2006/07/13
[jira] Updated: (DDLUTILS-19) index tag and unique tag exists in dtd but DatabaseIO().write generate XML without index and unique elements
Thomas Dudziak (JIRA)
-
2006/07/13
[jira] Updated: (DDLUTILS-20) Oracle FLOAT and DOUBLE type mappings have zero scale
Thomas Dudziak (JIRA)
-
2006/07/13
[jira] Updated: (DDLUTILS-21) Sql Server drop statements fail without delimited identifiers
Thomas Dudziak (JIRA)
-
2006/07/13
[jira] Updated: (DDLUTILS-22) DB2 type mapping for BOOLEAN should be SMALLINT?
Thomas Dudziak (JIRA)
-
2006/07/13
[jira] Updated: (DDLUTILS-23) Method write(Iterator beans) in DataWriter class doesn't work
Thomas Dudziak (JIRA)
-
2006/07/13
[jira] Updated: (DDLUTILS-24) Insert / update collection of Dynabean
Thomas Dudziak (JIRA)
-
2006/07/13
[jira] Updated: (DDLUTILS-25) DataWriter constructor
Thomas Dudziak (JIRA)
-
2006/07/13
[jira] Updated: (DDLUTILS-26) MySQL drop foreign key
Thomas Dudziak (JIRA)
-
2006/07/13
[jira] Updated: (DDLUTILS-27) Capture and maintenance of column level comment fields
Thomas Dudziak (JIRA)
-
2006/07/13
[jira] Updated: (DDLUTILS-28) Capture and creation of non-table entities - constraints, triggers, stored procedures and others
Thomas Dudziak (JIRA)
-
2006/07/13
[jira] Updated: (DDLUTILS-29) "Stream is already closed" with Oracle
Thomas Dudziak (JIRA)
-
2006/07/13
[jira] Updated: (DDLUTILS-30) Encoding not supported
Thomas Dudziak (JIRA)
-
2006/07/13
[jira] Updated: (DDLUTILS-31) Generated XML data dump is invalid
Thomas Dudziak (JIRA)
-
2006/07/13
[jira] Updated: (DDLUTILS-32) I want to be able to specify the table type/engine when i create tables in mysql.
Thomas Dudziak (JIRA)
-
2006/07/13
[jira] Updated: (DDLUTILS-33) Error while instanciating a JdbcModelReader with MySQL (4.1)
Thomas Dudziak (JIRA)
-
2006/07/13
[jira] Updated: (DDLUTILS-34) Credentials needed when using a DataSource
Thomas Dudziak (JIRA)
-
2006/07/13
[jira] Updated: (DDLUTILS-35) The scale property is not included in XML mapping/definitions
Thomas Dudziak (JIRA)
-
2006/07/13
[jira] Updated: (DDLUTILS-36) Getting tables from connection metadata has not homogeneous behaviour depending on products
Thomas Dudziak (JIRA)
-
2006/07/13
[jira] Updated: (DDLUTILS-37) org.apache.ddlutils.model.Database implements Serializable but it's not
Thomas Dudziak (JIRA)
-
2006/07/13
[jira] Updated: (DDLUTILS-40) Numeric formatting in MS SQL Server
Thomas Dudziak (JIRA)
-
2006/07/13
[jira] Updated: (DDLUTILS-39) Creating Foreign Keys before creating the matching Tables
Thomas Dudziak (JIRA)
-
2006/07/13
[jira] Updated: (DDLUTILS-38) Support for international date/time format in MSSQL
Thomas Dudziak (JIRA)
-
2006/07/13
[jira] Updated: (DDLUTILS-41) dropDatabase requires schema file for DdlToDatabaseTask
Thomas Dudziak (JIRA)
-
2006/07/13
[jira] Updated: (DDLUTILS-42) Index information is not read
Thomas Dudziak (JIRA)
-
2006/07/13
[jira] Updated: (DDLUTILS-43) jdbc model reader does not set the database name
Thomas Dudziak (JIRA)
-
2006/07/13
[jira] Updated: (DDLUTILS-44) Column remarks are not stored in JdbcModelReader.getColumnsForTable
Thomas Dudziak (JIRA)
-
2006/07/13
[jira] Updated: (DDLUTILS-45) createDatabase and alterDatabase should give access to the generated SQL.
Thomas Dudziak (JIRA)
-
2006/07/13
[jira] Updated: (DDLUTILS-46) Schemas dumped from DB2/400 tries twice to create primary key when loaded to Derby
Thomas Dudziak (JIRA)
-
2006/07/13
[jira] Updated: (DDLUTILS-49) Problem Delimiter in Postgres (8.1)
Thomas Dudziak (JIRA)
-
2006/07/13
[jira] Updated: (DDLUTILS-47) The PK constraint should be generated even if a column is an identity column (except for Hsqldb)
Thomas Dudziak (JIRA)
-
2006/07/13
[jira] Updated: (DDLUTILS-50) FK Constraints Failing on Merge in MS-SQL
Thomas Dudziak (JIRA)
-
2006/07/13
[jira] Updated: (DDLUTILS-51) BOOLEANINT for MS-SQL desires TINYINT, but uses SMALLINT
Thomas Dudziak (JIRA)
-
2006/07/13
[jira] Updated: (DDLUTILS-52) MS-SQL errors with "DEFAULT"s in Alter Statements
Thomas Dudziak (JIRA)
-
2006/07/13
[jira] Updated: (DDLUTILS-53) Incorrect syntax for modifying columns in Derby
Thomas Dudziak (JIRA)
-
2006/07/13
[jira] Updated: (DDLUTILS-54) Column comparison does not check on native types
Thomas Dudziak (JIRA)
-
2006/07/13
[jira] Updated: (DDLUTILS-55) HsqlDb PlatformInfo should not use delimited identifiers
Thomas Dudziak (JIRA)
-
2006/07/13
[jira] Updated: (DDLUTILS-62) column DEFAULT - SQL error during create table in ddlToDatabase( to MySQL) using files produced by databaseToDdl(from MSSQL)
Thomas Dudziak (JIRA)
-
2006/07/13
[jira] Updated: (DDLUTILS-57) Replace DateConverter's and TimeConverter's use of deprecated constructors
Thomas Dudziak (JIRA)
-
2006/07/13
[jira] Updated: (DDLUTILS-60) JDBC Type BIGINT in Firebird
Thomas Dudziak (JIRA)
-
2006/07/13
[jira] Updated: (DDLUTILS-63) ddltoDatabase errors due to specific string values in table rows of data.xml -- ddltoDatabase(to MySQL) using files produced by databaseToDdl(from MSSQL)
Thomas Dudziak (JIRA)
-
2006/07/13
[jira] Updated: (DDLUTILS-64) too many waiting objects when importing data
Thomas Dudziak (JIRA)
-
2006/07/13
[jira] Updated: (DDLUTILS-65) DdlUtils does not yet provide a mechanism for specifying the catalog/schema to work in
Thomas Dudziak (JIRA)
-
2006/07/13
[jira] Updated: (DDLUTILS-66) Special characters need to be escaped in the default value
Thomas Dudziak (JIRA)
-
2006/07/13
[jira] Updated: (DDLUTILS-67) Derby drop index statement should not include "ON <tablename>"
Thomas Dudziak (JIRA)
-
2006/07/13
[jira] Updated: (DDLUTILS-69) Add possibility to generate SQL for database creation without constraints
Thomas Dudziak (JIRA)
-
2006/07/13
[jira] Updated: (DDLUTILS-68) Firebird drop index statement should not include "ON <tablename>"
Thomas Dudziak (JIRA)
-
2006/07/13
[jira] Updated: (DDLUTILS-70) DB2ModelReader NPE
Thomas Dudziak (JIRA)
-
2006/07/13
[jira] Updated: (DDLUTILS-71) Default value for time stamp in generated db schema
Thomas Dudziak (JIRA)
-
2006/07/13
[jira] Updated: (DDLUTILS-72) Update does not work due to two bugs in PlatformImplBase
Thomas Dudziak (JIRA)
-
2006/07/13
[jira] Updated: (DDLUTILS-73) SQL syntax bug in PostgreSQL 8.1 for ALTER COLUMN
Thomas Dudziak (JIRA)
-
2006/07/13
[jira] Updated: (DDLUTILS-74) DatabaseToDdl task does not add 'name' attribute to <database> tag in dumped schema XML file.
Thomas Dudziak (JIRA)
-
2006/07/13
[jira] Updated: (DDLUTILS-75) Add support for "On Delete" and "On Update" in schema XML for foreign keys
Thomas Dudziak (JIRA)
-
2006/07/13
[jira] Updated: (DDLUTILS-76) Ability to merge two different schema XMLs and output the upgrade scripts in SQL for target database
Thomas Dudziak (JIRA)
-
2006/07/13
[jira] Updated: (DDLUTILS-77) Remove the System.err.println in PlatformImplBase
Thomas Dudziak (JIRA)
-
2006/07/13
[jira] Updated: (DDLUTILS-78) Restore parsing XML metadatas from an inputsource
Thomas Dudziak (JIRA)
-
2006/07/13
[jira] Updated: (DDLUTILS-79) DROP COLUMN doesn't work with firebird and interbase
Thomas Dudziak (JIRA)
-
2006/07/13
[jira] Updated: (DDLUTILS-80) nativeDefault attribute for column, which is not interpreted by DdlUtils at all
Thomas Dudziak (JIRA)
-
2006/07/13
[jira] Updated: (DDLUTILS-81) Capture and creation of sequences
Thomas Dudziak (JIRA)
-
2006/07/13
[jira] Updated: (DDLUTILS-89) Add support for ordering of foreign keys when reading from a live database
Thomas Dudziak (JIRA)
-
2006/07/13
[jira] Updated: (DDLUTILS-87) Add ability to specify which tables to include/exclude when reading a model from the database
Thomas Dudziak (JIRA)
-
2006/07/13
[jira] Updated: (DDLUTILS-96) Db2 database cannot extract table definition from database with schema
Thomas Dudziak (JIRA)
-
2006/07/13
[jira] Updated: (DDLUTILS-94) Create nice looking Documentation from database.xml
Thomas Dudziak (JIRA)
-
2006/07/13
[jira] Updated: (DDLUTILS-101) Support the dumping of data from a database into an XML file for each table.
Thomas Dudziak (JIRA)
-
2006/07/13
[jira] Updated: (DDLUTILS-104) "empty" DEFAULT statements
Thomas Dudziak (JIRA)
-
2006/07/13
[jira] Updated: (DDLUTILS-105) When upgrading a database, and the auto-increment for a column is set to 'true' the sequence is not created
Thomas Dudziak (JIRA)
-
2006/07/13
[jira] Updated: (DDLUTILS-108) Unicode text fields (NTEXT, NVARCHAR, and NCHAR) for MSSQL
Thomas Dudziak (JIRA)
-
2006/07/13
[jira] Updated: (DDLUTILS-109) MSSqlBuilder can't drop a table with constraints with names longer than 60 characters
Thomas Dudziak (JIRA)
-
2006/07/13
[jira] Updated: (DDLUTILS-110) Updated Maven 2 pom.xml
Thomas Dudziak (JIRA)
-
2006/07/13
[jira] Updated: (DDLUTILS-113) Oracle : PlatformFactory.createNewPlatformInstance always detect an Oracle 8 database
Thomas Dudziak (JIRA)
-
2006/07/13
[jira] Updated: (DDLUTILS-115) SqlBuilder.writeCopyDataStatement(Table, Table) fails on MSSQL tables which require IDENTITY_INSERT ON.
Thomas Dudziak (JIRA)
-
2006/07/13
[jira] Updated: (DDLUTILS-115) SqlBuilder.writeCopyDataStatement(Table, Table) fails on MSSQL tables which require IDENTITY_INSERT ON.
Thomas Dudziak (JIRA)
-
2006/07/13
[jira] Updated: (DDLUTILS-28) Capture and creation of non-table entities - constraints, triggers, stored procedures and others
Thomas Dudziak (JIRA)
-
2006/07/13
[jira] Updated: (DDLUTILS-100) WriteDataToFile command not handling BLOBs correctly
Thomas Dudziak (JIRA)
-
2006/07/13
[jira] Updated: (DDLUTILS-113) Oracle : PlatformFactory.createNewPlatformInstance always detect an Oracle 8 database
Thomas Dudziak (JIRA)
-
2006/07/12
[jira] Updated: (DDLUTILS-97) PropertyChangeSupport for model-classes (Table, Column, ...)
Thomas Dudziak (JIRA)
-
2006/07/12
[jira] Updated: (DDLUTILS-86) New attribute of Column. Native type is a value of TYPE_NAME in the result set of DataBaseMetadata.getColumns(...).
Thomas Dudziak (JIRA)
-
2006/07/12
[jira] Resolved: (DDLUTILS-79) DROP COLUMN doesn't work with firebird and interbase
Thomas Dudziak (JIRA)
-
2006/07/12
[jira] Updated: (DDLUTILS-54) Column comparison does not check on native types
Thomas Dudziak (JIRA)
-
2006/07/12
[jira] Updated: (DDLUTILS-51) BOOLEANINT for MS-SQL desires TINYINT, but uses SMALLINT
Thomas Dudziak (JIRA)
-
2006/07/12
[jira] Updated: (DDLUTILS-27) Capture and maintenance of column level comment fields
Thomas Dudziak (JIRA)
-
2006/07/12
[jira] Resolved: (DDLUTILS-17) MS SQL Server DATETIME column
Thomas Dudziak (JIRA)
-
2006/07/12
[jira] Updated: (DDLUTILS-39) Creating Foreign Keys before creating the matching Tables
Thomas Dudziak (JIRA)
-
2006/07/12
[jira] Resolved: (DDLUTILS-44) Column remarks are not stored in JdbcModelReader.getColumnsForTable
Thomas Dudziak (JIRA)
-
2006/07/12
[jira] Updated: (DDLUTILS-40) Numeric formatting in MS SQL Server
Thomas Dudziak (JIRA)
-
2006/07/12
[jira] Updated: (DDLUTILS-46) Schemas dumped from DB2/400 tries twice to create primary key when loaded to Derby
Thomas Dudziak (JIRA)
-
2006/07/12
[jira] Commented: (DDLUTILS-46) Schemas dumped from DB2/400 tries twice to create primary key when loaded to Derby
Thomas Dudziak (JIRA)
-
2006/07/12
[jira] Updated: (DDLUTILS-114) decimal scale never gets written to schema-file in WriteSchema* Tasks
Thomas Dudziak (JIRA)
-
2006/07/12
[jira] Updated: (DDLUTILS-108) Unicode text fields (NTEXT, NVARCHAR, and NCHAR) for MSSQL
Thomas Dudziak (JIRA)
-
2006/07/12
[jira] Resolved: (DDLUTILS-112) Tests failed on several DBs
Thomas Dudziak (JIRA)
-
2006/07/12
[jira] Updated: (DDLUTILS-90) writeSchemaSqlToFile task produces empty output file
Thomas Dudziak (JIRA)
-
2006/07/12
[jira] Resolved: (DDLUTILS-105) When upgrading a database, and the auto-increment for a column is set to 'true' the sequence is not created
Thomas Dudziak (JIRA)
-
2006/07/12
[jira] Updated: (DDLUTILS-95) Can't extract data from Derby db when table included in a schema
Thomas Dudziak (JIRA)
-
2006/07/12
[jira] Resolved: (DDLUTILS-104) "empty" DEFAULT statements
Thomas Dudziak (JIRA)
-
2006/07/12
[jira] Updated: (DDLUTILS-101) Support the dumping of data from a database into an XML file for each table.
Thomas Dudziak (JIRA)
-
2006/07/12
[jira] Updated: (DDLUTILS-96) Db2 database cannot extract table definition from database with schema
Thomas Dudziak (JIRA)
-
2006/07/12
[jira] Updated: (DDLUTILS-94) Create nice looking Documentation from database.xml
Thomas Dudziak (JIRA)
-
2006/07/12
[jira] Updated: (DDLUTILS-92) writeSchemaSqlToFile should just test if a connection has been established
Thomas Dudziak (JIRA)
-
2006/07/12
[jira] Updated: (DDLUTILS-83) Name of Primary Key
Thomas Dudziak (JIRA)
-
2006/07/12
[jira] Updated: (DDLUTILS-89) Add support for ordering of foreign keys when reading from a live database
Thomas Dudziak (JIRA)
-
2006/07/12
[jira] Updated: (DDLUTILS-82) FOREIGN KEY .... ON UPDATE .... ON DELETE ...
Thomas Dudziak (JIRA)
-
2006/07/12
[jira] Updated: (DDLUTILS-85) Add support for unique constraints
Thomas Dudziak (JIRA)
-
2006/07/12
[jira] Updated: (DDLUTILS-81) Capture and creation of sequences
Thomas Dudziak (JIRA)
-
2006/07/12
[jira] Updated: (DDLUTILS-80) nativeDefault attribute for column, which is not interpreted by DdlUtils at all
Thomas Dudziak (JIRA)
-
2006/07/12
[jira] Resolved: (DDLUTILS-73) SQL syntax bug in PostgreSQL 8.1 for ALTER COLUMN
Thomas Dudziak (JIRA)
-
2006/07/12
[jira] Resolved: (DDLUTILS-68) CLONE -Firebird drop index statement should not include "ON <tablename>"
Thomas Dudziak (JIRA)
-
2006/07/12
[jira] Resolved: (DDLUTILS-67) Derby drop index statement should not include "ON <tablename>"
Thomas Dudziak (JIRA)
-
2006/07/12
[jira] Resolved: (DDLUTILS-64) too many waiting objects when importing data
Thomas Dudziak (JIRA)
-
2006/07/12
[jira] Updated: (DDLUTILS-63) ddltoDatabase errors due to specific string values in table rows of data.xml -- ddltoDatabase(to MySQL) using files produced by databaseToDdl(from MSSQL)
Thomas Dudziak (JIRA)
-
2006/07/12
[jira] Updated: (DDLUTILS-62) CLONE -column DEFAULT - SQL error during create table in ddlToDatabase( to MySQL) using files produced by databaseToDdl(from MSSQL)
Thomas Dudziak (JIRA)
-
2006/07/12
[jira] Updated: (DDLUTILS-61) column DEFAULT - SQL error during create table in ddlToDatabase( to MySQL) using files produced by databaseToDdl(from MSSQL)
Thomas Dudziak (JIRA)
-
2006/07/12
[jira] Resolved: (DDLUTILS-60) JDBC Type BIGINT in Firebird
Thomas Dudziak (JIRA)
-
2006/07/12
[jira] Updated: (DDLUTILS-57) Replace DateConverter's and TimeConverter's use of deprecated constructors
Thomas Dudziak (JIRA)
-
2006/07/12
[jira] Resolved: (DDLUTILS-53) Incorrect syntax for modifying columns in Derby
Thomas Dudziak (JIRA)
-
2006/07/12
[jira] Updated: (DDLUTILS-52) MS-SQL errors with "DEFAULT"s in Alter Statements
Thomas Dudziak (JIRA)
-
2006/07/12
[jira] Updated: (DDLUTILS-50) FK Constraints Failing on Merge in MS-SQL
Thomas Dudziak (JIRA)
-
2006/07/12
[jira] Resolved: (DDLUTILS-33) Error while instanciating a JdbcModelReader with MySQL (4.1)
Thomas Dudziak (JIRA)
-
2006/07/12
[jira] Updated: (DDLUTILS-87) Add ability to specify which tables to include/exclude when reading a model from the database
Thomas Dudziak (JIRA)
-
2006/07/12
[jira] Resolved: (DDLUTILS-24) Insert / update collection of Dynabean
Thomas Dudziak (JIRA)
-
2006/07/12
[jira] Updated: (DDLUTILS-20) Oracle FLOAT and DOUBLE type mappings have zero scale
Thomas Dudziak (JIRA)
-
2006/07/12
[jira] Updated: (DDLUTILS-19) index tag and unique tag exists in dtd but DatabaseIO().write generate XML without index and unique elements
Thomas Dudziak (JIRA)
-
2006/07/12
[jira] Updated: (DDLUTILS-18) DB2 autoincrement
Thomas Dudziak (JIRA)
-
2006/07/12
[jira] Resolved: (DDLUTILS-36) Getting tables from connection metadata has not homogeneous behaviour depending on products
Thomas Dudziak (JIRA)
-
2006/07/12
[jira] Updated: (DDLUTILS-38) Support for international date/time format in MSSQL
Thomas Dudziak (JIRA)
-
2006/07/12
[jira] Updated: (DDLUTILS-43) jdbc model reader does not set the database name
Thomas Dudziak (JIRA)
-
2006/07/12
[jira] Updated: (DDLUTILS-14) Sybase autoincrement column
Thomas Dudziak (JIRA)
-
2006/07/12
[jira] Updated: (DDLUTILS-8) MsSqlBuilder can't alter a table to make a column autoincremented (identity)
Thomas Dudziak (JIRA)
-
2006/07/12
[jira] Updated: (DDLUTILS-75) Add support for "On Delete" and "On Update" in schema XML for foreign keys
Thomas Dudziak (JIRA)
-
2006/07/12
[jira] Updated: (DDLUTILS-47) The PK constraint should be generated even if a column is an identity column (except for Hsqldb)
Thomas Dudziak (JIRA)
-
2006/07/12
Google SOC: MySQL to Derby Migration Tool
Ramin Moazeni
-
2006/07/11
svn commit: r421165 - /db/ddlutils/trunk/src/test/org/apache/ddlutils/RunAllTests.java
tomdz
-
2006/07/11
svn commit: r421164 - /db/ddlutils/trunk/src/java/org/apache/ddlutils/platform/firebird/FirebirdModelReader.java
tomdz
-
2006/07/11
svn commit: r421157 - /db/ddlutils/trunk/src/java/org/apache/ddlutils/platform/JdbcModelReader.java
tomdz
-
2006/07/11
svn commit: r421156 - /db/ddlutils/trunk/src/java/org/apache/ddlutils/platform/interbase/InterbaseBuilder.java
tomdz
-
2006/07/11
svn commit: r421134 - in /db/ddlutils/trunk/src: java/org/apache/ddlutils/platform/ java/org/apache/ddlutils/platform/interbase/ test/org/apache/ddlutils/platform/
tomdz
-
2006/07/11
[jira] Resolved: (DDLUTILS-115) SqlBuilder.writeCopyDataStatement(Table, Table) fails on MSSQL tables which require IDENTITY_INSERT ON.
Thomas Dudziak (JIRA)
-
2006/07/11
[jira] Commented: (DDLUTILS-115) SqlBuilder.writeCopyDataStatement(Table, Table) fails on MSSQL tables which require IDENTITY_INSERT ON.
JIRA
-
2006/07/11
[jira] Commented: (DDLUTILS-115) SqlBuilder.writeCopyDataStatement(Table, Table) fails on MSSQL tables which require IDENTITY_INSERT ON.
JIRA
-
2006/07/11
[jira] Updated: (DDLUTILS-115) SqlBuilder.writeCopyDataStatement(Table, Table) fails on MSSQL tables which require IDENTITY_INSERT ON.
JIRA
-
2006/07/11
[jira] Created: (DDLUTILS-115) SqlBuilder.writeCopyDataStatement(Table, Table) fails on MSSQL tables which require IDENTITY_INSERT ON.
JIRA
-
2006/07/11
svn commit: r420747 - in /db/ddlutils/trunk/src/java/org/apache/ddlutils/platform/interbase: InterbaseModelReader.java InterbasePlatform.java
tomdz
-
2006/07/04
svn commit: r419021 - in /db/ddlutils/trunk/src/java/org/apache/ddlutils/platform/interbase: InterbaseBuilder.java InterbaseModelReader.java InterbasePlatform.java
tomdz
-
2006/07/04
svn commit: r418953 - /db/ddlutils/trunk/src/java/org/apache/ddlutils/platform/firebird/FirebirdModelReader.java
tomdz
-
2006/07/04
svn commit: r418952 - /db/ddlutils/trunk/src/test/org/apache/ddlutils/io/TestAlteration.java
tomdz
-
2006/07/03
svn commit: r418871 - in /db/ddlutils/trunk/src/java/org/apache/ddlutils/platform/sybase: SybaseBuilder.java SybaseModelReader.java
tomdz
-
2006/07/03
svn commit: r418870 - in /db/ddlutils/trunk/src/test/org/apache/ddlutils: dynabean/TestDynaSqlQueries.java io/TestAlteration.java io/TestConstraints.java
tomdz
-
2006/07/03
svn commit: r418857 - /db/ddlutils/trunk/src/java/org/apache/ddlutils/platform/sapdb/SapDbBuilder.java
tomdz
-
2006/07/03
svn commit: r418854 - /db/ddlutils/trunk/src/java/org/apache/ddlutils/platform/SqlBuilder.java
tomdz
-
2006/07/03
svn commit: r418846 - /db/ddlutils/trunk/src/test/org/apache/ddlutils/io/TestAlteration.java
tomdz
-
2006/07/03
svn commit: r418845 - in /db/ddlutils/trunk/src/java/org/apache/ddlutils/platform/mssql: MSSqlBuilder.java MSSqlModelReader.java
tomdz
-
2006/07/03
svn commit: r418832 - in /db/ddlutils/trunk/src/java/org/apache/ddlutils/platform/db2: Db2Builder.java Db2ModelReader.java
tomdz
-
2006/07/02
svn commit: r418656 - /db/ddlutils/trunk/src/schema/database.xsd
tomdz
-
2006/07/02
svn commit: r418654 - in /db/ddlutils/trunk/src: java/org/apache/ddlutils/platform/oracle/ test/org/apache/ddlutils/platform/
tomdz
-
2006/07/02
svn commit: r418653 - in /db/ddlutils/trunk/src: java/org/apache/ddlutils/platform/axion/AxionPlatform.java test/org/apache/ddlutils/platform/TestAxionPlatform.java
tomdz
-
2006/07/02
svn commit: r418652 - /db/ddlutils/trunk/src/java/org/apache/ddlutils/platform/SqlBuilder.java
tomdz
-
2006/07/02
svn commit: r418651 - /db/ddlutils/trunk/src/java/org/apache/ddlutils/platform/JdbcModelReader.java
tomdz
-
2006/06/27
svn commit: r417425 - /db/ddlutils/trunk/src/schema/database.xsd
tomdz
-
2006/06/24
svn commit: r416907 - in /db/ddlutils/trunk/src: java/org/apache/ddlutils/platform/hsqldb/ java/org/apache/ddlutils/task/ test/org/apache/ddlutils/
tomdz
-
2006/06/23
svn commit: r416741 - in /db/ddlutils/trunk: .classpath lib/ant-1.6.5.jar lib/build-only/ant-1.6.5.jar lib/build-only/antlr.jar lib/build-only/commons-cli.jar lib/build-only/junit-3.8.2.jar lib/dbunit-2.1.jar lib/hsqldb-1.7.1.jar lib/junit-3.8.2.jar
tomdz