added "rar" target to create a rar file for the JCA connector |
|
More...
|
over 21 years ago
|
Final correction ... the *attribute* of the class was supposed to have been normalSet ... not normalHashSet .... now corrected so that java and jdo are consistent |
|
More...
|
over 21 years ago
|
Fix to typo in previous update ... normalSet should have been normalHashSet |
|
More...
|
over 21 years ago
|
added object ID generator feature to version 1 |
|
More...
|
over 21 years ago
|
added JPOXDriver and some examples of a properties file |
|
More...
|
over 21 years ago
|
added method to set the context |
|
More...
|
over 21 years ago
|
ensure the class initialization before calling JDOImplHelper |
|
More...
|
over 21 years ago
|
added new feature to version 1 roadmap |
|
More...
|
over 21 years ago
|
changed DOCTYPE |
|
More...
|
over 21 years ago
|
implements JDO 1.01 close operation and retrieveAll operations |
|
More...
|
over 21 years ago
|
Minor colouring updates to side navigation area to match colours of banner and headers. |
|
More...
|
over 21 years ago
|
Minor updates to add to website style |
|
More...
|
over 21 years ago
|
Initial configuration files for use of JPOX with different databases. These files aren't actually used anywhere at the moment but the intention is that people can use them as reference, and that we will adapt the test setup to pull these in automatically, and the user just specify "mysql", or "sybase" or whatever RDBMS etc. |
|
More...
|
over 21 years ago
|
Extension of ColumnInfo catering for Sybase specific oddities |
|
More...
|
over 21 years ago
|
Fix to substring and column handling. |
|
More...
|
over 21 years ago
|
Addition of Sybase compatibility :-) |
|
More...
|
over 21 years ago
|
Additions to types etc. More will be needed to resolve the few remaining issues. |
|
More...
|
over 21 years ago
|
Update to generation of table naming process so that it respects the limits that the RDBMS has for table names. With the case I came across, Sybase has a 30 char limit, and one of the testcases was giving a name of 39 chars. The name will be truncated to the RDBMS limit. |
|
More...
|
over 21 years ago
|
Addition of fix for tiny int type handling - as per MSSQL for the moment |
|
More...
|
over 21 years ago
|
Minor tweaking of nullable part of SQLDefinition. Now we also look at the DB's definition of whether the particular type is nullable and use that in what we set. |
|
More...
|
over 21 years ago
|
Update so that Sybase works on basic INNER JOIN syntax. |
|
More...
|
over 21 years ago
|
fixed a bug when using datastore with type "string" |
|
More...
|
over 21 years ago
|
changed calls to StringBuffer.append with an StringBuffer as parameter to a String parameters. It causes an error with JDK 1.3 |
|
More...
|
over 21 years ago
|
Fix to the specification of NULL, NOT NULL keywords on the column creation. Now we always specify NULL or NOT NULL because some RDBMS have a default of NOT NULL if not specified, and some have a default of NULL is not specified ... this removes any confusion :-) |
|
More...
|
over 21 years ago
|
Initial Sybase support - not fully checked as yet, but performs DROP/CREATE TABLE, INSERT, DELETE ok. |
|
More...
|
over 21 years ago
|
removed dependendy to validate tables just to have the "default column values" from database loaded to JPOX. Validating tables makes JPOX slower |
|
More...
|
over 21 years ago
|
added column-name extension and example for length extension |
|
More...
|
over 21 years ago
|
background images and logo with the "blue" style |
|
More...
|
over 21 years ago
|
stylesheet blue |
|
More...
|
over 21 years ago
|
added more databases to compability, changed compliance status, added the roadmap to the evaluation and updated project-charter subprojects |
|
More...
|
over 21 years ago
|