12
I Use This!
Activity Not Available

Commits : Listings

Analyzed 8 months ago. based on code collected about 4 years ago.
Dec 27, 2019 — Dec 27, 2020
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
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
Andy Jefferson
as andy_jefferson
More... over 21 years ago
Fix to typo in previous update ... normalSet should have been normalHashSet
Andy Jefferson
as andy_jefferson
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.
Andy Jefferson
as andy_jefferson
More... over 21 years ago
Minor updates to add to website style
Andy Jefferson
as andy_jefferson
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.
Andy Jefferson
as andy_jefferson
More... over 21 years ago
Extension of ColumnInfo catering for Sybase specific oddities
Andy Jefferson
as andy_jefferson
More... over 21 years ago
Fix to substring and column handling.
Andy Jefferson
as andy_jefferson
More... over 21 years ago
Addition of Sybase compatibility :-)
Andy Jefferson
as andy_jefferson
More... over 21 years ago
Additions to types etc. More will be needed to resolve the few remaining issues.
Andy Jefferson
as andy_jefferson
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.
Andy Jefferson
as andy_jefferson
More... over 21 years ago
Addition of fix for tiny int type handling - as per MSSQL for the moment
Andy Jefferson
as andy_jefferson
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.
Andy Jefferson
as andy_jefferson
More... over 21 years ago
Update so that Sybase works on basic INNER JOIN syntax.
Andy Jefferson
as andy_jefferson
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 :-)
Andy Jefferson
as andy_jefferson
More... over 21 years ago
Initial Sybase support - not fully checked as yet, but performs DROP/CREATE TABLE, INSERT, DELETE ok.
Andy Jefferson
as andy_jefferson
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