summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tag 'rel_1_1_10'.rel_1_1_10James Ahlborn2007-12-260-0/+0
* [maven-release-plugin] prepare release rel_1_1_10James Ahlborn2007-12-261-1/+2
* another parent updateJames Ahlborn2007-12-111-1/+1
* new parent pomJames Ahlborn2007-12-101-1/+1
* update changelogJames Ahlborn2007-12-061-1/+6
* test cursorbuilderJames Ahlborn2007-12-055-14/+190
* add ids to savepoints in order to verify legitimacy of restore attemptsJames Ahlborn2007-12-042-9/+101
* fix file copyrightsJames Ahlborn2007-12-0311-11/+286
* ditch builder-style methods on cursor impls, create CursorBuilder for simpler...James Ahlborn2007-12-036-53/+288
* more cursor testsJames Ahlborn2007-12-021-0/+45
* implement range-based, index cursorsJames Ahlborn2007-12-026-161/+466
* other thoughtsJames Ahlborn2007-12-021-0/+1
* move some more common reports to the parentJames Ahlborn2007-11-291-25/+1
* more minor tweaks and enhanced cursor testsJames Ahlborn2007-11-293-14/+142
* rename skip methods; minor code cleanupsJames Ahlborn2007-11-294-47/+60
* use new openhms parent pomJames Ahlborn2007-11-291-71/+5
* implement and test index based cursorJames Ahlborn2007-11-286-123/+443
* implement save/restore in Cursor; use during find callsJames Ahlborn2007-11-284-29/+120
* change how current position is maintained by Cursor; minor tweaks to deleted ...James Ahlborn2007-11-282-90/+312
* finish reworking index cursorJames Ahlborn2007-11-272-148/+300
* rework Index cursor to match behavior of usagemap cursor and CursorJames Ahlborn2007-11-263-79/+199
* make usagemap cursor work similarly to Cursor; handle live additions and dele...James Ahlborn2007-11-266-187/+347
* further refactoring of table/cursor; initial iterator for index to allow for ...James Ahlborn2007-11-266-307/+693
* add some convenience methods for finding values in a tableJames Ahlborn2007-11-213-46/+111
* clean up forward/reverse logic in CursorJames Ahlborn2007-11-211-34/+85
* add reverse cursor traversalJames Ahlborn2007-11-214-103/+369
* Move table iteration out of Table and into Cursor. First stage inJames Ahlborn2007-11-207-205/+675
* add deployment repositoriesJames Ahlborn2007-11-201-0/+10
* work toward separating table iteration state from the Table classJames Ahlborn2007-11-193-42/+178
* change references between major data types; share common utility classes from...James Ahlborn2007-11-197-206/+268
* Update table row count correctly on row deletion or bulk row addition,James Ahlborn2007-11-175-44/+185
* Add experimental support for auto-number columns, feature requestJames Ahlborn2007-11-166-61/+203
* fix some pmd/findbugs issuesJames Ahlborn2007-11-036-60/+44
* ditch changelog, long live viewscmJames Ahlborn2007-11-021-8/+6
* have to use dev connection for changelo???James Ahlborn2007-11-021-0/+4
* use new changelog pluginJames Ahlborn2007-11-021-4/+2
* minor updatesJames Ahlborn2007-11-022-1/+5
* move to maven2James Ahlborn2007-11-029-39/+298
* add openhms linksJames Ahlborn2007-10-102-5/+6
* updatesJames Ahlborn2007-07-131-1/+5
* prep for devJames Ahlborn2007-07-133-1/+4
* added todo listJames Ahlborn2007-07-131-0/+3
* set release dateJames Ahlborn2007-07-131-1/+1
* update changelogsJames Ahlborn2007-07-131-0/+11
* add support for writing large table definitions; move table definition code i...James Ahlborn2007-07-138-206/+417
* oops next versionJames Ahlborn2007-07-131-1/+1
* add flush method to Database; add unit test for new usage map functionalityJames Ahlborn2007-07-105-7/+46
* rework inline usage map handling to handle out-of-range cases better and with...James Ahlborn2007-07-106-117/+299
* only write the row for the usage map table when updatingJames Ahlborn2007-07-102-37/+60
* make pageiterators work even as usagemap bits are shifted aroundJames Ahlborn2007-07-101-50/+101