summaryrefslogtreecommitdiffstats
path: root/src/changes
diff options
context:
space:
mode:
authorJames Ahlborn <jtahlborn@yahoo.com>2011-03-20 21:19:32 +0000
committerJames Ahlborn <jtahlborn@yahoo.com>2011-03-20 21:19:32 +0000
commitf1cd07bf0464c1789bac5293c66667beb76b7d2d (patch)
tree218d013f2b384165bb20ffb8ee0628bca37df6bd /src/changes
parent28f8e998fb4d56a62d633c6eda8fbb32a907a916 (diff)
downloadjackcess-f1cd07bf0464c1789bac5293c66667beb76b7d2d.tar.gz
jackcess-f1cd07bf0464c1789bac5293c66667beb76b7d2d.zip
add support for reading properties blobs; add accessors to various database objects for retrieving their respective properties
git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@533 f203690c-595d-4dc9-a70b-905162fa7fd2
Diffstat (limited to 'src/changes')
-rw-r--r--src/changes/changes.xml11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index df70933..59529aa 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -4,6 +4,17 @@
<author email="javajedi@users.sf.net">Tim McCune</author>
</properties>
<body>
+ <release version="1.2.4" date="TBD">
+ <action dev="jahlborn" type="update">
+ Refactor table loading to use indexes. Do not load all table names at
+ database startup (should make startup faster).
+ </action>
+ <action dev="jahlborn" type="add">
+ Add support for reading properties blobs. Add methods for accessing
+ database, summary, and user-defined properties from the Database. Add
+ methods to Table and Column for accessing their respective properties.
+ </action>
+ </release>
<release version="1.2.3" date="2011-03-05">
<action dev="jahlborn" type="fix" issue="3181334">
Add support for writing all fixed length column types into variable