diff options
author | James Ahlborn <jtahlborn@yahoo.com> | 2019-02-20 05:43:35 +0000 |
---|---|---|
committer | James Ahlborn <jtahlborn@yahoo.com> | 2019-02-20 05:43:35 +0000 |
commit | 1fb85bd37a398ff94abd048bfea0a4ec9c8b86d9 (patch) | |
tree | 2b90c51a717b96dc7b103b5ddf96193e63489121 /src/changes/changes.xml | |
parent | cdcd610a9743ed9be8c7865fdaffc5ae5bef5110 (diff) | |
download | jackcess-1fb85bd37a398ff94abd048bfea0a4ec9c8b86d9.tar.gz jackcess-1fb85bd37a398ff94abd048bfea0a4ec9c8b86d9.zip |
Add Database.newTableMetaDataIterable() which enables iterating through table names without loading the entire collection into memory at once
git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@1295 f203690c-595d-4dc9-a70b-905162fa7fd2
Diffstat (limited to 'src/changes/changes.xml')
-rw-r--r-- | src/changes/changes.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/changes/changes.xml b/src/changes/changes.xml index c7a37e0..ca5133f 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -9,6 +9,11 @@ Add ColumnFormatter utility which can apply Column "Format" property for display of column values. </action> + <action dev="jahlborn" type="update"> + Add Database.newTableMetaDataIterable() which enables iterating + through table names without loading the entire collection into memory + at once. + </action> </release> <release version="3.0.0" date="2019-02-08" description="Update to Java 8"> <action dev="jahlborn" type="update"> |