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
Commit message (
Expand
)
Author
Age
Files
Lines
*
[maven-scm] copy for tag rel_1_1_13
rel_1_1_13
James Ahlborn
2008-03-21
1
-4
/
+4
*
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
5
-76
/
+115
*
add test for uniqueEntryCount updates
James Ahlborn
2008-03-19
1
-1
/
+54
*
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
9
-114
/
+266
*
be little lenient in date assertions due to double rounding
James Ahlborn
2008-03-18
1
-6
/
+17
*
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
5
-135
/
+177
*
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
*
remove extraneous properties
James Ahlborn
2008-03-13
1
-0
/
+0
*
always return relationships in same order regardless of table parameter order...
James Ahlborn
2008-03-13
2
-2
/
+117
*
use readOnly dbs for unit tests
James Ahlborn
2008-03-13
3
-18
/
+22
*
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
8
-80
/
+182
*
add convenience method for converting a rowMap to an array of row values
James Ahlborn
2008-03-10
1
-0
/
+15
*
add tests for multi-column indexes
James Ahlborn
2008-03-10
1
-0
/
+0
*
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
*
add tests for the various supported index types
James Ahlborn
2008-03-10
2
-0
/
+394
*
update FAQ with info on extended charset support in text indexes
James Ahlborn
2008-03-10
1
-8
/
+11
*
modify Index update support so that it honors the unique and ignoreNulls prop...
James Ahlborn
2008-03-10
3
-53
/
+117
*
update TODO notes
James Ahlborn
2008-03-10
1
-2
/
+11
*
formalize code for reading unsigned bytes
James Ahlborn
2008-03-09
5
-22
/
+65
*
limit text index length; fix unprintable offset writing
James Ahlborn
2008-03-08
2
-8
/
+18
*
more fixes for index writing
James Ahlborn
2008-03-08
2
-67
/
+165
*
Fix bug caused by sign extension when reading single-byte row numbers; fix so...
James Ahlborn
2008-03-07
6
-10
/
+19
*
Simplify comparison algorithms for RowId and Index.Entry using type attribute...
James Ahlborn
2008-03-07
4
-166
/
+569
*
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
11
-634
/
+742
*
write javadoc for DataTypes; accept wider range of incomging values for some ...
James Ahlborn
2008-03-04
4
-14
/
+114
*
cleanup variety of compiler warnings
James Ahlborn
2008-03-03
10
-39
/
+33
*
faq got dropped from main menu
James Ahlborn
2008-03-03
1
-0
/
+1
*
add faq entry on internationl chars in indexes
James Ahlborn
2008-03-03
1
-5
/
+34
*
fix some compiler warnings
James Ahlborn
2008-02-29
2
-16
/
+10
*
default to true for new entries
James Ahlborn
2008-02-29
1
-2
/
+1
[next]