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
/
src
/
main
/
java
/
com
/
amazon
/
carbonado
/
repo
/
jdbc
/
JDBCCursor.java
Age
Commit message (
Expand
)
Author
2012-03-04
Prepare release 1.2.3
Brian S. O'Neill
2010-03-14
Update copyright.
Brian S. O'Neill
2008-08-12
Fixed bug in JDBCCursor.skipNext which may loop infinitely.
Brian S. O'Neill
2008-07-18
Make sure JDBCCursor registers and unregisters with transaction, ensuring it ...
Brian S. O'Neill
2008-05-06
Code cleanup: add @Override annotations, remove unused imports, remove dead c...
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-03-28
Merged 1.2-dev to trunk.
Brian S. O'Neill
2007-01-30
More work to ensure JDBC resources are properly cleaned up.
Brian S. O'Neill
2007-01-29
Fixed multiple cursor implementations to be extra paranoid and close the curs...
Brian S. O'Neill
2006-12-27
More JDBC cursor skip bug fixes.
Brian S. O'Neill
2006-12-27
Fixed bug in JDBC repository which caused cursor skip to skip everything.
Brian S. O'Neill
2006-09-19
Removed all cursor synchronization. It just adds overhead and no real (or nee...
Brian S. O'Neill
2006-08-30
Add core repository implementations
Brian S. O'Neill