summaryrefslogtreecommitdiffstats
path: root/src/changes/changes.xml
diff options
context:
space:
mode:
authorJames Ahlborn <jtahlborn@yahoo.com>2012-02-01 04:27:50 +0000
committerJames Ahlborn <jtahlborn@yahoo.com>2012-02-01 04:27:50 +0000
commite2c2b16bdd8cea89b3d93ce8f9cf623f56719867 (patch)
treeea5c969ecbeea4dca2f7632c9daf401c9e4832ad /src/changes/changes.xml
parentae2ffd397026c7eac5210d343934ab15eb00bb4a (diff)
downloadjackcess-e2c2b16bdd8cea89b3d93ce8f9cf623f56719867.tar.gz
jackcess-e2c2b16bdd8cea89b3d93ce8f9cf623f56719867.zip
add initial support for linked tables (fixes issue 3479560)
git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@611 f203690c-595d-4dc9-a70b-905162fa7fd2
Diffstat (limited to 'src/changes/changes.xml')
-rw-r--r--src/changes/changes.xml4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index df8d175..d6a72fd 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -11,7 +11,9 @@
<action dev="jahlborn" type="update" issue="3479560">
Add initial support for linked tables. Linked tables will now be
loaded by the normal Database.getTable method. Linked tables can be
- created using the new Database.createLinkedTable method.
+ created using the new Database.createLinkedTable method. Linked table
+ resolution can be customized per Database by supplying a custom
+ LinkResolver.
</action>
</release>
<release version="1.2.6" date="2011-12-16">