aboutsummaryrefslogtreecommitdiffstats
path: root/src/changes
diff options
context:
space:
mode:
authorJames Ahlborn <jtahlborn@yahoo.com>2015-05-01 00:45:53 +0000
committerJames Ahlborn <jtahlborn@yahoo.com>2015-05-01 00:45:53 +0000
commite8616e647606956573e6b33bfd0c098c63f3886e (patch)
tree7b0aa2d20a104004f225cd9868dc55696d7056bc /src/changes
parentee49db8317232aff01613146e280ad989d4e34bd (diff)
downloadjackcess-e8616e647606956573e6b33bfd0c098c63f3886e.tar.gz
jackcess-e8616e647606956573e6b33bfd0c098c63f3886e.zip
Allow optional direct insert/update of autonumber values. This is disabled by default, but can be selectively enabled per-jvm (using system property), per-database, and per-table. fixes feature #32
git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@941 f203690c-595d-4dc9-a70b-905162fa7fd2
Diffstat (limited to 'src/changes')
-rw-r--r--src/changes/changes.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 7d52603..0068167 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -9,6 +9,12 @@
Load linked table info from system table when reading databases with
unsupported sort orders.
</action>
+ <action dev="jahlborn" type="update" system="SourceForge2Features"
+ issue="32">
+ Allow optional direct insert/update of autonumber values. This is
+ disabled by default, but can be selectively enabled per-jvm (using
+ system property), per-database, and per-table.
+ </action>
</release>
<release version="2.1.0" date="2015-04-16"
description="Relicense to Apache License">