summaryrefslogtreecommitdiff
path: root/RELEASE-NOTES.txt
AgeCommit message (Expand)Author
2007-09-03Calling Storable.update when there are no dirty properties actually does an u...Brian S. O'Neill
2007-09-03Fixed transaction leak caused when calling update, if an update trigger exist...Brian S. O'Neill
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 need...Brian S. O'Neill
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
2007-08-09Yanked out support for fast skipping of JDBC results. JDBC drivers leak memor...Brian S. O'Neill
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
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
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
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-12Added system properties to control performance characteristics of MergeSortBu...Brian S. O'Neill
2007-02-02Fixed bug when decoding old Storable generations - new properties must be cle...Brian S. O'Neill
2007-01-30Fix broken build.Brian S. O'Neill
2007-01-30Update to address connection leak when cursor creation fails.jameswil
2007-01-29Fixed multiple cursor implementations to be extra paranoid and close the curs...Brian S. O'Neill
2007-01-28Fixed bug when filtering against negative floating point values.Brian S. O'Neill
2007-01-26Index removal is now batched - reducing memory requirements when removingTom Keller
2007-01-19Support mapping numeric type to short or byte.Brian S. O'Neill
2007-01-19Added additional index selection tie-breaker if index is most likely defined ...Brian S. O'Neill
2007-01-131.1-BETA9Brian S. O'Neill
2007-01-13Fix for getting supplied filter values when duplicate property filters exist.Brian S. O'Neill
2006-12-27Fixed bug in JDBC repository which caused cursor skip to skip everything.Brian S. O'Neill
2006-12-16Support write-no-sync mode for Sleepycat repositories.Brian S. O'Neill
2006-12-15When a property evolves from a boxed primitive to an unboxed primitive, null ...Brian S. O'Neill
2006-12-11Removed call to get index metadata in JDBC repository.Brian S. O'Neill
2006-12-07ReplicatedRepository installs user triggers on the master, not the replica.Brian S. O'Neill
2006-12-07Added @Authoritative annotation.Brian S. O'Neill
2006-12-05Undo commit -- record version on internal sequence generating Storable.Brian S. O'Neill