summaryrefslogtreecommitdiffstats
path: root/src/java/com/healthmarketscience
Commit message (Expand)AuthorAgeFilesLines
* More fixes for index parsing. Believe index names are now correctlyJames Ahlborn2008-03-069-633/+695
* write javadoc for DataTypes; accept wider range of incomging values for some ...James Ahlborn2008-03-042-12/+108
* cleanup variety of compiler warningsJames Ahlborn2008-03-0310-39/+33
* fix some compiler warningsJames Ahlborn2008-02-291-15/+10
* default to true for new entriesJames Ahlborn2008-02-291-2/+1
* skip unhandled index bytes for nowJames Ahlborn2008-02-291-0/+4
* better handling of index entry compression; validate index entry length readingJames Ahlborn2008-02-291-63/+130
* better toStringJames Ahlborn2008-02-291-1/+2
* 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
* user userIds from the file if possible when generating new table access contr...James Ahlborn2008-02-221-23/+67
* do not inline memo/ole fields longer than 64 bytes (fix #1899076)James Ahlborn2008-02-212-1/+7
* pass along Object[], not String[]James Ahlborn2008-02-211-1/+1
* update rowCount in common methodJames Ahlborn2008-02-211-5/+4
* Resolve more edge cases around date handlingJames Ahlborn2008-01-241-19/+23
* support reading inline usage maps with more than 512 pagesJames Ahlborn2008-01-171-12/+34
* fix some problems with sporadic usage map corruptionJames Ahlborn2008-01-171-9/+9
* fix some commentsJames Ahlborn2008-01-171-7/+8
* check for max database size when adding pagesJames Ahlborn2008-01-142-0/+12
* test cursorbuilderJames Ahlborn2007-12-053-13/+23
* add ids to savepoints in order to verify legitimacy of restore attemptsJames Ahlborn2007-12-041-9/+63
* fix file copyrightsJames Ahlborn2007-12-036-6/+156
* ditch builder-style methods on cursor impls, create CursorBuilder for simpler...James Ahlborn2007-12-035-49/+281
* implement range-based, index cursorsJames Ahlborn2007-12-024-113/+263
* more minor tweaks and enhanced cursor testsJames Ahlborn2007-11-292-7/+89
* rename skip methods; minor code cleanupsJames Ahlborn2007-11-293-34/+41
* implement and test index based cursorJames Ahlborn2007-11-284-104/+289
* implement save/restore in Cursor; use during find callsJames Ahlborn2007-11-283-28/+112
* 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-265-187/+275
* further refactoring of table/cursor; initial iterator for index to allow for ...James Ahlborn2007-11-265-304/+674
* add some convenience methods for finding values in a tableJames Ahlborn2007-11-212-46/+106
* clean up forward/reverse logic in CursorJames Ahlborn2007-11-211-34/+85
* add reverse cursor traversalJames Ahlborn2007-11-213-99/+345
* Move table iteration out of Table and into Cursor. First stage inJames Ahlborn2007-11-204-202/+550
* 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-196-200/+244
* Update table row count correctly on row deletion or bulk row addition,James Ahlborn2007-11-172-35/+123
* Add experimental support for auto-number columns, feature requestJames Ahlborn2007-11-164-61/+124
* fix some pmd/findbugs issuesJames Ahlborn2007-11-036-60/+44
* move to maven2James Ahlborn2007-11-021-1/+1
* add support for writing large table definitions; move table definition code i...James Ahlborn2007-07-136-201/+376
* add flush method to Database; add unit test for new usage map functionalityJames Ahlborn2007-07-103-7/+19
* 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
* initial implementation of support for promoting nline to reference usage mapJames Ahlborn2007-07-101-20/+49
* move usagemap implementations into UsageMap in prep for future changes; clean...James Ahlborn2007-07-097-301/+243