aboutsummaryrefslogtreecommitdiffstats
path: root/src/changes
diff options
context:
space:
mode:
authorJames Ahlborn <jtahlborn@yahoo.com>2014-09-08 01:31:44 +0000
committerJames Ahlborn <jtahlborn@yahoo.com>2014-09-08 01:31:44 +0000
commitb9dcd48b4310add23261dc9cfe0fb2833e1c933d (patch)
tree9bb794ad4d185b41d573a5d35f3bdd6dbe7a174c /src/changes
parent40842f747e387e5584744845f7ee37eb689105ec (diff)
downloadjackcess-b9dcd48b4310add23261dc9cfe0fb2833e1c933d.tar.gz
jackcess-b9dcd48b4310add23261dc9cfe0fb2833e1c933d.zip
some minor cleanups for reading and writing calculated columns (issue #105)
git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@869 f203690c-595d-4dc9-a70b-905162fa7fd2
Diffstat (limited to 'src/changes')
-rw-r--r--src/changes/changes.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 59af706..ccc033a 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -9,6 +9,11 @@
Add Cursor.findRow(RowId) for moving to a specific Table row using
only the RowId.
</action>
+ <action dev="jahlborn" type="fix" system="SourceForge2" issue="105">
+ Add support for reading and writing calculated column values.
+ Jackcess will not evaluate the actual expressions, but the column
+ values can be written directly.
+ </action>
</release>
<release version="2.0.4" date="2014-04-05">
<action dev="jahlborn" type="add">