]> source.dussan.org Git - jackcess.git/commitdiff
update some docs
authorJames Ahlborn <jtahlborn@yahoo.com>
Thu, 11 Nov 2021 16:21:44 +0000 (16:21 +0000)
committerJames Ahlborn <jtahlborn@yahoo.com>
Thu, 11 Nov 2021 16:21:44 +0000 (16:21 +0000)
git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@1376 f203690c-595d-4dc9-a70b-905162fa7fd2

src/main/java/com/healthmarketscience/jackcess/expr/package-info.java
src/site/fml/faq.fml

index d6f137e74817c1f8d100e4a19afefbbd34374950..9dd7c95127e535fb27894e21caf042bfe197267a 100644 (file)
@@ -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
index bdbf5ba37a109f93d12b23d31625b2c64922070f..f286fcfcabb0a3894d9e651135f8108f87fcc1c4 100644 (file)
@@ -64,8 +64,7 @@
           </tr>
           <tr>
             <td>Field/Table Properties (Validation rules, Input masks, etc)</td>
-            <td>Expression evaluation is now optionally available as of 2.2.0
-                (currently beta).  Input masks are not handled.</td>
+            <td>On by default, can be selectively disabled.  Input masks are not handled.</td>
           </tr>
         </table>
         </div>