aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/com/healthmarketscience/jackcess/UsageMap.java
Commit message (Expand)AuthorAgeFilesLines
* merge branch jackcess-2 changes through r759James Ahlborn2013-07-301-1001/+0
* implement handling of usagemaps for long value (MEMO/OLE) columns, fixes issu...James Ahlborn2013-07-051-0/+15
* add some methods to approximate table sizeJames Ahlborn2011-07-161-0/+4
* ignore usagemap inconsistencies in certain situationsJames Ahlborn2010-11-181-11/+52
* merge branch newformats changes through r453James Ahlborn2010-03-261-3/+6
* minor tweakJames Ahlborn2010-01-201-2/+3
* cleanup unused paramJames Ahlborn2008-04-291-5/+2
* implement page deallocation; fix some issues in global usage map handlingJames Ahlborn2008-04-221-16/+12
* add constants for movement booleansJames Ahlborn2008-04-051-4/+4
* allow for TempBufferHolder which does not maintain reference (cleans up addRows)James Ahlborn2008-03-211-1/+1
* completely fix problems with sporadic usage map corruption; add some soft buf...James Ahlborn2008-03-181-1/+1
* add unit tests (and fix some bugs) for ignoreNull and unique index handlingJames Ahlborn2008-03-111-1/+2
* add additional diagnostic info on failuresJames Ahlborn2008-03-101-1/+2
* Fix bug caused by sign extension when reading single-byte row numbers; fix so...James Ahlborn2008-03-071-1/+1
* More fixes for index parsing. Believe index names are now correctlyJames Ahlborn2008-03-061-1/+3
* cleanup variety of compiler warningsJames Ahlborn2008-03-031-3/+4
* 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
* ditch builder-style methods on cursor impls, create CursorBuilder for simpler...James Ahlborn2007-12-031-12/+10
* implement range-based, index cursorsJames Ahlborn2007-12-021-16/+13
* rename skip methods; minor code cleanupsJames Ahlborn2007-11-291-1/+1
* implement and test index based cursorJames Ahlborn2007-11-281-28/+37
* implement save/restore in Cursor; use during find callsJames Ahlborn2007-11-281-4/+5
* finish reworking index cursorJames Ahlborn2007-11-271-5/+16
* rework Index cursor to match behavior of usagemap cursor and CursorJames Ahlborn2007-11-261-17/+22
* make usagemap cursor work similarly to Cursor; handle live additions and dele...James Ahlborn2007-11-261-115/+114
* further refactoring of table/cursor; initial iterator for index to allow for ...James Ahlborn2007-11-261-0/+19
* add reverse cursor traversalJames Ahlborn2007-11-211-61/+153
* change references between major data types; share common utility classes from...James Ahlborn2007-11-191-30/+29
* fix some pmd/findbugs issuesJames Ahlborn2007-11-031-6/+4
* add support for writing large table definitions; move table definition code i...James Ahlborn2007-07-131-4/+6
* add flush method to Database; add unit test for new usage map functionalityJames Ahlborn2007-07-101-2/+0
* rework inline usage map handling to handle out-of-range cases better and with...James Ahlborn2007-07-101-83/+247
* only write the row for the usage map table when updatingJames Ahlborn2007-07-101-36/+43
* 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-091-45/+219
* switch from Integer list to BitSet in UsageMapJames Ahlborn2007-07-091-36/+162
* rework current row page tracking with RowStateJames Ahlborn2006-09-141-9/+8
* clean up lots of cruft around datatypes; add more sanity checking on table cr...James Ahlborn2006-09-081-2/+2
* use common row start/end reading methodsJames Ahlborn2006-08-031-8/+3
* Added ability to delete current row.Tim McCune2005-08-301-3/+7
* JDK 1.5 upgradesTim McCune2005-04-091-3/+3
* This commit was generated by cvs2svn to compensate for changes in r2,Tim McCune2005-04-071-0/+239