diff options
author | James Ahlborn <jtahlborn@yahoo.com> | 2018-08-24 04:11:43 +0000 |
---|---|---|
committer | James Ahlborn <jtahlborn@yahoo.com> | 2018-08-24 04:11:43 +0000 |
commit | 5dbcd361698afc6da7e88a7186ee459a658fcf6d (patch) | |
tree | 73a180197bb853594d424e2da3b7da0cf8ff8aa1 /src/site/xdoc | |
parent | f0db074605d1614a1204641607d7dbdc27d5c774 (diff) | |
download | jackcess-5dbcd361698afc6da7e88a7186ee459a658fcf6d.tar.gz jackcess-5dbcd361698afc6da7e88a7186ee459a658fcf6d.zip |
minor refactor of function support; start adding top level docs for evaluation support
git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@1190 f203690c-595d-4dc9-a70b-905162fa7fd2
Diffstat (limited to 'src/site/xdoc')
-rw-r--r-- | src/site/xdoc/index.xml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/site/xdoc/index.xml b/src/site/xdoc/index.xml index 4da6248..c8d7f6b 100644 --- a/src/site/xdoc/index.xml +++ b/src/site/xdoc/index.xml @@ -19,6 +19,15 @@ for more info. </p> + <subsection name="Expression Evaluation"> + <p> + Have you ever wished that Jackcess could handle field "default + values" (or other expressions)? Wish no longer! The 2.2.0 version + of Jackcess has finally landed a beta version of expression + evaluation. See the <a href="apidocs/com/healthmarketscience/jackcess/expr/package-summary.html#package_description">expr package</a> javadocs for more details. + </p> + </subsection> + <subsection name="Brand New License!"> <p> Due to the generosity of Health Market Science and the efforts of |