summaryrefslogtreecommitdiff
path: root/src/main/java/com/amazon/carbonado/repo/jdbc/JDBCStorage.java
AgeCommit message (Expand)Author
2012-03-04Prepare release 1.2.3Brian S. O'Neill
2011-05-04Add support for Query controller and timeouts; remove vestigial support for i...Brian S. O'Neill
2010-03-14Update copyright.Brian S. O'Neill
2010-02-20Fix generated delete statement which has joins.Brian S. O'Neill
2008-07-18Make sure JDBCCursor registers and unregisters with transaction, ensuring it ...Brian S. O'Neill
2008-05-09JDBC repository now correctly works in non-master mode.Brian S. O'Neill
2008-05-06Preparations for hiding JDBCRepository class.Brian S. O'Neill
2008-05-06Code cleanup: add @Override annotations, remove unused imports, remove dead c...Brian S. O'Neill
2008-04-14Renamed overloaded slice fetch method to fetchSlice for clarity.Brian S. O'Neill
2008-04-14Fix Oracle slice fetch.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-04-06Added support for internal query hints.Brian S. O'Neill
2008-02-04Make TransactionManager creation more flexible.Brian S. O'Neill
2008-01-20Split TransactionManager and created TransactionScope class.Brian S. O'Neill
2007-11-04Moved static inner classes to separate files.Brian S. O'Neill
2007-11-04Reduce creation of unnecessary nested transactions. Added feature to JDBCRepo...Brian S. O'Neill
2007-10-26Added support for outer joins.Brian S. O'Neill
2007-10-21Support closed filter in generated SQL.Brian S. O'Neill
2007-10-18Fix special handle for char to short adaption.fangchen
2007-10-14Support filtering by derived properties.Brian S. O'Neill
2007-10-14Support ordering by derived properties.Brian S. O'Neill
2007-10-14Added support for "where exists" in queries via new syntax.Brian S. O'Neill
2007-09-20Fix support for char data type when used with an adapter.Brian S. O'Neill
2007-09-18Fix support for char data type when used with an adapter.Brian S. O'Neill
2007-08-26Added support for load and query trigger.Brian S. O'Neill
2007-08-10Support configuring the result set fetch size for queries.Brian S. O'Neill
2007-08-09Yanked out support for fast skipping of JDBC results. JDBC drivers leak memor...Brian S. O'Neill
2007-08-05Simplified process for generating table aliases.Brian S. O'Neill
2007-08-05Moved static inner classes to separate files.Brian S. O'Neill
2007-04-29Added @since tags.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-30Fix broken build.Brian S. O'Neill
2007-01-30Update to address connection leak when cursor creation fails.jameswil
2006-11-23Query filter constants appear as SQL constants.Brian S. O'Neill
2006-10-29Inner join syntax compatible with more SQL parsers.Brian S. O'Neill
2006-10-17More work on automatic triggers.Brian S. O'Neill
2006-10-13Pass the internal query executor along when "with" is called, as an optimizat...Brian S. O'Neill
2006-10-11Resolved some warnings.Brian S. O'Neill
2006-10-07Added TriggerFactory.Brian S. O'Neill
2006-09-11Switch JDBC repository to use new query engine.Brian S. O'Neill
2006-09-03More work on query engine.Brian S. O'Neill
2006-08-30Add core repository implementationsBrian S. O'Neill