Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | updatesjackcess-2 | James Ahlborn | 2013-07-29 | 1 | -2/+6 |
* | update testing libs | James Ahlborn | 2013-07-29 | 1 | -1/+4 |
* | these have long since out-lived their usefulness | James Ahlborn | 2013-07-27 | 2 | -144/+0 |
* | enhance CodecHandler to better support impls which cannot decode pages inline | James Ahlborn | 2013-07-27 | 4 | -15/+69 |
* | merge trunk changes through r751 | James Ahlborn | 2013-07-24 | 1 | -1/+1 |
* | updates | James Ahlborn | 2013-07-24 | 1 | -0/+2 |
* | update package | James Ahlborn | 2013-07-10 | 1 | -1/+1 |
* | merge trunk changes through r744 | James Ahlborn | 2013-07-09 | 6 | -137/+439 |
* | merge trunk changes through r738 | James Ahlborn | 2013-06-18 | 17 | -65/+517 |
* | limit size of indexpagecache | James Ahlborn | 2013-06-17 | 3 | -18/+65 |
* | updates | James Ahlborn | 2013-06-16 | 1 | -1/+3 |
* | use logical write operations for auto-sync to make writing more efficient | James Ahlborn | 2013-06-14 | 7 | -217/+285 |
* | make query types interfaces | James Ahlborn | 2013-05-30 | 26 | -1229/+1695 |
* | merge trunk changes through r729 | James Ahlborn | 2013-05-29 | 3 | -6/+10 |
* | updates | James Ahlborn | 2013-05-24 | 1 | -0/+2 |
* | updates | James Ahlborn | 2013-05-11 | 1 | -3/+1 |
* | merge trunk changes through r724 | James Ahlborn | 2013-05-11 | 2 | -2/+2 |
* | merge trunk changes through r717 | James Ahlborn | 2013-05-10 | 2 | -2/+2 |
* | move escapeIdentifier to more apropos location | James Ahlborn | 2013-05-10 | 5 | -82/+111 |
* | merge trunk changes through r710 | James Ahlborn | 2013-05-04 | 5 | -18/+65 |
* | update notes | James Ahlborn | 2013-05-04 | 1 | -0/+4 |
* | more api cleanup | James Ahlborn | 2013-04-18 | 4 | -16/+14 |
* | update javadoc urls | James Ahlborn | 2013-04-13 | 1 | -3/+3 |
* | update javadocs | James Ahlborn | 2013-04-10 | 2 | -3/+6 |
* | fix javadoc refs | James Ahlborn | 2013-04-10 | 2 | -7/+9 |
* | make iterator with no reset return current row first | James Ahlborn | 2013-04-07 | 2 | -3/+60 |
* | fix javadocs | James Ahlborn | 2013-04-04 | 10 | -16/+22 |
* | oops missed these | James Ahlborn | 2013-03-31 | 2 | -0/+300 |
* | consolidate custom iteration configuration into iterable builders | James Ahlborn | 2013-03-29 | 14 | -448/+268 |
* | move complex type impls to impl | James Ahlborn | 2013-03-21 | 15 | -1260/+1603 |
* | util method for getting new RowId | James Ahlborn | 2013-03-20 | 2 | -1/+11 |
* | create ComplexValue.Id and stash RowId for simpler updates/deletes | James Ahlborn | 2013-03-19 | 11 | -96/+262 |
* | fix docs | James Ahlborn | 2013-03-18 | 2 | -5/+6 |
* | remove unused static methods in cursor impls | James Ahlborn | 2013-03-17 | 4 | -222/+9 |
* | fix assertion | James Ahlborn | 2013-03-16 | 1 | -1/+1 |
* | add return values from most modification methods; add unit tests for new modi... | James Ahlborn | 2013-03-16 | 6 | -87/+205 |
* | use ints for cursorids as the object names could change, split tablescancurso... | James Ahlborn | 2013-03-16 | 2 | -204/+230 |
* | add more details to unsupported index exceptions | James Ahlborn | 2013-03-16 | 2 | -26/+25 |
* | add RuntimeException wrapper for IOException | James Ahlborn | 2013-03-15 | 11 | -29/+76 |
* | add addRow FromMap methods, add Row update/delete methods | James Ahlborn | 2013-03-15 | 5 | -7/+103 |
* | don't need init method on import/export filters after all | James Ahlborn | 2013-03-15 | 7 | -37/+3 |
* | simplify cursor interface (remove redundant iterator methods) | James Ahlborn | 2013-03-15 | 2 | -83/+84 |
* | add RowId to Row | James Ahlborn | 2013-03-15 | 7 | -14/+50 |
* | adding explicit row type | James Ahlborn | 2013-03-15 | 29 | -259/+366 |
* | move the last of the impls out of core api | James Ahlborn | 2013-03-15 | 12 | -250/+370 |
* | fix docs | James Ahlborn | 2013-03-14 | 1 | -2/+2 |
* | move RowId impl into RowIdImpl, clean up Relationship api | James Ahlborn | 2013-03-14 | 11 | -190/+233 |
* | second pass of class shuffling, push util classes into util package | James Ahlborn | 2013-03-14 | 33 | -51/+125 |
* | first step separating impl from api | James Ahlborn | 2013-03-14 | 74 | -163/+346 |
* | clean up complex column classes | James Ahlborn | 2013-03-12 | 8 | -247/+273 |