summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* updatesjackcess-2James Ahlborn2013-07-291-2/+6
* update testing libsJames Ahlborn2013-07-291-1/+4
* these have long since out-lived their usefulnessJames Ahlborn2013-07-272-144/+0
* enhance CodecHandler to better support impls which cannot decode pages inlineJames Ahlborn2013-07-274-15/+69
* merge trunk changes through r751James Ahlborn2013-07-241-1/+1
* updatesJames Ahlborn2013-07-241-0/+2
* update packageJames Ahlborn2013-07-101-1/+1
* merge trunk changes through r744James Ahlborn2013-07-096-137/+439
* merge trunk changes through r738James Ahlborn2013-06-1817-65/+517
* limit size of indexpagecacheJames Ahlborn2013-06-173-18/+65
* updatesJames Ahlborn2013-06-161-1/+3
* use logical write operations for auto-sync to make writing more efficientJames Ahlborn2013-06-147-217/+285
* make query types interfacesJames Ahlborn2013-05-3026-1229/+1695
* merge trunk changes through r729James Ahlborn2013-05-293-6/+10
* updatesJames Ahlborn2013-05-241-0/+2
* updatesJames Ahlborn2013-05-111-3/+1
* merge trunk changes through r724James Ahlborn2013-05-112-2/+2
* merge trunk changes through r717James Ahlborn2013-05-102-2/+2
* move escapeIdentifier to more apropos locationJames Ahlborn2013-05-105-82/+111
* merge trunk changes through r710James Ahlborn2013-05-045-18/+65
* update notesJames Ahlborn2013-05-041-0/+4
* more api cleanupJames Ahlborn2013-04-184-16/+14
* update javadoc urlsJames Ahlborn2013-04-131-3/+3
* update javadocsJames Ahlborn2013-04-102-3/+6
* fix javadoc refsJames Ahlborn2013-04-102-7/+9
* make iterator with no reset return current row firstJames Ahlborn2013-04-072-3/+60
* fix javadocsJames Ahlborn2013-04-0410-16/+22
* oops missed theseJames Ahlborn2013-03-312-0/+300
* consolidate custom iteration configuration into iterable buildersJames Ahlborn2013-03-2914-448/+268
* move complex type impls to implJames Ahlborn2013-03-2115-1260/+1603
* util method for getting new RowIdJames Ahlborn2013-03-202-1/+11
* create ComplexValue.Id and stash RowId for simpler updates/deletesJames Ahlborn2013-03-1911-96/+262
* fix docsJames Ahlborn2013-03-182-5/+6
* remove unused static methods in cursor implsJames Ahlborn2013-03-174-222/+9
* fix assertionJames Ahlborn2013-03-161-1/+1
* add return values from most modification methods; add unit tests for new modi...James Ahlborn2013-03-166-87/+205
* use ints for cursorids as the object names could change, split tablescancurso...James Ahlborn2013-03-162-204/+230
* add more details to unsupported index exceptionsJames Ahlborn2013-03-162-26/+25
* add RuntimeException wrapper for IOExceptionJames Ahlborn2013-03-1511-29/+76
* add addRow FromMap methods, add Row update/delete methodsJames Ahlborn2013-03-155-7/+103
* don't need init method on import/export filters after allJames Ahlborn2013-03-157-37/+3
* simplify cursor interface (remove redundant iterator methods)James Ahlborn2013-03-152-83/+84
* add RowId to RowJames Ahlborn2013-03-157-14/+50
* adding explicit row typeJames Ahlborn2013-03-1529-259/+366
* move the last of the impls out of core apiJames Ahlborn2013-03-1512-250/+370
* fix docsJames Ahlborn2013-03-141-2/+2
* move RowId impl into RowIdImpl, clean up Relationship apiJames Ahlborn2013-03-1411-190/+233
* second pass of class shuffling, push util classes into util packageJames Ahlborn2013-03-1433-51/+125
* first step separating impl from apiJames Ahlborn2013-03-1474-163/+346
* clean up complex column classesJames Ahlborn2013-03-128-247/+273