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
/
Table.java
Commit message (
Expand
)
Author
Age
Files
Lines
*
Set overflow info in header row, not in last data row. (fixes #2919216)
James Ahlborn
2009-12-23
1
-18
/
+23
*
minor refactor
James Ahlborn
2009-12-23
1
-9
/
+12
*
support reading/writing fixed length text columns (fixe #2886370)
James Ahlborn
2009-11-17
1
-3
/
+2
*
add some more tests/utility code for row updates
James Ahlborn
2009-11-17
1
-0
/
+18
*
initial update row support
James Ahlborn
2009-11-16
1
-76
/
+244
*
initial support for guid indexes and guid autonumbers
James Ahlborn
2009-10-27
1
-21
/
+16
*
safer fixed offset handling
James Ahlborn
2009-05-29
1
-1
/
+2
*
Add ErrorHandler utility for customizing error handling during row
James Ahlborn
2008-11-08
1
-39
/
+94
*
Share out-of-line long value pages in order to generate more compact database...
James Ahlborn
2008-07-20
1
-7
/
+23
*
better account for memo space usage
James Ahlborn
2008-07-18
1
-0
/
+5
*
Reserve minimum space for memo/ole fields so that greedy inline row usage doe...
James Ahlborn
2008-07-17
1
-1
/
+11
*
Reduce maximum row size to what Access considers valid.
James Ahlborn
2008-06-24
1
-4
/
+2
*
fix access compatibility issue with writing small rows, limit data pages to 2...
James Ahlborn
2008-04-16
1
-2
/
+4
*
add support for optionally enabling big index support
James Ahlborn
2008-04-07
1
-3
/
+22
*
refactor Index into abstract base class with SimpleIndex implementation to al...
James Ahlborn
2008-04-01
1
-1
/
+2
*
add ByteUtil.getUnsignedShort
James Ahlborn
2008-03-31
1
-2
/
+2
*
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
1
-23
/
+62
*
allow for TempBufferHolder which does not maintain reference (cleans up addRows)
James Ahlborn
2008-03-21
1
-14
/
+29
*
minor cleanups
James Ahlborn
2008-03-19
1
-3
/
+2
*
clean up updating of the index uniqueEntryCount
James Ahlborn
2008-03-18
1
-6
/
+10
*
completely fix problems with sporadic usage map corruption; add some soft buf...
James Ahlborn
2008-03-18
1
-15
/
+37
*
no need to use maxColCount and colNumber when storing row results
James Ahlborn
2008-03-15
1
-7
/
+7
*
refactor some common code for encoding/decoding uncompressed strings
James Ahlborn
2008-03-15
1
-20
/
+42
*
fix creation of tables with auto-number columns
James Ahlborn
2008-03-14
1
-1
/
+25
*
add unit tests (and fix some bugs) for ignoreNull and unique index handling
James Ahlborn
2008-03-11
1
-6
/
+10
*
add convenience method for converting a rowMap to an array of row values
James Ahlborn
2008-03-10
1
-0
/
+15
*
formalize code for reading unsigned bytes
James Ahlborn
2008-03-09
1
-6
/
+6
*
Fix bug caused by sign extension when reading single-byte row numbers; fix so...
James Ahlborn
2008-03-07
1
-3
/
+5
*
More fixes for index parsing. Believe index names are now correctly
James Ahlborn
2008-03-06
1
-25
/
+35
*
cleanup variety of compiler warnings
James Ahlborn
2008-03-03
1
-14
/
+14
*
update rowCount in common method
James Ahlborn
2008-02-21
1
-5
/
+4
*
test cursorbuilder
James Ahlborn
2007-12-05
1
-0
/
+13
*
ditch builder-style methods on cursor impls, create CursorBuilder for simpler...
James Ahlborn
2007-12-03
1
-1
/
+2
*
implement range-based, index cursors
James Ahlborn
2007-12-02
1
-3
/
+4
*
implement and test index based cursor
James Ahlborn
2007-11-28
1
-1
/
+5
*
rework Index cursor to match behavior of usagemap cursor and Cursor
James Ahlborn
2007-11-26
1
-1
/
+1
*
make usagemap cursor work similarly to Cursor; handle live additions and dele...
James Ahlborn
2007-11-26
1
-44
/
+42
*
further refactoring of table/cursor; initial iterator for index to allow for ...
James Ahlborn
2007-11-26
1
-171
/
+297
*
add some convenience methods for finding values in a table
James Ahlborn
2007-11-21
1
-1
/
+1
*
add reverse cursor traversal
James Ahlborn
2007-11-21
1
-8
/
+6
*
Move table iteration out of Table and into Cursor. First stage in
James Ahlborn
2007-11-20
1
-162
/
+126
*
work toward separating table iteration state from the Table class
James Ahlborn
2007-11-19
1
-42
/
+86
*
change references between major data types; share common utility classes from...
James Ahlborn
2007-11-19
1
-75
/
+88
*
Update table row count correctly on row deletion or bulk row addition,
James Ahlborn
2007-11-17
1
-15
/
+63
*
Add experimental support for auto-number columns, feature request
James Ahlborn
2007-11-16
1
-33
/
+56
*
fix some pmd/findbugs issues
James Ahlborn
2007-11-03
1
-22
/
+4
*
add support for writing large table definitions; move table definition code i...
James Ahlborn
2007-07-13
1
-6
/
+270
*
rework inline usage map handling to handle out-of-range cases better and with...
James Ahlborn
2007-07-10
1
-2
/
+4
*
switch from Integer list to BitSet in UsageMap
James Ahlborn
2007-07-09
1
-9
/
+10
[next]