summaryrefslogtreecommitdiffstats
path: root/src/java/com/healthmarketscience/jackcess/Index.java
Commit message (Expand)AuthorAgeFilesLines
* initial update row supportJames Ahlborn2009-11-161-4/+6
* initial support for guid indexes and guid autonumbersJames Ahlborn2009-10-271-0/+37
* minor code cleanupsJames Ahlborn2008-04-161-8/+6
* add some documentation on large index support (#1564870)James Ahlborn2008-04-161-2/+2
* put entry validation inline with entry readingJames Ahlborn2008-04-151-11/+9
* tweak tostringJames Ahlborn2008-04-141-2/+4
* tweak tostringJames Ahlborn2008-04-141-1/+4
* minor tweaksJames Ahlborn2008-04-101-0/+3
* more minor refactoringJames Ahlborn2008-04-081-2/+6
* move index pagetypes to the public type; some minor cleanupJames Ahlborn2008-04-071-14/+19
* flesh out some of the index page update operationsJames Ahlborn2008-04-061-1/+1
* initial code for implementing read/write multi-page index supportJames Ahlborn2008-04-061-13/+24
* refactor Index/SimpleIndex to move most of the add/remove entry handling logi...James Ahlborn2008-04-051-47/+123
* refactor Index/SimpleIndex to move the Cursor handling back into IndexJames Ahlborn2008-04-051-97/+321
* refactor Index into abstract base class with SimpleIndex implementation to al...James Ahlborn2008-04-011-528/+484
* no need to be inner classJames Ahlborn2008-03-261-1/+1
* better max size calculationJames Ahlborn2008-03-251-5/+6
* update the bounds before updating the positionsJames Ahlborn2008-03-241-4/+3
* allow for TempBufferHolder which does not maintain reference (cleans up addRows)James Ahlborn2008-03-211-2/+3
* minor cleanupsJames Ahlborn2008-03-191-1/+0
* no need to sort entries, should already be sorted (but verify just to be para...James Ahlborn2008-03-181-8/+12
* clean up updating of the index uniqueEntryCountJames Ahlborn2008-03-181-15/+23
* completely fix problems with sporadic usage map corruption; add some soft buf...James Ahlborn2008-03-181-12/+11
* add some notes on unique indexesJames Ahlborn2008-03-171-3/+18
* no need to use maxColCount and colNumber when storing row resultsJames Ahlborn2008-03-151-14/+6
* add support for reading table relationships; minor refactor of table creation...James Ahlborn2008-03-111-2/+9
* add unit tests (and fix some bugs) for ignoreNull and unique index handlingJames Ahlborn2008-03-111-52/+54
* modify Index update support so that it honors the unique and ignoreNulls prop...James Ahlborn2008-03-101-45/+109
* formalize code for reading unsigned bytesJames Ahlborn2008-03-091-5/+5
* limit text index length; fix unprintable offset writingJames Ahlborn2008-03-081-5/+15
* more fixes for index writingJames Ahlborn2008-03-081-60/+118
* Fix bug caused by sign extension when reading single-byte row numbers; fix so...James Ahlborn2008-03-071-2/+4
* Simplify comparison algorithms for RowId and Index.Entry using type attribute...James Ahlborn2008-03-071-61/+171
* fix toString for EntryJames Ahlborn2008-03-061-10/+8
* More fixes for index parsing. Believe index names are now correctlyJames Ahlborn2008-03-061-596/+426
* cleanup variety of compiler warningsJames Ahlborn2008-03-031-2/+2
* 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
* ditch builder-style methods on cursor impls, create CursorBuilder for simpler...James Ahlborn2007-12-031-17/+15
* implement range-based, index cursorsJames Ahlborn2007-12-021-45/+146
* more minor tweaks and enhanced cursor testsJames Ahlborn2007-11-291-1/+0
* rename skip methods; minor code cleanupsJames Ahlborn2007-11-291-11/+13
* implement and test index based cursorJames Ahlborn2007-11-281-51/+137
* implement save/restore in Cursor; use during find callsJames Ahlborn2007-11-281-3/+7
* change how current position is maintained by Cursor; minor tweaks to deleted ...James Ahlborn2007-11-281-23/+14
* finish reworking index cursorJames Ahlborn2007-11-271-143/+284
* rework Index cursor to match behavior of usagemap cursor and CursorJames Ahlborn2007-11-261-61/+176
* make usagemap cursor work similarly to Cursor; handle live additions and dele...James Ahlborn2007-11-261-2/+6