aboutsummaryrefslogtreecommitdiffstats
path: root/src/site
diff options
context:
space:
mode:
authorJames Ahlborn <jtahlborn@yahoo.com>2016-09-09 12:37:38 +0000
committerJames Ahlborn <jtahlborn@yahoo.com>2016-09-09 12:37:38 +0000
commit09a70b9f2465c39852784eb1b03049ed73512867 (patch)
tree5e6e3deda8fbf54241766e145de0c69ea684f946 /src/site
parent545c0269857a0be87823bdbe08b92309f2466c96 (diff)
downloadjackcess-09a70b9f2465c39852784eb1b03049ed73512867.tar.gz
jackcess-09a70b9f2465c39852784eb1b03049ed73512867.zip
update docs for new metadata update support
git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@1033 f203690c-595d-4dc9-a70b-905162fa7fd2
Diffstat (limited to 'src/site')
-rw-r--r--src/site/xdoc/cookbook.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/site/xdoc/cookbook.xml b/src/site/xdoc/cookbook.xml
index 5d51225..4ad5649 100644
--- a/src/site/xdoc/cookbook.xml
+++ b/src/site/xdoc/cookbook.xml
@@ -192,19 +192,19 @@
is possible may be out of date).
</p>
<p>
- As of version 2.1.0, Jackcess supports:
+ As of version 2.1.5, Jackcess supports:
</p>
<ul>
<li>Creating databases for Access all versions 2000-2013</li>
<li>Creating columns for all simple data types</li>
<li>Creating tables with single-table Indexes</li>
+ <li>Creating tables with (index backed) foreign-key constraints
+ (i.e. relationships with integrity enforcement enabled)</li>
</ul>
<p>
Some notable gaps:
</p>
<ul>
- <li>Cannot currently create tables with (index backed) foreign-key
- constraints</li>
<li>Cannot currently create tables with "complex" columns
(attachment, multi-value, versioned memo)</li>
</ul>