- 408ed74 Add information about current DdlUtils status by Bryan Pendleton · 8 years ago trunk
- ae7d8a0 DDLUTILS-284 by Martin van den Bemt · 10 years ago
- 3cd167a Remove .classpath and .project. It references plugins that are outdated. If you have ddlutils trunk checkedout you may want your backup .classpath and .project files if you maintain them manually. by Martin van den Bemt · 10 years ago
- 825b4dc Tweaked the style by Thomas Dudziak · 13 years ago
- 83d387b Integrated javadoc into site with basic stylesheet by Thomas Dudziak · 13 years ago
- 1973985 Finished database detail documentation by Thomas Dudziak · 14 years ago
- 3763c27 Starting to rewrite documentation in sphinx by Thomas Dudziak · 14 years ago
- a070f6a Updated to newer parent pom by Thomas Dudziak · 14 years ago
- 18c0ec8 Added documentation for the data schema (for DDLUTILS-245) by Thomas Dudziak · 14 years ago
- 778a147 Fixed test to actually use table-name as the column name (for DDLUTILS-245) by Thomas Dudziak · 14 years ago
- 02cb1bf Removed restriction on column name being 'column' for DDLUTILS-245 by Thomas Dudziak · 14 years ago
- 09d8dc9 Fix for DDLUTILS-245: writeDataToFile produce broken XML by Thomas Dudziak · 14 years ago
- 0f7a521 Applied Tony Rippy's patch for DDLUTILS-246: JdbcModelReader merges metadata between tables, with minor modifications by Thomas Dudziak · 14 years ago
- 294d883 Minor fixes to enforce UTF-8 as the default encoding by Thomas Dudziak · 14 years ago
- a65c2dd Fix for DDLUTILS-233: DataReader doesn't support UTF-8 by Thomas Dudziak · 14 years ago
- c61074d Added equivalence for on delete/on update settings by Thomas Dudziak · 15 years ago
- bdb309c SapDB/MaxDB fixes by Thomas Dudziak · 15 years ago
- 19e4247 Added more stuff for svn to ignore by Thomas Dudziak · 15 years ago
- ff942a4 Adding antlr as a build-only dependency by Thomas Dudziak · 15 years ago
- 0efb5cf Updated local test DB info by Thomas Dudziak · 15 years ago
- b26e4ef Added log4j configuration for tests by Thomas Dudziak · 15 years ago
- ea80f11 Fixed svn mime type by Thomas Dudziak · 15 years ago
- 3c06935 Unit test fixes by Thomas Dudziak · 15 years ago
- 19d4669 Javadoc/checkstyle fixes; Unit-test related fixes to the Sybase, SapDB/MaxDB, SqlServer, Oracle, and MySql platforms by Thomas Dudziak · 15 years ago
- 9b9eb3d Fixed Firebird platform Tweaked tests by Thomas Dudziak · 16 years ago
- d59c58c Fixed DB2 platform by Thomas Dudziak · 16 years ago
- 1820269 Tweaks to the cascade action reading code Fix for Oracle platforms by Thomas Dudziak · 16 years ago
- 4cff426 Added a more generic way to handle cascade action capabilities of the individual platforms which also fixes DDLUTILS-222: ON UPDATE, ON DELETE errors for MS Sql Server - does not implement default "RESTRICT" by Thomas Dudziak · 16 years ago
- e24787f Fixed some Sql Server platform bugs by Thomas Dudziak · 16 years ago
- e5e8113 Removed run-all-test driver because it is not needed by Thomas Dudziak · 16 years ago
- 1096604 Fix for DDLUTILS-229: writedatatofile Ant task not using the database model and retrieves all db objects ignoring the schema pattern by Thomas Dudziak · 16 years ago
- 35ac310 Fixed bug in HsqlDb platform; unit test tweaks by Thomas Dudziak · 16 years ago
- 5cc6fa7 whitespace tweak by Thomas Dudziak · 16 years ago
- 7c30513 Fix and test for DDLUTILS-227: NullPointerException in ModelBasedResultSetIterator by Thomas Dudziak · 16 years ago
- b37209b Added unit test for DDLUTILS-195: Can not update a foreign key on a case sensetive MySql Database by Thomas Dudziak · 16 years ago
- cacb0a2 Fixed test cases for and bugs in the MySql5 platform by Thomas Dudziak · 16 years ago
- 19e13d9 Minor bug fix: don't print an XML attribute if the value is null by Thomas Dudziak · 16 years ago
- b016230 Fixed the test case by Thomas Dudziak · 16 years ago
- a3ebb94 Minor tweak to the DDLUTILS-199 fix as suggested by Rijk van Haaften by Thomas Dudziak · 16 years ago
- 1561fe5 Applied patch for DDLUTILS-217: Retrieve columns by name iso index by Thomas Dudziak · 16 years ago
- 67235c0 Added tests for DDLUTILS-208 by Thomas Dudziak · 16 years ago
- 0e30128 Fix for DDLUTILS-199: Postgress AutoIncrement fails by Thomas Dudziak · 16 years ago
- 2387c63 Fixed some tests by Thomas Dudziak · 16 years ago
- ebeb64a Unit test fix by Thomas Dudziak · 16 years ago
- 915a721 Fix for DDLUTILS-223: CloneHelper does not clone onDelete or onUpdate on ForeignKey objects by Thomas Dudziak · 16 years ago
- 3989d32 Checkstyle tweaks by Thomas Dudziak · 16 years ago
- 3ba496b Forgot Eclipse classpath file when checking in the implementation of DDLUTILS-224 by Thomas Dudziak · 16 years ago
- 1653eb4 Added test for the writeDataToDatabase Ant task by Thomas Dudziak · 16 years ago
- 05fa5f0 Implementation of DDLUTILS-224: Get rid of Digester dependency by Thomas Dudziak · 16 years ago
- ebc5717 Removed dependency on dom4j by Thomas Dudziak · 16 years ago
- d6a59f1 Updated version in the XML schema by Thomas Dudziak · 16 years ago
- 98eb4b6 Fix for DDLUTILS-214: Primary Key Column order lost (a problem if there are multiple Primary Keys) by Thomas Dudziak · 16 years ago
- c3c19f6 Fix for DDLUTILS-211: DatabaseIO.read(Reader) broken by Thomas Dudziak · 16 years ago
- f785df2 Updated tests for XML Schema validation. by Thomas Dudziak · 16 years ago
- df74e48 Fix for DDLUTILS-190: column.setSize needs to be a bit more robust when trying to convert numbers by Thomas Dudziak · 16 years ago
- 3eabad9 Implementation of DDLUTILS-209: Table.findForeignKey by name by Thomas Dudziak · 16 years ago
- 10c4683 Fix for DDLUTILS-204: NullPointerException in PlatformImplBase by Thomas Dudziak · 16 years ago
- 849bdbd Fixed ant build by Thomas Dudziak · 17 years ago
- 57b6e31 Second part of directory reorganization to make DdlUtils more Maven-friendly by Thomas Dudziak · 17 years ago
- 0aee757 First part of directory reorganization to make DdlUtils more Maven-friendly; Started updating the pom.xml; Some testcase fixes by Thomas Dudziak · 17 years ago
- d12ada3 Implementation of DDLUTILS-117. Note that DdlUtils now either depends on Java 5 or JAXP 1.3 for compiling or when validation is turned on. by Thomas Dudziak · 17 years ago
- 2128912 Implementation of DDLUTILS-197 by Thomas Dudziak · 17 years ago
- 8a5c9cb Implementation and tests for DDLUTILS-87: Add ability to specify which tables to include/exclude when reading a model from the database by Thomas Dudziak · 17 years ago
- 2b573c9 Implementation of DDLUTILS-198: Replace Jakarta ORO regular expressions with Java 1.4 regular expressions by Thomas Dudziak · 17 years ago
- 0c5517a Added additional check for the type of the datasource (which needs to be a BasicDataSource for the Ant tests) by Thomas Dudziak · 17 years ago
- 74a610f Fixes for the Ant task tests by Thomas Dudziak · 17 years ago
- 50be5f6 Fixed bug in Db2 platform where it would allow more than one identity column in a table by Thomas Dudziak · 17 years ago
- 3c1493d Checkstyle & FindBugs fixes by Thomas Dudziak · 17 years ago
- 8ce02ae Added support for specification of which tables to remove (DDLUTILS-180, DDLUTILS-87) by Thomas Dudziak · 17 years ago
- a651776 Implementation of DDLUTILS-180: DropAllTables command by Thomas Dudziak · 17 years ago
- 1446e1a Changed to use the new API by Thomas Dudziak · 17 years ago
- 1cf40db Added test for DDLUTILS-179: Output trunked when using the method write(Database, OutputStream) of DatabaseIO by Thomas Dudziak · 17 years ago
- 7e37628 Fix for DDLUTILS-181: If DatabaseTaskBase._simpleLogging is false, _log is never set by Thomas Dudziak · 17 years ago
- 51a7216 Implementation of DDLUTILS-177: Table does not have a getRequiredColumns method by Thomas Dudziak · 17 years ago
- d09c613 Added test for DDLUTILS-178 by Thomas Dudziak · 17 years ago
- 4670c11 Fix for Sql Server for text columns without size specification by Thomas Dudziak · 17 years ago
- 185caf8 More fixes for the Sql Server platform by Thomas Dudziak · 17 years ago
- e73aded Fixed issues reported by FindBugs by Thomas Dudziak · 17 years ago
- ec20f70 Fixes to Db2 & Sql Server platforms and the model comparator by Thomas Dudziak · 17 years ago
- 319ab1c Fixes for Hsqldb, Derby, MySql, Oracle platforms for the change column tests by Thomas Dudziak · 17 years ago
- 88965d3 Fix for DDLUTILS-193 by Thomas Dudziak · 17 years ago
- 8d8857a Additional fixes and test tweaks by Thomas Dudziak · 17 years ago
- 050f3d2 Some bug fixes and test tweaks by Thomas Dudziak · 17 years ago
- 625e4c6 Implemented new model comparison algorithm and database alteration workflow by Thomas Dudziak · 17 years ago
- 6943114 Refactored change classes by Thomas Dudziak · 17 years ago
- d8acecb Fixed update() implementation for primary key updates by Thomas Dudziak · 17 years ago
- d5a93e4 Added onUpdate tests by Thomas Dudziak · 17 years ago
- 770c469 Added support for handling platforms that don't support setDefault actions for onUpdate/onDelete by Thomas Dudziak · 17 years ago
- 017b035 Added support for reading the onUpdate and onDelete settings from a live database (for DDLUTILS-75) by Thomas Dudziak · 17 years ago
- fe7451f Added reading and writing of onUpdate and onDelete attributes from/to XML by Thomas Dudziak · 17 years ago
- 5ff4a3b Implemented DDLUTILS-184 by Thomas Dudziak · 17 years ago
- 08aaba6 Check for existence of connection before trying to close it by Thomas Dudziak · 17 years ago
- b055db2 Minor formatting change by Thomas Dudziak · 17 years ago
- be3b20e Added sample target for dumping the schema from the database to XML. by Thomas Dudziak · 17 years ago
- ca39f4e Minor enhancements by Thomas Dudziak · 17 years ago
- f128881 Missed the POM when updating the version number in the configuration files by Thomas Dudziak · 17 years ago
- be22263 Updated download page Tweaked appearance of the HTML documentation by Thomas Dudziak · 17 years ago
- 56d6f7b Preparing for 1.0 final release by Thomas Dudziak · 17 years ago
- 670a560 Fixed a bug in the system index filtering by Thomas Dudziak · 18 years ago
- 0c4ac5b Fix for DDLUTILS-174 by Thomas Dudziak · 18 years ago