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