]> source.dussan.org Git - jackcess.git/commitdiff
add initial support for linked tables (fixes issue 3479560)
authorJames Ahlborn <jtahlborn@yahoo.com>
Wed, 1 Feb 2012 04:27:50 +0000 (04:27 +0000)
committerJames Ahlborn <jtahlborn@yahoo.com>
Wed, 1 Feb 2012 04:27:50 +0000 (04:27 +0000)
git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@611 f203690c-595d-4dc9-a70b-905162fa7fd2

src/changes/changes.xml

index df8d1752251ae1354bf64cf92a88a696eac81dda..d6a72fdc5006cc96d8dc6e19bf879e005057a277 100644 (file)
@@ -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">