aboutsummaryrefslogtreecommitdiffstats
path: root/src/changes
diff options
context:
space:
mode:
authorJames Ahlborn <jtahlborn@yahoo.com>2015-03-04 03:31:01 +0000
committerJames Ahlborn <jtahlborn@yahoo.com>2015-03-04 03:31:01 +0000
commitbabfdb1947d35dc0fa98bd5dc15f2330e956c1f4 (patch)
treec9cda6e16353082155f8dadb143fca500e3ea1df /src/changes
parent4ffcf30a2a07d0ff79e68e40210f850110694eee (diff)
downloadjackcess-babfdb1947d35dc0fa98bd5dc15f2330e956c1f4.tar.gz
jackcess-babfdb1947d35dc0fa98bd5dc15f2330e956c1f4.zip
add some convenience methods for new TableIterableBuilder; add change notes for linked table updates
git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@918 f203690c-595d-4dc9-a70b-905162fa7fd2
Diffstat (limited to 'src/changes')
-rw-r--r--src/changes/changes.xml9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 37b679b..78bf4ea 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -12,6 +12,15 @@
<action dev="jahlborn" type="update">
Handle input String boolean values.
</action>
+ <action dev="jahlborn" type="add" system="SourceForge2Features" issue="28">
+ Added Database.isLinkedTable method to identify if the given Table is
+ linked to the database.
+ </action>
+ <action dev="jahlborn" type="add" system="SourceForge2Features" issue="28">
+ Added TableIterableBuilder for advanced Table iteration. This allows
+ selectively including different table types when iterating the tables
+ in a Database.
+ </action>
</release>
<release version="2.0.8" date="2014-12-26">
<action dev="jahlborn" type="fix" system="SourceForge2" issue="113">