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
Commit message (
Expand
)
Author
Age
Files
Lines
*
add support for optionally enabling big index support
James Ahlborn
2008-04-07
2
-10
/
+72
*
make unit tests work for either index type; minor refactoring
James Ahlborn
2008-04-07
1
-75
/
+90
*
move index pagetypes to the public type; some minor cleanup
James Ahlborn
2008-04-07
2
-17
/
+28
*
flesh out some of the index page update operations
James Ahlborn
2008-04-06
2
-57
/
+168
*
initial code for implementing read/write multi-page index support
James Ahlborn
2008-04-06
4
-13
/
+763
*
refactor Index/SimpleIndex to move most of the add/remove entry handling logi...
James Ahlborn
2008-04-05
1
-3
/
+0
*
refactor Index/SimpleIndex to move most of the add/remove entry handling logi...
James Ahlborn
2008-04-05
2
-126
/
+133
*
refactor Index/SimpleIndex to move the Cursor handling back into Index
James Ahlborn
2008-04-05
2
-281
/
+332
*
add constants for movement booleans
James Ahlborn
2008-04-05
2
-19
/
+25
*
clear nextPageNumber for held dataPage
James Ahlborn
2008-04-03
1
-2
/
+6
*
more comment updates
James Ahlborn
2008-04-01
4
-4
/
+4
*
remove some old comments
James Ahlborn
2008-04-01
1
-11
/
+0
*
refactor Index into abstract base class with SimpleIndex implementation to al...
James Ahlborn
2008-04-01
4
-533
/
+971
*
update FAQ
James Ahlborn
2008-03-31
1
-1
/
+1
*
update FAQ
James Ahlborn
2008-03-31
1
-6
/
+6
*
add ByteUtil.getUnsignedShort
James Ahlborn
2008-03-31
2
-6
/
+35
*
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
*
add issue number
James Ahlborn
2008-03-25
1
-1
/
+1
*
redundant code
James Ahlborn
2008-03-24
1
-1
/
+0
*
Need to store auto-number values back into row so that indexes can be
James Ahlborn
2008-03-24
3
-26
/
+69
*
update the bounds before updating the positions
James Ahlborn
2008-03-24
1
-4
/
+3
*
truncate file before overwriting
James Ahlborn
2008-03-21
1
-0
/
+1
*
prep for release
James Ahlborn
2008-03-21
1
-6
/
+6
*
allow for TempBufferHolder which does not maintain reference (cleans up addRows)
James Ahlborn
2008-03-21
5
-39
/
+91
*
add TableBuilder utility
James Ahlborn
2008-03-20
1
-10
/
+12
*
add TableBuilder utility
James Ahlborn
2008-03-20
2
-0
/
+48
*
minor cleanups
James Ahlborn
2008-03-19
2
-4
/
+2
*
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
2
-21
/
+33
*
remove unused import
James Ahlborn
2008-03-18
1
-1
/
+0
*
completely fix problems with sporadic usage map corruption; add some soft buf...
James Ahlborn
2008-03-18
8
-113
/
+264
*
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
4
-27
/
+21
*
refactor some common code for encoding/decoding uncompressed strings
James Ahlborn
2008-03-15
2
-44
/
+75
*
add ColumnBuilder utility for simplifying table construction
James Ahlborn
2008-03-15
2
-5
/
+141
*
unused import
James Ahlborn
2008-03-14
1
-1
/
+0
*
add method for checking names against reserved words set
James Ahlborn
2008-03-14
1
-2
/
+9
*
fix creation of tables with auto-number columns
James Ahlborn
2008-03-14
2
-1
/
+28
*
restrict new tables to only one autonumber column
James Ahlborn
2008-03-14
1
-2
/
+7
*
tweak column display
James Ahlborn
2008-03-14
1
-1
/
+6
*
always return relationships in same order regardless of table parameter order...
James Ahlborn
2008-03-13
1
-2
/
+12
*
add toString
James Ahlborn
2008-03-12
1
-0
/
+13
*
add support for reading table relationships; minor refactor of table creation...
James Ahlborn
2008-03-11
6
-105
/
+408
*
add method for creating Iterable given specific column names
James Ahlborn
2008-03-11
1
-0
/
+16
*
add unit tests (and fix some bugs) for ignoreNull and unique index handling
James Ahlborn
2008-03-11
4
-60
/
+67
*
add convenience method for converting a rowMap to an array of row values
James Ahlborn
2008-03-10
1
-0
/
+15
*
make sure database file fits expected criteria
James Ahlborn
2008-03-10
1
-0
/
+6
*
add additional diagnostic info on failures
James Ahlborn
2008-03-10
1
-1
/
+2
*
update FAQ with info on extended charset support in text indexes
James Ahlborn
2008-03-10
1
-8
/
+11
[next]