summaryrefslogtreecommitdiff
path: root/src/test/java/com/amazon/carbonado/TestStorables.java
AgeCommit message (Expand)Author
2010-03-14Update copyright.Brian S. O'Neill
2009-03-24Derived index update must tolerate inconsistencies.Brian S. O'Neill
2009-02-26Don't check if independent properties are set. This fixes a regression in whi...Brian S. O'Neill
2009-02-26NPE fix when comparing nullable Float/Double/BigDecimal properties for equality.Brian S. O'Neill
2009-02-10Fix for JDBC prepared statement values when query has an exists filter.Brian S. O'Neill
2009-02-10Commented out changes made in revision 1098. Deleting of derived index entrie...Brian S. O'Neill
2009-02-06Fix index updates when derived index against joined storable is deleted.Brian S. O'Neill
2008-12-31Revert automatic initial version number if insert fails.Brian S. O'Neill
2008-11-03Add back support for BigDecimal now that key encoding works correctly.Brian S. O'Neill
2008-08-12Added missing test for Query.exists.Brian S. O'Neill
2008-07-28Remove BigDecimal support until key encoding issues are resolved.Brian S. O'Neill
2008-07-26Added more BigDecimal tests.Brian S. O'Neill
2008-07-25Complete BigDecimal support -- ensure that failed update rolls back normaliza...Brian S. O'Neill
2008-07-25Compare BigDecimal properties for equality using compareTo.Brian S. O'Neill
2008-07-22Support BigDecimal and BigInteger tests with H2.Brian S. O'Neill
2008-07-22Added advanced conversion capability when setting query filter properties. Th...Brian S. O'Neill
2008-07-20Added normalization option for BigDecimal properties.Brian S. O'Neill
2008-07-20Support BigInteger and BigDecimal property types.Brian S. O'Neill
2008-05-10Use quoted table name identifier if required and supported.Brian S. O'Neill
2008-05-10Fix binding of filters which already contain some bound properties.Brian S. O'Neill
2008-05-09Compare lobs by content, not by locator.Brian S. O'Neill
2008-05-09Compare lobs by content, not by locator.Brian S. O'Neill
2008-05-04Minor test additions.Brian S. O'Neill
2008-04-15Revert to original "after" filter construction, but ensure property filters a...Brian S. O'Neill
2008-04-14Renamed overloaded slice fetch method to fetchSlice for clarity.Brian S. O'Neill
2008-04-14Added "after" method and removed fetchAfter slice method.Brian S. O'Neill
2008-04-14Support query fetch limits.Brian S. O'Neill
2008-04-07Clean up use of MergeSortBuffer.Brian S. O'Neill
2008-03-16Fixed compilation errors.Brian S. O'Neill
2008-01-20Fixed tests.Brian S. O'Neill
2007-09-16Ensure that non-destructive update doesn't invoke load trigger.Brian S. O'Neill
2007-09-03Calling Storable.update when there are no dirty properties actually does an u...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-06-10Added methods to access Storable properties by name.Brian S. O'Neill
2007-05-14More lob and sequence tests; LobEngine fixes.Brian S. O'Neill
2007-04-29Merged in support for derived properties.Brian S. O'Neill
2007-04-01Move Storable code generation support to separate package.Brian S. O'Neill
2006-10-14Incorporated acceptance tests.Brian S. O'Neill
2006-10-14Moved tests to separate project.Brian S. O'Neill