aboutsummaryrefslogtreecommitdiffstats
path: root/README.txt
diff options
context:
space:
mode:
authorJames Ahlborn <jtahlborn@yahoo.com>2017-12-19 04:59:39 +0000
committerJames Ahlborn <jtahlborn@yahoo.com>2017-12-19 04:59:39 +0000
commit4fb8409266a5b586c1240282014dc31b53cfb31b (patch)
treefc8d01249f6ce24ebc492712b5be91f300487bb4 /README.txt
parentc3164b36d5dc541046c3e0f87bf93e221f6752a1 (diff)
downloadjackcess-4fb8409266a5b586c1240282014dc31b53cfb31b.tar.gz
jackcess-4fb8409266a5b586c1240282014dc31b53cfb31b.zip
Add full support for access 2016 databases including the new 'Large Number' (aka Bigint) data type. Fixes feature #37
git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@1130 f203690c-595d-4dc9-a70b-905162fa7fd2
Diffstat (limited to 'README.txt')
-rw-r--r--README.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.txt b/README.txt
index 178aea2..b46c7d7 100644
--- a/README.txt
+++ b/README.txt
@@ -1,7 +1,7 @@
Jackcess
Jackcess is a pure Java library for reading from and writing to MS Access
-databases (currently supporting versions 2000-2013). It is not an
+databases (currently supporting versions 2000-2016). It is not an
application. There is no GUI. It's a library, intended for other developers to
use to build Java applications. Jackcess is licensed under the Apache License
(as of version 2.1.0).