index
:
jackcess.git
a97_indexes
dependabot/maven/org.apache.commons-commons-lang3-3.18.0
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
/
java
/
com
/
healthmarketscience
/
jackcess
/
JetFormat.java
Commit message (
Expand
)
Author
Age
Files
Lines
*
merge branch jackcess-2 changes through r759
James Ahlborn
2013-07-30
1
-1015
/
+0
*
do not unicode compress strings which are longer than 1024 chars
James Ahlborn
2013-05-03
1
-0
/
+7
*
add codec type for access 2007+ encoding
James Ahlborn
2012-03-01
1
-1
/
+6
*
Add support for reading/writing complex column data (version history, attachm...
James Ahlborn
2011-10-26
1
-0
/
+35
*
more tweaks to sort order reading in v1997; read code page info from db def p...
James Ahlborn
2011-04-06
1
-0
/
+21
*
fix sort order reading in v1997; set col sort order to db default when writin...
James Ahlborn
2011-04-05
1
-0
/
+7
*
handle different versions of general sort order correctly
James Ahlborn
2011-04-05
1
-8
/
+14
*
add mostly functional support for access 2010 new general text sort order
James Ahlborn
2011-04-04
1
-10
/
+16
*
add method to grab default sort order
James Ahlborn
2011-03-31
1
-0
/
+7
*
add support for reading properties blobs; add accessors to various database o...
James Ahlborn
2011-03-20
1
-23
/
+26
*
add nominal support for access 2010, essentially read-only until the new text...
James Ahlborn
2011-03-14
1
-13
/
+44
*
add support for creating indexes (except foreign key indexes) on a table when...
James Ahlborn
2011-03-04
1
-10
/
+17
*
enabled experimental MSISAM write support
James Ahlborn
2011-02-13
1
-5
/
+0
*
minor refactors
James Ahlborn
2010-11-27
1
-1
/
+3
*
implement some tweaks which allow jackcess to be used on the android platform...
James Ahlborn
2010-11-03
1
-5
/
+9
*
add FileFormat.MSISAM
James Ahlborn
2010-11-03
1
-0
/
+9
*
minor refactor
James Ahlborn
2010-10-27
1
-3
/
+1
*
initial support for encoded databases, MSISAM support (issue #3065010)
James Ahlborn
2010-10-22
1
-5
/
+60
*
add support for de-masking database header and reading database password
James Ahlborn
2010-10-16
1
-1
/
+65
*
add more jet3 tests, disable index lookups for jet3
James Ahlborn
2010-07-31
1
-0
/
+11
*
add (initial) read-only support for Access 97 (jet format 3) databases (#3003...
James Ahlborn
2010-07-23
1
-4
/
+234
*
remove unsupported v1997, minor reformats
James Ahlborn
2010-04-07
1
-20
/
+4
*
merge branch newformats changes through r453
James Ahlborn
2010-03-26
1
-5
/
+92
*
Add some more limit checking into table creation based on what access support...
James Ahlborn
2008-07-19
1
-1
/
+29
*
Reduce maximum row size to what Access considers valid.
James Ahlborn
2008-06-24
1
-1
/
+6
*
Fix writing of large memo/ole fields. Apparently Access does not like
James Ahlborn
2008-06-21
1
-0
/
+5
*
tweak max size
James Ahlborn
2008-04-17
1
-1
/
+1
*
fix access compatibility issue with writing small rows, limit data pages to 2...
James Ahlborn
2008-04-16
1
-10
/
+5
*
refactor Index into abstract base class with SimpleIndex implementation to al...
James Ahlborn
2008-04-01
1
-4
/
+14
*
cleanup variety of compiler warnings
James Ahlborn
2008-03-03
1
-2
/
+1
*
do not inline memo/ole fields longer than 64 bytes (fix #1899076)
James Ahlborn
2008-02-21
1
-0
/
+5
*
check for max database size when adding pages
James Ahlborn
2008-01-14
1
-0
/
+8
*
Add experimental support for auto-number columns, feature request
James Ahlborn
2007-11-16
1
-4
/
+9
*
add support for writing large table definitions; move table definition code i...
James Ahlborn
2007-07-13
1
-21
/
+58
*
rework inline usage map handling to handle out-of-range cases better and with...
James Ahlborn
2007-07-10
1
-4
/
+0
*
move usagemap implementations into UsageMap in prep for future changes; clean...
James Ahlborn
2007-07-09
1
-2
/
+4
*
include format in validation
James Ahlborn
2007-06-05
1
-1
/
+14
*
better import/copy column setup; added ability for users to further customize...
James Ahlborn
2006-11-12
1
-2
/
+4
*
implement multi-page long value writing
James Ahlborn
2006-10-02
1
-8
/
+0
*
support reading 'compressed' indexes (fix 1563654)
James Ahlborn
2006-09-26
1
-1
/
+5
*
add offset for next leaf page number
James Ahlborn
2006-09-25
1
-0
/
+4
*
clean up lots of cruft around datatypes; add more sanity checking on table cr...
James Ahlborn
2006-09-08
1
-5
/
+1
*
handle more tables with more idnex slots than actual indexes (fix bug 1530312)
James Ahlborn
2006-07-30
1
-0
/
+4
*
first attempt at reading with deleted columns
James Ahlborn
2006-07-24
1
-1
/
+9
*
add index primary key info; possibly fix some bugs around reading indexes (or...
James Ahlborn
2006-07-24
1
-0
/
+16
*
more tweaking to invalid file handling
James Ahlborn
2006-06-13
1
-10
/
+3
*
better handling of non-existent files in open method
James Ahlborn
2006-06-12
1
-1
/
+13
*
Fixed bug 1261536.
Tim McCune
2005-08-20
1
-1
/
+1
*
This commit was generated by cvs2svn to compensate for changes in r2,
Tim McCune
2005-04-07
1
-0
/
+302