summaryrefslogtreecommitdiffstats
path: root/src/java/com/healthmarketscience/jackcess/Index.java
Commit message (Expand)AuthorAgeFilesLines
* 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
* further refactoring of table/cursor; initial iterator for index to allow for ...James Ahlborn2007-11-261-24/+209
* Move table iteration out of Table and into Cursor. First stage inJames Ahlborn2007-11-201-24/+25
* change references between major data types; share common utility classes from...James Ahlborn2007-11-191-21/+30
* Update table row count correctly on row deletion or bulk row addition,James Ahlborn2007-11-171-20/+60
* fix some pmd/findbugs issuesJames Ahlborn2007-11-031-22/+21
* add Index.getNameJames Ahlborn2007-06-251-0/+13
* read index entries on demandJames Ahlborn2006-09-261-4/+60
* fail more gracefully if writing large indexJames Ahlborn2006-09-261-1/+5
* support reading 'compressed' indexes (fix 1563654)James Ahlborn2006-09-261-42/+218
* fix ordering of byte code comparatorJames Ahlborn2006-09-231-2/+3
* clean up index reading/writing of text columns, add support for more charactersJames Ahlborn2006-09-181-200/+329
* refactor index entries to allow for fixing textual entries (not finished yet)James Ahlborn2006-09-131-85/+272
* clean up lots of cruft around datatypes; add more sanity checking on table cr...James Ahlborn2006-09-081-14/+36
* more tweaks to index reading/writingJames Ahlborn2006-08-081-3/+25
* use uppercase names when adding text columns to indexes, which fixes long sta...James Ahlborn2006-08-071-1/+5
* add index primary key info; possibly fix some bugs around reading indexes (or...James Ahlborn2006-07-241-2/+23
* implement GUID reading using patch from joniles, 1445653; replace StringBuffe...James Ahlborn2006-03-091-2/+2