You are viewing a plain text version of this content. The canonical link for it is here.
- svn commit: r267205 - /db/ddlutils/trunk/build.xml - posted by to...@apache.org on 2005/09/02 16:10:28 UTC, 0 replies.
- [jira] Resolved: (DDLUTILS-7) mapping.xml not included in jar - posted by "Thomas Dudziak (JIRA)" <ji...@apache.org> on 2005/09/02 16:11:12 UTC, 0 replies.
- svn commit: r267206 - in /db/ddlutils/trunk/src: java/org/apache/ddlutils/model/Table.java test/org/apache/ddlutils/model/ test/org/apache/ddlutils/model/TestArrayAccessAtTable.java - posted by to...@apache.org on 2005/09/02 16:18:42 UTC, 0 replies.
- [jira] Resolved: (DDLUTILS-6) Exception in Table.getPrimaryKeyColumns(), .getNonUniqueIndices(), .getUniqueIndices() because PredicatedList used where CollectionUtils.select() was intended. - posted by "Thomas Dudziak (JIRA)" <ji...@apache.org> on 2005/09/02 16:19:13 UTC, 0 replies.
- svn commit: r278870 - in /db/ddlutils/trunk/src: java/org/apache/ddlutils/builder/ java/org/apache/ddlutils/io/ java/org/apache/ddlutils/model/ test/org/apache/ddlutils/io/ - posted by to...@apache.org on 2005/09/06 00:27:25 UTC, 0 replies.
- [jira] Commented: (DDLUTILS-8) MsSqlBuilder can't alter a table to make a column autoincremented (identity) - posted by "Christoffer Hammarström (JIRA)" <ji...@apache.org> on 2005/09/06 14:46:30 UTC, 2 replies.
- [jira] Created: (DDLUTILS-9) shouldGeneratePrimaryKeys(List) changed to shouldGeneratePrimaryKeys(Column[]) in SqlBuilder, but not in its subclasses. - posted by "Christoffer Hammarström (JIRA)" <ji...@apache.org> on 2005/09/06 15:43:32 UTC, 0 replies.
- [jira] Updated: (DDLUTILS-9) shouldGeneratePrimaryKeys(List) changed to shouldGeneratePrimaryKeys(Column[]) in SqlBuilder, but not in its subclasses. - posted by "Christoffer Hammarström (JIRA)" <ji...@apache.org> on 2005/09/06 15:45:30 UTC, 0 replies.
- [jira] Created: (DDLUTILS-10) MySQL DATETIME type should be used instead of TIMESTAMP - posted by "Christoffer Hammarström (JIRA)" <ji...@apache.org> on 2005/09/06 17:00:58 UTC, 0 replies.
- [jira] Updated: (DDLUTILS-10) MySQL DATETIME type should be used instead of TIMESTAMP - posted by "Christoffer Hammarström (JIRA)" <ji...@apache.org> on 2005/09/06 17:02:30 UTC, 0 replies.
- svn commit: r279060 - in /db/ddlutils/trunk/src: java/org/apache/ddlutils/platform/MySqlPlatform.java test/org/apache/ddlutils/builder/TestMySqlPlatform.java - posted by to...@apache.org on 2005/09/06 20:44:00 UTC, 0 replies.
- [jira] Resolved: (DDLUTILS-10) MySQL DATETIME type should be used instead of TIMESTAMP - posted by "Thomas Dudziak (JIRA)" <ji...@apache.org> on 2005/09/06 20:45:30 UTC, 0 replies.
- svn commit: r279065 - in /db/ddlutils/trunk/src/java/org/apache/ddlutils/builder: MSSqlBuilder.java MySqlBuilder.java - posted by to...@apache.org on 2005/09/06 20:52:50 UTC, 0 replies.
- [jira] Resolved: (DDLUTILS-9) shouldGeneratePrimaryKeys(List) changed to shouldGeneratePrimaryKeys(Column[]) in SqlBuilder, but not in its subclasses. - posted by "Thomas Dudziak (JIRA)" <ji...@apache.org> on 2005/09/06 20:53:30 UTC, 0 replies.
- svn commit: r279413 - in /db/ddlutils/trunk/src: java/org/apache/ddlutils/ java/org/apache/ddlutils/builder/ java/org/apache/ddlutils/model/ java/org/apache/ddlutils/platform/ test/org/apache/ddlutils/ - posted by to...@apache.org on 2005/09/07 22:15:41 UTC, 0 replies.
- svn commit: r279419 - /db/ddlutils/trunk/src/java/org/apache/ddlutils/builder/SqlBuilder.java - posted by to...@apache.org on 2005/09/07 22:56:47 UTC, 0 replies.
- svn commit: r279421 - /db/ddlutils/trunk/src/java/org/apache/ddlutils/builder/SqlBuilder.java - posted by to...@apache.org on 2005/09/07 22:59:10 UTC, 0 replies.
- [jira] Created: (DDLUTILS-11) derby create table syntax - posted by "dan meany (JIRA)" <ji...@apache.org> on 2005/09/08 15:16:36 UTC, 0 replies.
- [jira] Created: (DDLUTILS-12) cache metadata from connection - posted by "dan meany (JIRA)" <ji...@apache.org> on 2005/09/08 15:58:31 UTC, 0 replies.
- Bug in PlatformUtils.java - posted by Samuel Solon <ss...@usa.net> on 2005/09/08 17:57:34 UTC, 1 replies.
- svn commit: r279581 - /db/ddlutils/trunk/src/test/org/apache/ddlutils/platform/ - posted by to...@apache.org on 2005/09/08 18:39:46 UTC, 0 replies.
- svn commit: r279626 - in /db/ddlutils/trunk/src: java/org/apache/ddlutils/ java/org/apache/ddlutils/platform/ test/org/apache/ddlutils/ test/org/apache/ddlutils/platform/ - posted by to...@apache.org on 2005/09/08 23:14:21 UTC, 0 replies.
- svn commit: r279629 - /db/ddlutils/trunk/src/test/org/apache/ddlutils/builder/ - posted by to...@apache.org on 2005/09/08 23:24:12 UTC, 0 replies.
- svn commit: r279631 - /db/ddlutils/trunk/src/java/org/apache/ddlutils/PlatformFactory.java - posted by to...@apache.org on 2005/09/08 23:26:26 UTC, 0 replies.
- svn commit: r279651 - in /db/ddlutils/trunk: ToDo.txt src/java/org/apache/ddlutils/io/JdbcModelReader.java - posted by to...@apache.org on 2005/09/08 23:52:59 UTC, 0 replies.
- [jira] Resolved: (DDLUTILS-12) cache metadata from connection - posted by "Thomas Dudziak (JIRA)" <ji...@apache.org> on 2005/09/08 23:54:30 UTC, 0 replies.
- [jira] Created: (DDLUTILS-13) If built with java 1.5, ddlutils won't work on java 1.4 or lower - posted by "Christoffer Hammarström (JIRA)" <ji...@apache.org> on 2005/09/13 10:39:55 UTC, 0 replies.
- [jira] Created: (DDLUTILS-14) Sybase autoincrement column - posted by "dan meany (JIRA)" <ji...@apache.org> on 2005/09/13 15:22:54 UTC, 0 replies.
- [jira] Created: (DDLUTILS-15) Create Table should use quotes to handle columns named with db-specific reserved words - posted by "dan meany (JIRA)" <ji...@apache.org> on 2005/09/13 16:23:54 UTC, 0 replies.
- [jira] Updated: (DDLUTILS-15) Create Table should use quotes to handle columns named with db-specific reserved words - posted by "dan meany (JIRA)" <ji...@apache.org> on 2005/09/14 16:32:55 UTC, 0 replies.
- svn commit: r289172 - /db/ddlutils/trunk/src/java/org/apache/ddlutils/util/JdbcSupport.java - posted by to...@apache.org on 2005/09/15 09:45:03 UTC, 0 replies.
- [jira] Created: (DDLUTILS-16) Support for options when creating databases - posted by "Thomas Dudziak (JIRA)" <ji...@apache.org> on 2005/09/15 16:07:58 UTC, 0 replies.
- [jira] Created: (DDLUTILS-17) MS SQL Server DATETIME column - posted by "dan meany (JIRA)" <ji...@apache.org> on 2005/09/15 17:47:54 UTC, 0 replies.
- [jira] Commented: (DDLUTILS-17) MS SQL Server DATETIME column - posted by "Christoffer Hammarström (JIRA)" <ji...@apache.org> on 2005/09/15 18:19:55 UTC, 0 replies.
- svn commit: r289319 - in /db/ddlutils/trunk/src/java/org/apache/ddlutils: Platform.java platform/DerbyPlatform.java platform/PlatformImplBase.java platform/PostgreSqlPlatform.java task/CreateDatabaseCommand.java task/NamedValue.java - posted by to...@apache.org on 2005/09/15 23:11:53 UTC, 0 replies.
- [jira] Commented: (DDLUTILS-16) Support for options when creating databases - posted by "Thomas Dudziak (JIRA)" <ji...@apache.org> on 2005/09/15 23:15:54 UTC, 0 replies.
- svn commit: r289321 - /db/ddlutils/trunk/build.xml - posted by to...@apache.org on 2005/09/15 23:18:01 UTC, 0 replies.
- [jira] Resolved: (DDLUTILS-13) If built with java 1.5, ddlutils won't work on java 1.4 or lower - posted by "Thomas Dudziak (JIRA)" <ji...@apache.org> on 2005/09/15 23:19:54 UTC, 0 replies.
- [jira] Resolved: (DDLUTILS-4) Using a commons-betwixt later than 0.5 breaks the schema format. - posted by "Thomas Dudziak (JIRA)" <ji...@apache.org> on 2005/09/15 23:19:55 UTC, 0 replies.
- svn commit: r289458 - in /db/ddlutils/trunk/src/java/org/apache/ddlutils: ./ platform/ task/ - posted by to...@apache.org on 2005/09/16 11:44:48 UTC, 0 replies.
- svn commit: r289462 - /db/ddlutils/trunk/src/java/org/apache/ddlutils/io/DataToDatabaseSink.java - posted by to...@apache.org on 2005/09/16 11:48:55 UTC, 0 replies.
- svn commit: r289996 [1/3] - in /db/ddlutils/trunk: ./ src/java/org/apache/ddlutils/ src/java/org/apache/ddlutils/builder/ src/java/org/apache/ddlutils/model/ src/java/org/apache/ddlutils/platform/ src/test/org/apache/ddlutils/ src/test/org/apache/ddlut... - posted by to...@apache.org on 2005/09/19 01:01:23 UTC, 0 replies.
- svn commit: r289996 [3/3] - in /db/ddlutils/trunk: ./ src/java/org/apache/ddlutils/ src/java/org/apache/ddlutils/builder/ src/java/org/apache/ddlutils/model/ src/java/org/apache/ddlutils/platform/ src/test/org/apache/ddlutils/ src/test/org/apache/ddlut... - posted by to...@apache.org on 2005/09/19 01:01:23 UTC, 0 replies.
- svn commit: r289996 [2/3] - in /db/ddlutils/trunk: ./ src/java/org/apache/ddlutils/ src/java/org/apache/ddlutils/builder/ src/java/org/apache/ddlutils/model/ src/java/org/apache/ddlutils/platform/ src/test/org/apache/ddlutils/ src/test/org/apache/ddlut... - posted by to...@apache.org on 2005/09/19 01:01:23 UTC, 0 replies.
- svn commit: r289997 - in /db/ddlutils/trunk/src/java/org/apache/ddlutils/builder: MSSqlBuilder.java SybaseBuilder.java - posted by to...@apache.org on 2005/09/19 01:04:43 UTC, 0 replies.
- [jira] Resolved: (DDLUTILS-15) Create Table should use quotes to handle columns named with db-specific reserved words - posted by "Thomas Dudziak (JIRA)" <ji...@apache.org> on 2005/09/19 01:09:54 UTC, 0 replies.
- [jira] Resolved: (DDLUTILS-11) derby create table syntax - posted by "Thomas Dudziak (JIRA)" <ji...@apache.org> on 2005/09/19 01:11:54 UTC, 0 replies.
- svn commit: r290415 - in /db/ddlutils/trunk/src/java/org/apache/ddlutils/model: Column.java TypeMap.java - posted by to...@apache.org on 2005/09/20 12:39:01 UTC, 0 replies.
- svn commit: r290453 - in /db/ddlutils/trunk/src/java/org/apache/ddlutils: Platform.java dynabean/DynaSqlIterator.java dynabean/SqlDynaBean.java dynabean/SqlDynaClass.java dynabean/SqlDynaProperty.java platform/PlatformImplBase.java - posted by to...@apache.org on 2005/09/20 15:45:44 UTC, 0 replies.
- svn commit: r290682 - /db/ddlutils/trunk/src/java/org/apache/ddlutils/task/DatabaseCommand.java - posted by to...@apache.org on 2005/09/21 13:13:24 UTC, 0 replies.
- svn commit: r290968 - /db/ddlutils/trunk/src/java/org/apache/ddlutils/util/DatabaseTestHelper.java - posted by to...@apache.org on 2005/09/22 17:45:23 UTC, 0 replies.
- [jira] Created: (DDLUTILS-18) DB2 autoincrement - posted by "dan meany (JIRA)" <ji...@apache.org> on 2005/09/22 17:45:27 UTC, 0 replies.
- svn commit: r291766 - in /db/ddlutils/trunk: ./ lib/ src/doc/ src/doc/src/documentation/ src/doc/src/documentation/classes/ src/doc/src/documentation/content/xdocs/ src/java/org/apache/ddlutils/task/ - posted by to...@apache.org on 2005/09/27 00:22:05 UTC, 0 replies.
- [jira] Created: (DDLUTILS-19) index tag and unique tag exists in dtd but DatabaseIO().write generate XML without index and unique elements - posted by "Andre Charles Legendre (JIRA)" <ji...@apache.org> on 2005/09/27 17:04:47 UTC, 0 replies.
- svn commit: r292045 [3/5] - in /db/ddlutils/trunk: ./ lib/ lib/build-only/ src/check/ src/doc/src/documentation/ src/doc/src/documentation/content/xdocs/ src/java/org/apache/ddlutils/ src/java/org/apache/ddlutils/builder/ src/java/org/apache/ddlutils/d... - posted by to...@apache.org on 2005/09/27 23:03:01 UTC, 0 replies.
- svn commit: r292045 [5/5] - in /db/ddlutils/trunk: ./ lib/ lib/build-only/ src/check/ src/doc/src/documentation/ src/doc/src/documentation/content/xdocs/ src/java/org/apache/ddlutils/ src/java/org/apache/ddlutils/builder/ src/java/org/apache/ddlutils/d... - posted by to...@apache.org on 2005/09/27 23:03:01 UTC, 0 replies.
- svn commit: r292045 [1/5] - in /db/ddlutils/trunk: ./ lib/ lib/build-only/ src/check/ src/doc/src/documentation/ src/doc/src/documentation/content/xdocs/ src/java/org/apache/ddlutils/ src/java/org/apache/ddlutils/builder/ src/java/org/apache/ddlutils/d... - posted by to...@apache.org on 2005/09/27 23:03:01 UTC, 0 replies.
- svn commit: r292045 [4/5] - in /db/ddlutils/trunk: ./ lib/ lib/build-only/ src/check/ src/doc/src/documentation/ src/doc/src/documentation/content/xdocs/ src/java/org/apache/ddlutils/ src/java/org/apache/ddlutils/builder/ src/java/org/apache/ddlutils/d... - posted by to...@apache.org on 2005/09/27 23:03:01 UTC, 0 replies.
- svn commit: r292045 [2/5] - in /db/ddlutils/trunk: ./ lib/ lib/build-only/ src/check/ src/doc/src/documentation/ src/doc/src/documentation/content/xdocs/ src/java/org/apache/ddlutils/ src/java/org/apache/ddlutils/builder/ src/java/org/apache/ddlutils/d... - posted by to...@apache.org on 2005/09/27 23:03:01 UTC, 0 replies.
- svn commit: r292046 - /db/ddlutils/trunk/src/java/org/apache/ddlutils/type/ - posted by to...@apache.org on 2005/09/27 23:09:52 UTC, 0 replies.
- svn commit: r292050 - /db/ddlutils/trunk/build-test.xml - posted by to...@apache.org on 2005/09/27 23:26:36 UTC, 0 replies.
- svn commit: r292054 - in /db/ddlutils/trunk/src/java/org/apache/ddlutils: dynabean/package.html io/package.html model/package.html task/package.html - posted by to...@apache.org on 2005/09/27 23:37:01 UTC, 0 replies.
- svn commit: r292055 - in /db/ddlutils/trunk/src/java/org/apache/ddlutils: dynabean/package.html io/package.html model/package.html task/package.html - posted by to...@apache.org on 2005/09/27 23:39:20 UTC, 0 replies.
- [jira] Created: (DDLUTILS-20) Oracle FLOAT and DOUBLE type mappings have zero scale - posted by "Richard Bounds (JIRA)" <ji...@apache.org> on 2005/09/30 14:35:47 UTC, 0 replies.
- [jira] Created: (DDLUTILS-21) Sql Server drop statements fail without delimited identifiers - posted by "Richard Bounds (JIRA)" <ji...@apache.org> on 2005/09/30 14:52:47 UTC, 0 replies.
- [jira] Updated: (DDLUTILS-21) Sql Server drop statements fail without delimited identifiers - posted by "Richard Bounds (JIRA)" <ji...@apache.org> on 2005/09/30 14:54:47 UTC, 0 replies.
- [jira] Commented: (DDLUTILS-21) Sql Server drop statements fail without delimited identifiers - posted by "Thomas Dudziak (JIRA)" <ji...@apache.org> on 2005/09/30 15:35:47 UTC, 5 replies.
- [jira] Commented: (DDLUTILS-20) Oracle FLOAT and DOUBLE type mappings have zero scale - posted by "Thomas Dudziak (JIRA)" <ji...@apache.org> on 2005/09/30 15:43:49 UTC, 2 replies.
- [jira] Updated: (DDLUTILS-20) Oracle FLOAT and DOUBLE type mappings have zero scale - posted by "Richard Bounds (JIRA)" <ji...@apache.org> on 2005/09/30 16:21:47 UTC, 0 replies.
- svn commit: r292753 - in /db/ddlutils/trunk/src/java/org/apache/ddlutils/builder: MSSqlBuilder.java SybaseBuilder.java - posted by to...@apache.org on 2005/09/30 16:41:49 UTC, 0 replies.
- [jira] Resolved: (DDLUTILS-21) Sql Server drop statements fail without delimited identifiers - posted by "Thomas Dudziak (JIRA)" <ji...@apache.org> on 2005/09/30 16:44:47 UTC, 0 replies.
- [jira] Created: (DDLUTILS-22) DB2 type mapping for BOOLEAN should be SMALLINT? - posted by "Richard Bounds (JIRA)" <ji...@apache.org> on 2005/09/30 17:46:47 UTC, 0 replies.
- [jira] Commented: (DDLUTILS-22) DB2 type mapping for BOOLEAN should be SMALLINT? - posted by "Thomas Dudziak (JIRA)" <ji...@apache.org> on 2005/09/30 18:04:49 UTC, 0 replies.
- svn commit: r292796 - in /db/ddlutils/trunk: ./ src/doc/src/documentation/content/xdocs/ src/java/org/apache/ddlutils/platform/ src/test/org/apache/ddlutils/platform/ - posted by to...@apache.org on 2005/09/30 18:05:36 UTC, 0 replies.
- [jira] Resolved: (DDLUTILS-22) DB2 type mapping for BOOLEAN should be SMALLINT? - posted by "Thomas Dudziak (JIRA)" <ji...@apache.org> on 2005/09/30 18:06:47 UTC, 0 replies.