summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [maven-release-plugin] copy for tag rel_1_1_12rel_1_1_12James Ahlborn2008-02-272-5/+5
* tweak date handling math to reduce rounding issuesJames Ahlborn2008-02-221-12/+12
* use same date for create/update timeJames Ahlborn2008-02-221-1/+2
* do not store millis in date testJames Ahlborn2008-02-221-1/+6
* user userIds from the file if possible when generating new table access contr...James Ahlborn2008-02-222-23/+72
* do not inline memo/ole fields longer than 64 bytes (fix #1899076)James Ahlborn2008-02-213-1/+11
* pass along Object[], not String[]James Ahlborn2008-02-211-1/+1
* update rowCount in common methodJames Ahlborn2008-02-211-5/+4
* parent pom releasedJames Ahlborn2008-02-201-1/+1
* upgrade parent pomJames Ahlborn2008-02-201-6/+1
* log4j is not requiredJames Ahlborn2008-01-281-0/+1
* Resolve more edge cases around date handlingJames Ahlborn2008-01-243-26/+66
* jdk14 compatible code for 1.1.11 releaseJames Ahlborn2008-01-221-0/+0
* [maven-release-plugin] prepare for next development iterationJames Ahlborn2008-01-211-4/+4
* [maven-release-plugin] prepare release rel_1_1_11James Ahlborn2008-01-211-4/+4
* prep for releaseJames Ahlborn2008-01-211-1/+1
* support reading inline usage maps with more than 512 pagesJames Ahlborn2008-01-172-12/+37
* fix some problems with sporadic usage map corruptionJames Ahlborn2008-01-172-9/+12
* fix some commentsJames Ahlborn2008-01-171-7/+8
* add some more date testingJames Ahlborn2008-01-151-1/+40
* check for max database size when adding pagesJames Ahlborn2008-01-142-0/+12
* add openCopy utility methodJames Ahlborn2008-01-141-19/+23
* use source instead of pre tagJames Ahlborn2008-01-101-2/+0
* use source instead of pre tagJames Ahlborn2008-01-101-5/+5
* using subversion nowJames Ahlborn2008-01-091-0/+5
* using subversion nowJames Ahlborn2008-01-091-5/+4
* add some links to related projectsJames Ahlborn2008-01-091-0/+14
* oops update changelogJames Ahlborn2007-12-261-1/+1
* fix site to work with inheritanceJames Ahlborn2007-12-262-15/+1
* [maven-release-plugin] prepare for next development iterationJames Ahlborn2007-12-261-2/+1
* [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