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
Commit message (
Expand
)
Author
Age
Files
Lines
*
implement range-based, index cursors
James Ahlborn
2007-12-02
4
-113
/
+263
*
more minor tweaks and enhanced cursor tests
James Ahlborn
2007-11-29
2
-7
/
+89
*
rename skip methods; minor code cleanups
James Ahlborn
2007-11-29
3
-34
/
+41
*
implement and test index based cursor
James Ahlborn
2007-11-28
4
-104
/
+289
*
implement save/restore in Cursor; use during find calls
James Ahlborn
2007-11-28
3
-28
/
+112
*
change how current position is maintained by Cursor; minor tweaks to deleted ...
James Ahlborn
2007-11-28
2
-90
/
+312
*
finish reworking index cursor
James Ahlborn
2007-11-27
2
-148
/
+300
*
rework Index cursor to match behavior of usagemap cursor and Cursor
James Ahlborn
2007-11-26
3
-79
/
+199
*
make usagemap cursor work similarly to Cursor; handle live additions and dele...
James Ahlborn
2007-11-26
5
-187
/
+275
*
further refactoring of table/cursor; initial iterator for index to allow for ...
James Ahlborn
2007-11-26
5
-304
/
+674
*
add some convenience methods for finding values in a table
James Ahlborn
2007-11-21
2
-46
/
+106
*
clean up forward/reverse logic in Cursor
James Ahlborn
2007-11-21
1
-34
/
+85
*
add reverse cursor traversal
James Ahlborn
2007-11-21
3
-99
/
+345
*
Move table iteration out of Table and into Cursor. First stage in
James Ahlborn
2007-11-20
5
-202
/
+554
*
work toward separating table iteration state from the Table class
James Ahlborn
2007-11-19
3
-42
/
+178
*
change references between major data types; share common utility classes from...
James Ahlborn
2007-11-19
6
-200
/
+244
*
Update table row count correctly on row deletion or bulk row addition,
James Ahlborn
2007-11-17
3
-35
/
+127
*
Add experimental support for auto-number columns, feature request
James Ahlborn
2007-11-16
5
-61
/
+128
*
fix some pmd/findbugs issues
James Ahlborn
2007-11-03
6
-60
/
+44
*
minor updates
James Ahlborn
2007-11-02
2
-1
/
+5
*
move to maven2
James Ahlborn
2007-11-02
5
-1
/
+461
*
add support for writing large table definitions; move table definition code i...
James Ahlborn
2007-07-13
6
-201
/
+376
*
add flush method to Database; add unit test for new usage map functionality
James Ahlborn
2007-07-10
3
-7
/
+19
*
rework inline usage map handling to handle out-of-range cases better and with...
James Ahlborn
2007-07-10
6
-117
/
+299
*
only write the row for the usage map table when updating
James Ahlborn
2007-07-10
2
-37
/
+60
*
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
7
-301
/
+243
*
use TempPageHolder in reference usage map
James Ahlborn
2007-07-09
2
-30
/
+53
*
switch from Integer list to BitSet in UsageMap
James Ahlborn
2007-07-09
3
-61
/
+185
*
add Index.getName
James Ahlborn
2007-06-25
1
-0
/
+13
*
handle reading/writing numeric values which thing that they are fixed length ...
James Ahlborn
2007-06-05
2
-1
/
+6
*
include format in validation
James Ahlborn
2007-06-05
3
-3
/
+20
*
do not use hard coded unit size
James Ahlborn
2007-05-08
1
-1
/
+1
*
tweak input row handling at beginning of createRow
James Ahlborn
2007-05-08
1
-9
/
+10
*
fill in offsets for trailing deleted var len columns
James Ahlborn
2007-05-08
1
-0
/
+5
*
when writing table definition, set things up so long variable length columns ...
James Ahlborn
2007-05-08
4
-73
/
+186
*
add autosync option
James Ahlborn
2007-04-25
3
-8
/
+63
*
add unit test for new copyTable behavior
James Ahlborn
2006-11-13
2
-1
/
+10
*
better import/copy column setup; added ability for users to further customize...
James Ahlborn
2006-11-12
1
-11
/
+8
*
better import/copy column setup; added ability for users to further customize...
James Ahlborn
2006-11-12
5
-74
/
+170
*
better import/copy column setup; added ability for users to further customize...
James Ahlborn
2006-11-12
2
-21
/
+87
*
remove invalid character
James Ahlborn
2006-11-12
5
-7
/
+7
*
implement multi-page long value writing
James Ahlborn
2006-10-02
4
-86
/
+196
*
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
2
-43
/
+223
*
add support for get/put int of different byteorder
James Ahlborn
2006-09-25
1
-0
/
+49
*
add offset for next leaf page number
James Ahlborn
2006-09-25
1
-0
/
+4
*
save set of lookup columns
James Ahlborn
2006-09-25
1
-3
/
+8
[next]