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
Commit message (
Expand
)
Author
Age
Files
Lines
*
More fixes for index parsing. Believe index names are now correctly
James Ahlborn
2008-03-06
9
-633
/
+695
*
write javadoc for DataTypes; accept wider range of incomging values for some ...
James Ahlborn
2008-03-04
2
-12
/
+108
*
cleanup variety of compiler warnings
James Ahlborn
2008-03-03
10
-39
/
+33
*
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
*
better toString
James Ahlborn
2008-02-29
1
-1
/
+2
*
tweak date handling math to reduce rounding issues
James Ahlborn
2008-02-22
1
-12
/
+12
*
use same date for create/update time
James Ahlborn
2008-02-22
1
-1
/
+2
*
user userIds from the file if possible when generating new table access contr...
James Ahlborn
2008-02-22
1
-23
/
+67
*
do not inline memo/ole fields longer than 64 bytes (fix #1899076)
James Ahlborn
2008-02-21
2
-1
/
+7
*
pass along Object[], not String[]
James Ahlborn
2008-02-21
1
-1
/
+1
*
update rowCount in common method
James Ahlborn
2008-02-21
1
-5
/
+4
*
Resolve more edge cases around date handling
James Ahlborn
2008-01-24
1
-19
/
+23
*
support reading inline usage maps with more than 512 pages
James Ahlborn
2008-01-17
1
-12
/
+34
*
fix some problems with sporadic usage map corruption
James Ahlborn
2008-01-17
1
-9
/
+9
*
fix some comments
James Ahlborn
2008-01-17
1
-7
/
+8
*
check for max database size when adding pages
James Ahlborn
2008-01-14
2
-0
/
+12
*
test cursorbuilder
James Ahlborn
2007-12-05
3
-13
/
+23
*
add ids to savepoints in order to verify legitimacy of restore attempts
James Ahlborn
2007-12-04
1
-9
/
+63
*
fix file copyrights
James Ahlborn
2007-12-03
6
-6
/
+156
*
ditch builder-style methods on cursor impls, create CursorBuilder for simpler...
James Ahlborn
2007-12-03
5
-49
/
+281
*
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
4
-202
/
+550
*
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
2
-35
/
+123
*
Add experimental support for auto-number columns, feature request
James Ahlborn
2007-11-16
4
-61
/
+124
*
fix some pmd/findbugs issues
James Ahlborn
2007-11-03
6
-60
/
+44
*
move to maven2
James Ahlborn
2007-11-02
1
-1
/
+1
*
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
[next]