index
:
Carbonado.git
fix-failing-test
gh-pages
master
v1.3
Forked from https://github.com/Carbonado/Carbonado
Jesse Morgan
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
RELEASE-NOTES.txt
Age
Commit message (
Expand
)
Author
2007-08-26
Removed vestigial support for wrapping Storables.
Brian S. O'Neill
2007-08-26
Added support for load and query trigger.
Brian S. O'Neill
2007-08-20
Fixed bug in GroupedCursor which discarded last group if it had one element.
Brian S. O'Neill
2007-08-19
Fixed query descending sort order bug which produced ascending results.
Brian S. O'Neill
2007-08-14
Removed support for Storable definition to accept Repository in constructor.
Brian S. O'Neill
2007-08-11
Fixed replication repair bug which threw an IllegalStateException for insert ...
Brian S. O'Neill
2007-08-09
Yanked out support for fast skipping of JDBC results. JDBC drivers leak memor...
Brian S. O'Neill
2007-08-08
Merged synthetic alternate key support from pojo branch.
Brian S. O'Neill
2007-08-04
Support query filters against one-to-many join properties.
Brian S. O'Neill
2007-08-04
Added convenience method, Query.exists()
Brian S. O'Neill
2007-08-03
Added notes from 1.1.2 branch.
Brian S. O'Neill
2007-08-01
JDBCRepository allows non-null column to be @Nullable if also @Independent.
Brian S. O'Neill
2007-07-26
Improved support for String and character types.
Brian S. O'Neill
2007-07-23
Allow Storable definition to accept Repository in constructor.
Brian S. O'Neill
2007-06-29
Fixed IllegalArgumentException with optimized join queries of the form "a.b =...
Brian S. O'Neill
2007-06-14
Fixed bug which prevented updating Oracle BLOB of length 2000 to 4000.
Brian S. O'Neill
2007-06-10
Added methods to access Storable properties by name.
Brian S. O'Neill
2007-05-25
Update release notes regarding IllegalArgumentException bug fix.
Brian S. O'Neill
2007-05-20
Merged in covering index optimization.
Brian S. O'Neill
2007-04-29
List new derived properties feature.
Brian S. O'Neill
2007-04-27
BDBRepository detects if changes are made to primary key and throws exception.
Brian S. O'Neill
2007-03-28
Merged 1.2-dev to trunk.
Brian S. O'Neill
2007-03-27
1.1 release.
Brian S. O'Neill
2007-03-15
IndexedRepository supports optional and throttled index repair.
Brian S. O'Neill
2007-02-21
Primary key validation is more lenient to support views.
Brian S. O'Neill
2007-02-18
Index creation does a better job of picking up where it left off, avoiding un...
Brian S. O'Neill
2007-02-17
ReplicatedRepository installs user triggers on the replica again, but it now ...
Brian S. O'Neill
2007-02-15
Fixed verify error in generation of markPropertiesDirty.
Brian S. O'Neill
2007-02-12
Added system properties to control performance characteristics of MergeSortBu...
Brian S. O'Neill
2007-02-02
Fixed bug when decoding old Storable generations - new properties must be cle...
Brian S. O'Neill
2007-01-30
Fix broken build.
Brian S. O'Neill
2007-01-30
Update to address connection leak when cursor creation fails.
jameswil
2007-01-29
Fixed multiple cursor implementations to be extra paranoid and close the curs...
Brian S. O'Neill
2007-01-28
Fixed bug when filtering against negative floating point values.
Brian S. O'Neill
2007-01-26
Index removal is now batched - reducing memory requirements when removing
Tom Keller
2007-01-19
Support mapping numeric type to short or byte.
Brian S. O'Neill
2007-01-19
Added additional index selection tie-breaker if index is most likely defined ...
Brian S. O'Neill
2007-01-13
1.1-BETA9
Brian S. O'Neill
2007-01-13
Fix for getting supplied filter values when duplicate property filters exist.
Brian S. O'Neill
2006-12-27
Fixed bug in JDBC repository which caused cursor skip to skip everything.
Brian S. O'Neill
2006-12-16
Support write-no-sync mode for Sleepycat repositories.
Brian S. O'Neill
2006-12-15
When a property evolves from a boxed primitive to an unboxed primitive, null ...
Brian S. O'Neill
2006-12-11
Removed call to get index metadata in JDBC repository.
Brian S. O'Neill
2006-12-07
ReplicatedRepository installs user triggers on the master, not the replica.
Brian S. O'Neill
2006-12-07
Added @Authoritative annotation.
Brian S. O'Neill
2006-12-05
Undo commit -- record version on internal sequence generating Storable.
Brian S. O'Neill
2006-12-05
Added record version number to internal sequence generating Storable.
Brian S. O'Neill
2006-12-01
Add Storable to CorruptEncodingException when loading from index.
Brian S. O'Neill
2006-11-24
Beta6 notes.
Brian S. O'Neill
2006-11-23
Query filter constants appear as SQL constants.
Brian S. O'Neill
[next]