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
*
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
*
further refactoring of table/cursor; initial iterator for index to allow for ...
James Ahlborn
2007-11-26
1
-24
/
+209
*
Move table iteration out of Table and into Cursor. First stage in
James Ahlborn
2007-11-20
1
-24
/
+25
*
change references between major data types; share common utility classes from...
James Ahlborn
2007-11-19
1
-21
/
+30
*
Update table row count correctly on row deletion or bulk row addition,
James Ahlborn
2007-11-17
1
-20
/
+60
*
fix some pmd/findbugs issues
James Ahlborn
2007-11-03
1
-22
/
+21
*
add Index.getName
James Ahlborn
2007-06-25
1
-0
/
+13
*
read index entries on demand
James Ahlborn
2006-09-26
1
-4
/
+60
*
fail more gracefully if writing large index
James Ahlborn
2006-09-26
1
-1
/
+5
*
support reading 'compressed' indexes (fix 1563654)
James Ahlborn
2006-09-26
1
-42
/
+218
*
fix ordering of byte code comparator
James Ahlborn
2006-09-23
1
-2
/
+3
*
clean up index reading/writing of text columns, add support for more characters
James Ahlborn
2006-09-18
1
-200
/
+329
*
refactor index entries to allow for fixing textual entries (not finished yet)
James Ahlborn
2006-09-13
1
-85
/
+272
*
clean up lots of cruft around datatypes; add more sanity checking on table cr...
James Ahlborn
2006-09-08
1
-14
/
+36
*
more tweaks to index reading/writing
James Ahlborn
2006-08-08
1
-3
/
+25
*
use uppercase names when adding text columns to indexes, which fixes long sta...
James Ahlborn
2006-08-07
1
-1
/
+5
*
add index primary key info; possibly fix some bugs around reading indexes (or...
James Ahlborn
2006-07-24
1
-2
/
+23
*
implement GUID reading using patch from joniles, 1445653; replace StringBuffe...
James Ahlborn
2006-03-09
1
-2
/
+2
[next]