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