summaryrefslogtreecommitdiff
path: root/RELEASE-NOTES.txt
AgeCommit message (Collapse)Author
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 ↵Brian S. O'Neill
unnecessary delete/insert pairs.
2007-02-17ReplicatedRepository installs user triggers on the replica again, but it now ↵Brian S. O'Neill
disables all triggers during resync to prevent errors. When triggers were on master, downstream triggers would not see changes made by earlier triggers.
2007-02-15Fixed verify error in generation of markPropertiesDirty.Brian S. O'Neill
2007-02-12Added system properties to control performance characteristics of ↵Brian S. O'Neill
MergeSortBuffer.
2007-02-02Fixed bug when decoding old Storable generations - new properties must be ↵Brian S. O'Neill
cleared. Otherwise, indexes on newly added properties might not get updated.
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 ↵Brian S. O'Neill
cursor when an exception is thrown.
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
large indexes
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
to support desired ordering.
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
is converted to zero or false instead of throwing a NullPointerException.
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
2006-12-05Added record version number to internal sequence generating Storable.Brian S. O'Neill
2006-12-01Add Storable to CorruptEncodingException when loading from index.Brian S. O'Neill
2006-11-24Beta6 notes.Brian S. O'Neill
2006-11-23Query filter constants appear as SQL constants.Brian S. O'Neill
2006-11-11Fixed deadlock when using unsupported Storage for the first time.Brian S. O'Neill
2006-11-101.1-BETA5Brian S. O'Neill
2006-11-081.1-BETA4Brian S. O'Neill
2006-11-05Updated release notes for new isolation level.Brian S. O'Neill
2006-11-04Fixed exception when printing join plan with blank parameters.Brian S. O'Neill
2006-10-31Added release notes.Brian S. O'Neill