diff options
Diffstat (limited to 'src/changes')
-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 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"> |