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