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
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
java
/
com
/
healthmarketscience
/
jackcess
/
Index.java
Commit message (
Expand
)
Author
Age
Files
Lines
*
initial update row support
James Ahlborn
2009-11-16
1
-4
/
+6
*
initial support for guid indexes and guid autonumbers
James Ahlborn
2009-10-27
1
-0
/
+37
*
minor code cleanups
James Ahlborn
2008-04-16
1
-8
/
+6
*
add some documentation on large index support (#1564870)
James Ahlborn
2008-04-16
1
-2
/
+2
*
put entry validation inline with entry reading
James Ahlborn
2008-04-15
1
-11
/
+9
*
tweak tostring
James Ahlborn
2008-04-14
1
-2
/
+4
*
tweak tostring
James Ahlborn
2008-04-14
1
-1
/
+4
*
minor tweaks
James Ahlborn
2008-04-10
1
-0
/
+3
*
more minor refactoring
James Ahlborn
2008-04-08
1
-2
/
+6
*
move index pagetypes to the public type; some minor cleanup
James Ahlborn
2008-04-07
1
-14
/
+19
*
flesh out some of the index page update operations
James Ahlborn
2008-04-06
1
-1
/
+1
*
initial code for implementing read/write multi-page index support
James Ahlborn
2008-04-06
1
-13
/
+24
*
refactor Index/SimpleIndex to move most of the add/remove entry handling logi...
James Ahlborn
2008-04-05
1
-47
/
+123
*
refactor Index/SimpleIndex to move the Cursor handling back into Index
James Ahlborn
2008-04-05
1
-97
/
+321
*
refactor Index into abstract base class with SimpleIndex implementation to al...
James Ahlborn
2008-04-01
1
-528
/
+484
*
no need to be inner class
James Ahlborn
2008-03-26
1
-1
/
+1
*
better max size calculation
James Ahlborn
2008-03-25
1
-5
/
+6
*
update the bounds before updating the positions
James Ahlborn
2008-03-24
1
-4
/
+3
*
allow for TempBufferHolder which does not maintain reference (cleans up addRows)
James Ahlborn
2008-03-21
1
-2
/
+3
*
minor cleanups
James Ahlborn
2008-03-19
1
-1
/
+0
*
no need to sort entries, should already be sorted (but verify just to be para...
James Ahlborn
2008-03-18
1
-8
/
+12
*
clean up updating of the index uniqueEntryCount
James Ahlborn
2008-03-18
1
-15
/
+23
*
completely fix problems with sporadic usage map corruption; add some soft buf...
James Ahlborn
2008-03-18
1
-12
/
+11
*
add some notes on unique indexes
James Ahlborn
2008-03-17
1
-3
/
+18
*
no need to use maxColCount and colNumber when storing row results
James Ahlborn
2008-03-15
1
-14
/
+6
*
add support for reading table relationships; minor refactor of table creation...
James Ahlborn
2008-03-11
1
-2
/
+9
*
add unit tests (and fix some bugs) for ignoreNull and unique index handling
James Ahlborn
2008-03-11
1
-52
/
+54
*
modify Index update support so that it honors the unique and ignoreNulls prop...
James Ahlborn
2008-03-10
1
-45
/
+109
*
formalize code for reading unsigned bytes
James Ahlborn
2008-03-09
1
-5
/
+5
*
limit text index length; fix unprintable offset writing
James Ahlborn
2008-03-08
1
-5
/
+15
*
more fixes for index writing
James Ahlborn
2008-03-08
1
-60
/
+118
*
Fix bug caused by sign extension when reading single-byte row numbers; fix so...
James Ahlborn
2008-03-07
1
-2
/
+4
*
Simplify comparison algorithms for RowId and Index.Entry using type attribute...
James Ahlborn
2008-03-07
1
-61
/
+171
*
fix toString for Entry
James Ahlborn
2008-03-06
1
-10
/
+8
*
More fixes for index parsing. Believe index names are now correctly
James Ahlborn
2008-03-06
1
-596
/
+426
*
cleanup variety of compiler warnings
James Ahlborn
2008-03-03
1
-2
/
+2
*
fix some compiler warnings
James Ahlborn
2008-02-29
1
-15
/
+10
*
default to true for new entries
James Ahlborn
2008-02-29
1
-2
/
+1
*
skip unhandled index bytes for now
James Ahlborn
2008-02-29
1
-0
/
+4
*
better handling of index entry compression; validate index entry length reading
James Ahlborn
2008-02-29
1
-63
/
+130
*
ditch builder-style methods on cursor impls, create CursorBuilder for simpler...
James Ahlborn
2007-12-03
1
-17
/
+15
*
implement range-based, index cursors
James Ahlborn
2007-12-02
1
-45
/
+146
*
more minor tweaks and enhanced cursor tests
James Ahlborn
2007-11-29
1
-1
/
+0
*
rename skip methods; minor code cleanups
James Ahlborn
2007-11-29
1
-11
/
+13
*
implement and test index based cursor
James Ahlborn
2007-11-28
1
-51
/
+137
*
implement save/restore in Cursor; use during find calls
James Ahlborn
2007-11-28
1
-3
/
+7
*
change how current position is maintained by Cursor; minor tweaks to deleted ...
James Ahlborn
2007-11-28
1
-23
/
+14
*
finish reworking index cursor
James Ahlborn
2007-11-27
1
-143
/
+284
*
rework Index cursor to match behavior of usagemap cursor and Cursor
James Ahlborn
2007-11-26
1
-61
/
+176
*
make usagemap cursor work similarly to Cursor; handle live additions and dele...
James Ahlborn
2007-11-26
1
-2
/
+6
[next]