aboutsummaryrefslogtreecommitdiffstats
path: root/src/changes
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 /src/changes
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 'src/changes')
-rw-r--r--src/changes/changes.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 1825256..0ff4525 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -4,6 +4,13 @@
<author email="javajedi@users.sf.net">Tim McCune</author>
</properties>
<body>
+ <release version="2.1.10" date="TBD">
+ <action dev="jahlborn" type="update" system="SourceForge2Features"
+ issue="37">
+ Add full support for access 2016 databases including the new "Large
+ Number" (aka Bigint) data type.
+ </action>
+ </release>
<release version="2.1.9" date="2017-10-09">
<action dev="jahlborn" type="fix" system="SourceForge2" issue="141">
Handle more advanced query join constructs.