summaryrefslogtreecommitdiff
path: root/src/main/java/com
AgeCommit message (Expand)Author
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-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-29Added @since tags.Brian S. O'Neill
2007-04-29Comment typo fix.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-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-08Allow setting join property as null if Nullable. This will become useful when...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-29Update comments.Brian S. O'Neill
2007-03-28Merged 1.2-dev to trunk.Brian S. O'Neill
2007-03-22Use consistent terminology in comments.Brian S. O'Neill
2007-03-20Actually use default temp dir config.Brian S. O'Neill
2007-03-15IndexedRepository supports optional and throttled index repair.Brian S. O'Neill
2007-03-04Minor doc clarification.Brian S. O'Neill
2007-02-21Primary key validation is more lenient to support views.Brian S. O'Neill
2007-02-18Index creation does a better job of picking up where it left off, avoiding un...Brian S. O'Neill
2007-02-17ReplicatedRepository installs user triggers on the replica again, but it now ...Brian S. O'Neill
2007-02-15Fixed verify error in generation of markPropertiesDirty.Brian S. O'Neill
2007-02-13Added progress logging during index build.Brian S. O'Neill
2007-02-12Added system properties to control performance characteristics of MergeSortBu...Brian S. O'Neill
2007-02-07Don't attempt to repair inconsistency when not fully defining the primary key...Brian S. O'Neill
2007-02-05Fix NPE in builder.Brian S. O'Neill
2007-02-02Don't attempt to clear join properties when converting from old generation.Brian S. O'Neill
2007-02-02Add missing imports.Brian S. O'Neill
2007-02-02Fixed bug when decoding old Storable generations - new properties must be cle...Brian S. O'Neill
2007-01-30Make sure index populate re-opens proper transaction after batch commit.Brian S. O'Neill