index
:
jackcess.git
a97_indexes
exprs
hms
jackcess-1.2.14
jackcess-2
jdk8
master
modules
mutateops
newformats
Mirror of the Jackcess project: https://github.com/jahlborn/jackcess
www-data
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
java
/
com
/
healthmarketscience
/
jackcess
/
UsageMap.java
Commit message (
Expand
)
Author
Age
Files
Lines
*
merge branch jackcess-2 changes through r759
James Ahlborn
2013-07-30
1
-1001
/
+0
*
implement handling of usagemaps for long value (MEMO/OLE) columns, fixes issu...
James Ahlborn
2013-07-05
1
-0
/
+15
*
add some methods to approximate table size
James Ahlborn
2011-07-16
1
-0
/
+4
*
ignore usagemap inconsistencies in certain situations
James Ahlborn
2010-11-18
1
-11
/
+52
*
merge branch newformats changes through r453
James Ahlborn
2010-03-26
1
-3
/
+6
*
minor tweak
James Ahlborn
2010-01-20
1
-2
/
+3
*
cleanup unused param
James Ahlborn
2008-04-29
1
-5
/
+2
*
implement page deallocation; fix some issues in global usage map handling
James Ahlborn
2008-04-22
1
-16
/
+12
*
add constants for movement booleans
James Ahlborn
2008-04-05
1
-4
/
+4
*
allow for TempBufferHolder which does not maintain reference (cleans up addRows)
James Ahlborn
2008-03-21
1
-1
/
+1
*
completely fix problems with sporadic usage map corruption; add some soft buf...
James Ahlborn
2008-03-18
1
-1
/
+1
*
add unit tests (and fix some bugs) for ignoreNull and unique index handling
James Ahlborn
2008-03-11
1
-1
/
+2
*
add additional diagnostic info on failures
James Ahlborn
2008-03-10
1
-1
/
+2
*
Fix bug caused by sign extension when reading single-byte row numbers; fix so...
James Ahlborn
2008-03-07
1
-1
/
+1
*
More fixes for index parsing. Believe index names are now correctly
James Ahlborn
2008-03-06
1
-1
/
+3
*
cleanup variety of compiler warnings
James Ahlborn
2008-03-03
1
-3
/
+4
*
support reading inline usage maps with more than 512 pages
James Ahlborn
2008-01-17
1
-12
/
+34
*
fix some problems with sporadic usage map corruption
James Ahlborn
2008-01-17
1
-9
/
+9
*
fix some comments
James Ahlborn
2008-01-17
1
-7
/
+8
*
ditch builder-style methods on cursor impls, create CursorBuilder for simpler...
James Ahlborn
2007-12-03
1
-12
/
+10
*
implement range-based, index cursors
James Ahlborn
2007-12-02
1
-16
/
+13
*
rename skip methods; minor code cleanups
James Ahlborn
2007-11-29
1
-1
/
+1
*
implement and test index based cursor
James Ahlborn
2007-11-28
1
-28
/
+37
*
implement save/restore in Cursor; use during find calls
James Ahlborn
2007-11-28
1
-4
/
+5
*
finish reworking index cursor
James Ahlborn
2007-11-27
1
-5
/
+16
*
rework Index cursor to match behavior of usagemap cursor and Cursor
James Ahlborn
2007-11-26
1
-17
/
+22
*
make usagemap cursor work similarly to Cursor; handle live additions and dele...
James Ahlborn
2007-11-26
1
-115
/
+114
*
further refactoring of table/cursor; initial iterator for index to allow for ...
James Ahlborn
2007-11-26
1
-0
/
+19
*
add reverse cursor traversal
James Ahlborn
2007-11-21
1
-61
/
+153
*
change references between major data types; share common utility classes from...
James Ahlborn
2007-11-19
1
-30
/
+29
*
fix some pmd/findbugs issues
James Ahlborn
2007-11-03
1
-6
/
+4
*
add support for writing large table definitions; move table definition code i...
James Ahlborn
2007-07-13
1
-4
/
+6
*
add flush method to Database; add unit test for new usage map functionality
James Ahlborn
2007-07-10
1
-2
/
+0
*
rework inline usage map handling to handle out-of-range cases better and with...
James Ahlborn
2007-07-10
1
-83
/
+247
*
only write the row for the usage map table when updating
James Ahlborn
2007-07-10
1
-36
/
+43
*
make pageiterators work even as usagemap bits are shifted around
James Ahlborn
2007-07-10
1
-50
/
+101
*
initial implementation of support for promoting nline to reference usage map
James Ahlborn
2007-07-10
1
-20
/
+49
*
move usagemap implementations into UsageMap in prep for future changes; clean...
James Ahlborn
2007-07-09
1
-45
/
+219
*
switch from Integer list to BitSet in UsageMap
James Ahlborn
2007-07-09
1
-36
/
+162
*
rework current row page tracking with RowState
James Ahlborn
2006-09-14
1
-9
/
+8
*
clean up lots of cruft around datatypes; add more sanity checking on table cr...
James Ahlborn
2006-09-08
1
-2
/
+2
*
use common row start/end reading methods
James Ahlborn
2006-08-03
1
-8
/
+3
*
Added ability to delete current row.
Tim McCune
2005-08-30
1
-3
/
+7
*
JDK 1.5 upgrades
Tim McCune
2005-04-09
1
-3
/
+3
*
This commit was generated by cvs2svn to compensate for changes in r2,
Tim McCune
2005-04-07
1
-0
/
+239