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
*
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
*
modify Index update support so that it honors the unique and ignoreNulls prop...
James Ahlborn
2008-03-10
3
-53
/
+117
*
formalize code for reading unsigned bytes
James Ahlborn
2008-03-09
4
-18
/
+61
*
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
10
-633
/
+701
*
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
*
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
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
*
prep for release
James Ahlborn
2008-02-27
1
-1
/
+1
*
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
2
-23
/
+72
*
do not inline memo/ole fields longer than 64 bytes (fix #1899076)
James Ahlborn
2008-02-21
3
-1
/
+11
*
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
2
-19
/
+28
*
prep for release
James Ahlborn
2008-01-21
1
-1
/
+1
*
support reading inline usage maps with more than 512 pages
James Ahlborn
2008-01-17
2
-12
/
+37
*
fix some problems with sporadic usage map corruption
James Ahlborn
2008-01-17
2
-9
/
+12
*
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
*
use source instead of pre tag
James Ahlborn
2008-01-10
1
-2
/
+0
*
use source instead of pre tag
James Ahlborn
2008-01-10
1
-5
/
+5
*
using subversion now
James Ahlborn
2008-01-09
1
-0
/
+5
*
add some links to related projects
James Ahlborn
2008-01-09
1
-0
/
+14
*
oops update changelog
James Ahlborn
2007-12-26
1
-1
/
+1
*
fix site to work with inheritance
James Ahlborn
2007-12-26
1
-14
/
+0
*
update changelog
James Ahlborn
2007-12-06
1
-1
/
+6
*
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
[next]