diff options
author | James Ahlborn <jtahlborn@yahoo.com> | 2021-11-11 16:21:44 +0000 |
---|---|---|
committer | James Ahlborn <jtahlborn@yahoo.com> | 2021-11-11 16:21:44 +0000 |
commit | e125700bdc327bfee44e0e84fffbfaea21eb871b (patch) | |
tree | bcefc599190617317d02deb50fdff4374dfd896d /src/main/java | |
parent | a61e2da7fe9f76614013481c27a557455f080752 (diff) | |
download | jackcess-e125700bdc327bfee44e0e84fffbfaea21eb871b.tar.gz jackcess-e125700bdc327bfee44e0e84fffbfaea21eb871b.zip |
update some docs
git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@1376 f203690c-595d-4dc9-a70b-905162fa7fd2
Diffstat (limited to 'src/main/java')
-rw-r--r-- | src/main/java/com/healthmarketscience/jackcess/expr/package-info.java | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/main/java/com/healthmarketscience/jackcess/expr/package-info.java b/src/main/java/com/healthmarketscience/jackcess/expr/package-info.java index d6f137e..9dd7c95 100644 --- a/src/main/java/com/healthmarketscience/jackcess/expr/package-info.java +++ b/src/main/java/com/healthmarketscience/jackcess/expr/package-info.java @@ -15,11 +15,11 @@ limitations under the License. */ /** - * Jackcess has support for evaluating Access expressions (beta support as of - * the 2.2.0 release). This functionality is currently disabled by default - * but can be globally enabled via the system property - * "com.healthmarketscience.jackcess.enableExpressionEvaluation" or - * selectively enabled on a per database basis using {@link com.healthmarketscience.jackcess.Database#setEvaluateExpressions(Boolean)}. + * Jackcess has support for evaluating Access expressions. This functionality + * is enabled by default (as of the 3.5.0 release) but can be globally + * disabled via the system property "com.healthmarketscience.jackcess.enableExpressionEvaluation" or + * selectively disabled on a per database basis using + * {@link com.healthmarketscience.jackcess.Database#setEvaluateExpressions(Boolean)}. * <p> * The expression evaluation engine implementation does its best to follow all * the warts and idiosyncracies of Access expression evaluation (both those |