aboutsummaryrefslogtreecommitdiffstats
path: root/src/changes
diff options
context:
space:
mode:
authorJames Ahlborn <jtahlborn@yahoo.com>2015-11-25 21:34:12 +0000
committerJames Ahlborn <jtahlborn@yahoo.com>2015-11-25 21:34:12 +0000
commit6deaa095c7c77dfebf797fe4e4e1ff086cf932d9 (patch)
tree002682c9c8b26ad8f666ea44cbd831f22bc0c8d0 /src/changes
parent0d5f1566e0f22324d522ff8083bfd3a5020e3e9d (diff)
downloadjackcess-6deaa095c7c77dfebf797fe4e4e1ff086cf932d9.tar.gz
jackcess-6deaa095c7c77dfebf797fe4e4e1ff086cf932d9.zip
Add FileFormat.GENERIC_JET4 in order to support getting the file format for jet4 databases with no AccessVersion property (e.g. those created programmatically using ADOX). fixes issue #129
git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@970 f203690c-595d-4dc9-a70b-905162fa7fd2
Diffstat (limited to 'src/changes')
-rw-r--r--src/changes/changes.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 2350392..c62159a 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -9,6 +9,11 @@
Throw a prettier exception when maxing out the row size during row
creation.
</action>
+ <action dev="jahlborn" type="fix" system="SourceForge2" issue="129">
+ Add FileFormat.GENERIC_JET4 in order to support getting the file
+ format for jet4 databases with no AccessVersion property (e.g. those
+ created programmatically using ADOX).
+ </action>
<action dev="jahlborn" type="update" system="SourceForge2" issue="128">
Add some utility methods (DatabaseBuilder.createDateFormat and
DatabaseBuilder.toCompatibleCalendar) for handling Dates in an Access