summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2007-08-03Fixed query engine rule which sometimes favored index with incorrect ordering.Brian S. O'Neill
2007-08-01Increased fetch size for column metadata.Brian S. O'Neill
2007-08-01More fixes for bug when generating SQL with nullable primary key properties.Brian S. O'Neill
2007-08-01JDBCRepository allows non-null column to be @Nullable if also @Independent.Brian S. O'Neill
2007-07-26Improved support for String and character types.Brian S. O'Neill
2007-07-25Fixed links to source code trunk.Brian S. O'Neill
2007-07-25Fixed link to source code trunk.Brian S. O'Neill
2007-07-23Allow Storable definition to accept Repository in constructor.Brian S. O'Neill
2007-06-29Fixed IllegalArgumentException with optimized join queries of the form "a.b =...Brian S. O'Neill
2007-06-14Fixed bug which prevented updating Oracle BLOB of length 2000 to 4000.Brian S. O'Neill
2007-06-11Fix for updating lob property to null.Brian S. O'Neill
2007-06-10Added methods to access Storable properties by name.Brian S. O'Neill
2007-06-07MismatchException includes Storable type name in message.Brian S. O'Neill
2007-06-03Only invoke adapted properties once during encoding.Brian S. O'Neill
2007-06-03Add adapter for supporting primitive arrays.Brian S. O'Neill
2007-06-03Prevent premature uncaching of StorableInfo.Brian S. O'Neill
2007-06-02Improve unsupported array type exception messages.Brian S. O'Neill
2007-05-30Fixed bug which allowed dereferencing properties against type Query in filter...Brian S. O'Neill
2007-05-25Update release notes regarding IllegalArgumentException bug fix.Brian S. O'Neill
2007-05-24Fix bug which would throw spurious IllegalArgumentException from StorableGene...Brian S. O'Neill
2007-05-23Fixed comment regarding table definition.Brian S. O'Neill
2007-05-21Added ViewCursor class.Brian S. O'Neill
2007-05-20Comment updates.Brian S. O'Neill
2007-05-20Merged in covering index optimization.Brian S. O'Neill
2007-05-14More lob and sequence tests; LobEngine fixes.Brian S. O'Neill
2007-05-05Mark join properties as transient.Brian S. O'Neill
2007-04-29Organized site links.Brian S. O'Neill
2007-04-29Added @since tags.Brian S. O'Neill
2007-04-29Organized site links and added download link.Brian S. O'Neill
2007-04-29Comment typo fix.Brian S. O'Neill
2007-04-29List new derived properties feature.Brian S. O'Neill
2007-04-29Remove unused imports and variable declarations.Brian S. O'Neill
2007-04-29Merged in support for derived properties.Brian S. O'Neill
2007-04-27BDBRepository detects if changes are made to primary key and throws exception.Brian S. O'Neill
2007-04-22Added docs regarding trigger's transaction.Brian S. O'Neill
2007-04-22Added primary key verification.Brian S. O'Neill
2007-04-19Comment fix.Brian S. O'Neill
2007-04-11Minor variable name change.Brian S. O'Neill
2007-04-08Fixed documentation regarding setting join properties as null.Brian S. O'Neill
2007-04-08Allow setting join property as null if Nullable. This will become useful when...Brian S. O'Neill
2007-04-08More information regarding Nullable join properties.Brian S. O'Neill
2007-04-02Weak matches changed to extra matches.Brian S. O'Neill
2007-04-01Move Storable code generation support to separate package.Brian S. O'Neill
2007-03-31Disable weak match check for now.Brian S. O'Neill
2007-03-31Fix score comparison to favor index with fewer remainders.Brian S. O'Neill
2007-03-31Consider weak matches in filtering score.Brian S. O'Neill
2007-03-31Remove broken link.Brian S. O'Neill
2007-03-31Updated docs to include version 1.2 features.Brian S. O'Neill
2007-03-29Update comments.Brian S. O'Neill
2007-03-28Merged 1.2-dev to trunk.Brian S. O'Neill