Log of /db/ddlutils/trunk/.classpath
Parent Directory
|
Revision Log
Revision
653295 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Mon May 5 04:07:26 2008 UTC
(18 months, 2 weeks ago)
by
tomdz
File length: 450 byte(s)
Diff to
previous 635262
(
colored)
First part of directory reorganization to make DdlUtils more Maven-friendly; Started updating the pom.xml; Some testcase fixes
Revision
635262 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Sun Mar 9 15:40:47 2008 UTC
(20 months, 2 weeks ago)
by
tomdz
File length: 1203 byte(s)
Diff to
previous 602807
(
colored)
Implementation of DDLUTILS-198: Replace Jakarta ORO regular expressions with Java 1.4 regular expressions
Revision
602807 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Mon Dec 10 08:20:47 2007 UTC
(23 months, 2 weeks ago)
by
tomdz
File length: 1282 byte(s)
Diff to
previous 572524
(
colored)
Implemented new model comparison algorithm and database alteration workflow
Started to add tests to cover database alteration in more detail
Revision
572524 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Tue Sep 4 04:58:10 2007 UTC
(2 years, 2 months ago)
by
tomdz
File length: 2037 byte(s)
Diff to
previous 539990
(
colored)
Implemented DDLUTILS-184
Created enum for the cascade settings for DDUTILS-75, and added properties to the foreign key object
Revision
491475 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Sun Dec 31 20:24:08 2006 UTC
(2 years, 10 months ago)
by
tomdz
File length: 1340 byte(s)
Diff to
previous 471544
(
colored)
Changed logging in the Ant tasks so that everything now logs to commons-logging/log4j which in turn logs to the console
Added verbosity attribute to the two main tasks that control the output verbosity
Revision
462544 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Tue Oct 10 20:29:40 2006 UTC
(3 years, 1 month ago)
by
tomdz
File length: 1299 byte(s)
Diff to
previous 416741
(
colored)
Fixed DDLUTILS-63: values that contain characters that cannot be put into an XML file, are now encoded in Base64 and a sub element will always be used (instead of an attribute) which has the attribute base64="true"
Revision
329491 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Sat Oct 29 23:14:54 2005 UTC
(4 years ago)
by
tomdz
File length: 985 byte(s)
Diff to
previous 292045
(
colored)
Rewrote DataWriter to use StAX for generating the data XML file (fix for DDLUTILS-30)
Added commands for writing data from the database to a file to both Ant tasks
Added ability to specify converters for the data writer
The writeDataToFile command now uses the tableHints variant of Platform#query which makes it work with PostgreSQL and others (which do not return enough metadata info to determine tables from the result set)
Updated documentation of the ant tasks
Updated documentation of the Api usage to reflect the changes made to the platform concerning reading the model from the database
Revision
292045 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Tue Sep 27 20:55:42 2005 UTC
(4 years, 1 month ago)
by
tomdz
File length: 927 byte(s)
Diff to
previous 291766
(
colored)
Source:
Updated to commons-beanutils 1.7
Fixed bug in Microsoft Sql Server and Sybase sql builders
Removed superfluous org.apache.ddlutils.type package
Documentation
Updated Ant task and Api usage documentation
Updated documentation to Forrest 0.7
Added Checkstyle target to the build file that (for now) checks the Javadoc of DdlUtils
Enhanced Javadoc and fixed Javadoc errors
Added package.html files
Revision
226581 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Sat Jul 30 21:18:03 2005 UTC
(4 years, 3 months ago)
by
tomdz
File length: 927 byte(s)
Diff to
previous 226549
(
colored)
Fixed Eclipse project so that tests and normal classes are generated in the same folders as the Ant build file specifies
Revision
226549 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Sat Jul 30 17:04:04 2005 UTC
(4 years, 3 months ago)
by
tomdz
File length: 906 byte(s)
Diff to
previous 201602
(
colored)
Removed old jelly-based DDL generation
Added tests for modified querying in DynaSQL
Removed old/obsolete unit tests
Revision
190562 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Tue Jun 14 07:09:43 2005 UTC
(4 years, 5 months ago)
by
tomdz
File length: 1034 byte(s)
Diff to
previous 168402
(
colored)
Enhanced data import facility:
* pluggable converters are now used to convert the textual value representation from the XML file to the target SQL data type
* the data insertion into the database uses now the access methods offered by the statement interface (e.g. setDate)
* the beans read from the XML file are now ordered according to the foreignkey relationships between them; this ensures that a bean is inserted only if all beans that it depends upon are already in the database
Revision
147490 -
(
view)
(
annotate)
-
[select for diffs]
Added
Wed Feb 5 08:08:40 2003 UTC
(6 years, 9 months ago)
by
jstrachan
Original Path:
jakarta/commons/sandbox/sql/trunk/.classpath
File length: 1886 byte(s)
Applied patches kindly supplied by Tim Anderson which use Jelly to generate the SQL DDL for databases. This provides a flexilble way to customize and change how the SQL gets generated.
This would make an ideal Maven plugin! :-)
This form allows you to request diffs between any two revisions of this file.
For each of the two "sides" of the diff,
enter a numeric revision.