summaryrefslogtreecommitdiff
path: root/src/test/java/com/amazon/carbonado/layout/TestLayout.java
AgeCommit message (Collapse)Author
2012-03-04Prepare release 1.2.3Brian S. O'Neill
Update copyright
2010-03-14Update copyright.Brian S. O'Neill
2008-05-05Fixing annotation parsing of empty arrays.Brian S. O'Neill
2007-06-10Added methods to access Storable properties by name.Brian S. O'Neill
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.
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-01Add Storable to CorruptEncodingException when loading from index.Brian S. O'Neill
2006-11-08Tests and fixes for corruption repair.Brian S. O'Neill
2006-10-14Added layout tests.Brian S. O'Neill