changelog
1.02
- Skip null function for insert (psql)
- Re-implementation of CursorData to accomodate original type
- Trim Strings coming from CHAR fields
- Use SelectDescriptor Before and After
- Changes for code to work with try-with-resource
- Fix for DcDelegate loading next page in hasNextPage()
- Make pageable public
- Fix using cursors with additional query
- Allow for update on cursor data in pageable list
- added FileDC interface
- Implemented new PageableList for SqlCursor
- Changes for new PageableList implementation
- Fix for limit on different SQL databases (from master)
- Added generalized Filter options to Condition
1.01
- Waldorf code-review changes
- Changes to the naming of the interfaces to be less database specific
- Support for Blob,Clob and streaming data-types in both generated classes and cursor
0.30.1
- Speed up making cursor prototype for cursors not using parameters
0.30
- Added javadoc and test classes for all classes