1. 408ed74 Add information about current DdlUtils status by Bryan Pendleton · 8 years ago trunk
  2. ae7d8a0 DDLUTILS-284 by Martin van den Bemt · 10 years ago
  3. 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
  4. 825b4dc Tweaked the style by Thomas Dudziak · 13 years ago
  5. 83d387b Integrated javadoc into site with basic stylesheet by Thomas Dudziak · 13 years ago
  6. 1973985 Finished database detail documentation by Thomas Dudziak · 13 years ago
  7. 3763c27 Starting to rewrite documentation in sphinx by Thomas Dudziak · 13 years ago
  8. a070f6a Updated to newer parent pom by Thomas Dudziak · 13 years ago
  9. 18c0ec8 Added documentation for the data schema (for DDLUTILS-245) by Thomas Dudziak · 13 years ago
  10. 778a147 Fixed test to actually use table-name as the column name (for DDLUTILS-245) by Thomas Dudziak · 13 years ago
  11. 02cb1bf Removed restriction on column name being 'column' for DDLUTILS-245 by Thomas Dudziak · 13 years ago
  12. 09d8dc9 Fix for DDLUTILS-245: writeDataToFile produce broken XML by Thomas Dudziak · 13 years ago
  13. 0f7a521 Applied Tony Rippy's patch for DDLUTILS-246: JdbcModelReader merges metadata between tables, with minor modifications by Thomas Dudziak · 14 years ago
  14. 294d883 Minor fixes to enforce UTF-8 as the default encoding by Thomas Dudziak · 14 years ago
  15. a65c2dd Fix for DDLUTILS-233: DataReader doesn't support UTF-8 by Thomas Dudziak · 14 years ago
  16. c61074d Added equivalence for on delete/on update settings by Thomas Dudziak · 14 years ago
  17. bdb309c SapDB/MaxDB fixes by Thomas Dudziak · 14 years ago
  18. 19e4247 Added more stuff for svn to ignore by Thomas Dudziak · 14 years ago
  19. ff942a4 Adding antlr as a build-only dependency by Thomas Dudziak · 14 years ago
  20. 0efb5cf Updated local test DB info by Thomas Dudziak · 14 years ago
  21. b26e4ef Added log4j configuration for tests by Thomas Dudziak · 14 years ago
  22. ea80f11 Fixed svn mime type by Thomas Dudziak · 14 years ago
  23. 3c06935 Unit test fixes by Thomas Dudziak · 14 years ago
  24. 19d4669 Javadoc/checkstyle fixes; Unit-test related fixes to the Sybase, SapDB/MaxDB, SqlServer, Oracle, and MySql platforms by Thomas Dudziak · 14 years ago
  25. 9b9eb3d Fixed Firebird platform Tweaked tests by Thomas Dudziak · 16 years ago
  26. d59c58c Fixed DB2 platform by Thomas Dudziak · 16 years ago
  27. 1820269 Tweaks to the cascade action reading code Fix for Oracle platforms by Thomas Dudziak · 16 years ago
  28. 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
  29. e24787f Fixed some Sql Server platform bugs by Thomas Dudziak · 16 years ago
  30. e5e8113 Removed run-all-test driver because it is not needed by Thomas Dudziak · 16 years ago
  31. 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
  32. 35ac310 Fixed bug in HsqlDb platform; unit test tweaks by Thomas Dudziak · 16 years ago
  33. 5cc6fa7 whitespace tweak by Thomas Dudziak · 16 years ago
  34. 7c30513 Fix and test for DDLUTILS-227: NullPointerException in ModelBasedResultSetIterator by Thomas Dudziak · 16 years ago
  35. 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
  36. cacb0a2 Fixed test cases for and bugs in the MySql5 platform by Thomas Dudziak · 16 years ago
  37. 19e13d9 Minor bug fix: don't print an XML attribute if the value is null by Thomas Dudziak · 16 years ago
  38. b016230 Fixed the test case by Thomas Dudziak · 16 years ago
  39. a3ebb94 Minor tweak to the DDLUTILS-199 fix as suggested by Rijk van Haaften by Thomas Dudziak · 16 years ago
  40. 1561fe5 Applied patch for DDLUTILS-217: Retrieve columns by name iso index by Thomas Dudziak · 16 years ago
  41. 67235c0 Added tests for DDLUTILS-208 by Thomas Dudziak · 16 years ago
  42. 0e30128 Fix for DDLUTILS-199: Postgress AutoIncrement fails by Thomas Dudziak · 16 years ago
  43. 2387c63 Fixed some tests by Thomas Dudziak · 16 years ago
  44. ebeb64a Unit test fix by Thomas Dudziak · 16 years ago
  45. 915a721 Fix for DDLUTILS-223: CloneHelper does not clone onDelete or onUpdate on ForeignKey objects by Thomas Dudziak · 16 years ago
  46. 3989d32 Checkstyle tweaks by Thomas Dudziak · 16 years ago
  47. 3ba496b Forgot Eclipse classpath file when checking in the implementation of DDLUTILS-224 by Thomas Dudziak · 16 years ago
  48. 1653eb4 Added test for the writeDataToDatabase Ant task by Thomas Dudziak · 16 years ago
  49. 05fa5f0 Implementation of DDLUTILS-224: Get rid of Digester dependency by Thomas Dudziak · 16 years ago
  50. ebc5717 Removed dependency on dom4j by Thomas Dudziak · 16 years ago
  51. d6a59f1 Updated version in the XML schema by Thomas Dudziak · 16 years ago
  52. 98eb4b6 Fix for DDLUTILS-214: Primary Key Column order lost (a problem if there are multiple Primary Keys) by Thomas Dudziak · 16 years ago
  53. c3c19f6 Fix for DDLUTILS-211: DatabaseIO.read(Reader) broken by Thomas Dudziak · 16 years ago
  54. f785df2 Updated tests for XML Schema validation. by Thomas Dudziak · 16 years ago
  55. 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
  56. 3eabad9 Implementation of DDLUTILS-209: Table.findForeignKey by name by Thomas Dudziak · 16 years ago
  57. 10c4683 Fix for DDLUTILS-204: NullPointerException in PlatformImplBase by Thomas Dudziak · 16 years ago
  58. 849bdbd Fixed ant build by Thomas Dudziak · 16 years ago
  59. 57b6e31 Second part of directory reorganization to make DdlUtils more Maven-friendly by Thomas Dudziak · 16 years ago
  60. 0aee757 First part of directory reorganization to make DdlUtils more Maven-friendly; Started updating the pom.xml; Some testcase fixes by Thomas Dudziak · 16 years ago
  61. 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 · 16 years ago
  62. 2128912 Implementation of DDLUTILS-197 by Thomas Dudziak · 16 years ago
  63. 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 · 16 years ago
  64. 2b573c9 Implementation of DDLUTILS-198: Replace Jakarta ORO regular expressions with Java 1.4 regular expressions by Thomas Dudziak · 16 years ago
  65. 0c5517a Added additional check for the type of the datasource (which needs to be a BasicDataSource for the Ant tests) by Thomas Dudziak · 16 years ago
  66. 74a610f Fixes for the Ant task tests by Thomas Dudziak · 16 years ago
  67. 50be5f6 Fixed bug in Db2 platform where it would allow more than one identity column in a table by Thomas Dudziak · 16 years ago
  68. 3c1493d Checkstyle & FindBugs fixes by Thomas Dudziak · 16 years ago
  69. 8ce02ae Added support for specification of which tables to remove (DDLUTILS-180, DDLUTILS-87) by Thomas Dudziak · 16 years ago
  70. a651776 Implementation of DDLUTILS-180: DropAllTables command by Thomas Dudziak · 16 years ago
  71. 1446e1a Changed to use the new API by Thomas Dudziak · 16 years ago
  72. 1cf40db Added test for DDLUTILS-179: Output trunked when using the method write(Database, OutputStream) of DatabaseIO by Thomas Dudziak · 16 years ago
  73. 7e37628 Fix for DDLUTILS-181: If DatabaseTaskBase._simpleLogging is false, _log is never set by Thomas Dudziak · 16 years ago
  74. 51a7216 Implementation of DDLUTILS-177: Table does not have a getRequiredColumns method by Thomas Dudziak · 16 years ago
  75. d09c613 Added test for DDLUTILS-178 by Thomas Dudziak · 16 years ago
  76. 4670c11 Fix for Sql Server for text columns without size specification by Thomas Dudziak · 16 years ago
  77. 185caf8 More fixes for the Sql Server platform by Thomas Dudziak · 16 years ago
  78. e73aded Fixed issues reported by FindBugs by Thomas Dudziak · 16 years ago
  79. ec20f70 Fixes to Db2 & Sql Server platforms and the model comparator by Thomas Dudziak · 16 years ago
  80. 319ab1c Fixes for Hsqldb, Derby, MySql, Oracle platforms for the change column tests by Thomas Dudziak · 16 years ago
  81. 88965d3 Fix for DDLUTILS-193 by Thomas Dudziak · 16 years ago
  82. 8d8857a Additional fixes and test tweaks by Thomas Dudziak · 16 years ago
  83. 050f3d2 Some bug fixes and test tweaks by Thomas Dudziak · 16 years ago
  84. 625e4c6 Implemented new model comparison algorithm and database alteration workflow by Thomas Dudziak · 16 years ago
  85. 6943114 Refactored change classes by Thomas Dudziak · 17 years ago
  86. d8acecb Fixed update() implementation for primary key updates by Thomas Dudziak · 17 years ago
  87. d5a93e4 Added onUpdate tests by Thomas Dudziak · 17 years ago
  88. 770c469 Added support for handling platforms that don't support setDefault actions for onUpdate/onDelete by Thomas Dudziak · 17 years ago
  89. 017b035 Added support for reading the onUpdate and onDelete settings from a live database (for DDLUTILS-75) by Thomas Dudziak · 17 years ago
  90. fe7451f Added reading and writing of onUpdate and onDelete attributes from/to XML by Thomas Dudziak · 17 years ago
  91. 5ff4a3b Implemented DDLUTILS-184 by Thomas Dudziak · 17 years ago
  92. 08aaba6 Check for existence of connection before trying to close it by Thomas Dudziak · 17 years ago
  93. b055db2 Minor formatting change by Thomas Dudziak · 17 years ago
  94. be3b20e Added sample target for dumping the schema from the database to XML. by Thomas Dudziak · 17 years ago
  95. ca39f4e Minor enhancements by Thomas Dudziak · 17 years ago
  96. f128881 Missed the POM when updating the version number in the configuration files by Thomas Dudziak · 17 years ago
  97. be22263 Updated download page Tweaked appearance of the HTML documentation by Thomas Dudziak · 17 years ago
  98. 56d6f7b Preparing for 1.0 final release by Thomas Dudziak · 17 years ago
  99. 670a560 Fixed a bug in the system index filtering by Thomas Dudziak · 17 years ago
  100. 0c4ac5b Fix for DDLUTILS-174 by Thomas Dudziak · 17 years ago