summaryrefslogtreecommitdiff
path: root/RELEASE-NOTES.txt
AgeCommit message (Collapse)Author
2010-12-10Update notes.Brian S. O'Neill
2009-11-08Prepare 1.2.1 release.Brian S. O'Neill
2008-11-24Fixes in replicated repository resync when encountering corrupt records.Brian S. O'Neill
2008-11-03Add back support for BigDecimal now that key encoding works correctly.Brian S. O'Neill
2008-08-12Fixed bug in JDBCCursor.skipNext which may loop infinitely.Brian S. O'Neill
2008-07-28Remove BigDecimal support until key encoding issues are resolved.Brian S. O'Neill
2008-07-26Updated release notes to include BigDecial and BigInteger.Brian S. O'Neill
2008-06-23Added listener callback for replicated repository resync.Brian S. O'Neill
2008-05-22Fix automatic replication repair which might sometimes throw ↵Brian S. O'Neill
IllegalStateException.
2008-05-04Updated release notes.Brian S. O'Neill
2008-05-01Add index repair method.Brian S. O'Neill
2008-04-14Support query fetch slice.Brian S. O'Neill
2008-03-20Updated notes.Brian S. O'Neill
2008-03-18Fix spelling.Brian S. O'Neill
2008-02-26Index build skips records which are corrupt instead of giving up entirely.Brian S. O'Neill
2008-01-02Fixed query plan bug which sometimes caused a correctly selected index to be ↵Brian S. O'Neill
fully scanned.
2007-11-04Reduce creation of unnecessary nested transactions. Added feature to ↵Brian S. O'Neill
JDBCRepository to suppress Storable reloading after insert or update.
2007-10-26Added support for outer joins.Brian S. O'Neill
2007-10-20Fixed change comment.Brian S. O'Neill
2007-10-14Added support for "where exists" in queries via new syntax.Brian S. O'Neill
2007-09-17Missing many-to-one join always returns null now.Brian S. O'Neill
2007-09-03Calling Storable.update when there are no dirty properties actually does an ↵Brian S. O'Neill
update instead of being "smart" and ignoring the update request. The old behavior was non-intuitive and interfered with expected trigger behavior.
2007-09-03Fixed transaction leak caused when calling update, if an update trigger ↵Brian S. O'Neill
exists, and no properties were dirty.
2007-08-28Storable toString and toStringKeyOnly methods skip uninitialized properties.Brian S. O'Neill
2007-08-26Yanked out support for filtering against one-to-many join properties. It ↵Brian S. O'Neill
needs to be redesigned.
2007-08-26Removed vestigial support for wrapping Storables.Brian S. O'Neill
2007-08-26Added support for load and query trigger.Brian S. O'Neill
2007-08-20Fixed bug in GroupedCursor which discarded last group if it had one element.Brian S. O'Neill
2007-08-19Fixed query descending sort order bug which produced ascending results.Brian S. O'Neill
2007-08-14Removed support for Storable definition to accept Repository in constructor.Brian S. O'Neill
2007-08-11Fixed replication repair bug which threw an IllegalStateException for insert ↵Brian S. O'Neill
repair if only alternate keys were specified.
2007-08-09Yanked out support for fast skipping of JDBC results. JDBC drivers leak ↵Brian S. O'Neill
memory when this option is used.
2007-08-08Merged synthetic alternate key support from pojo branch.Brian S. O'Neill
2007-08-04Support query filters against one-to-many join properties.Brian S. O'Neill
2007-08-04Added convenience method, Query.exists()Brian S. O'Neill
2007-08-03Added notes from 1.1.2 branch.Brian S. O'Neill
2007-08-01JDBCRepository allows non-null column to be @Nullable if also @Independent.Brian S. O'Neill
Fixed bug in generating SQL with nullable primary key properties.
2007-07-26Improved support for String and character types.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
= ? & (a.c = ? | a.d = ?)".
2007-06-14Fixed bug which prevented updating Oracle BLOB of length 2000 to 4000.Brian S. O'Neill
2007-06-10Added methods to access Storable properties by name.Brian S. O'Neill
2007-05-25Update release notes regarding IllegalArgumentException bug fix.Brian S. O'Neill
2007-05-20Merged in covering index optimization.Brian S. O'Neill
2007-04-29List new derived properties feature.Brian S. O'Neill
2007-04-27BDBRepository detects if changes are made to primary key and throws exception.Brian S. O'Neill
2007-03-28Merged 1.2-dev to trunk.Brian S. O'Neill
2007-03-271.1 release.Brian S. O'Neill
2007-03-15IndexedRepository supports optional and throttled index repair.Brian S. O'Neill
2007-02-21Primary key validation is more lenient to support views.Brian S. O'Neill