From 34f4e4d4d5113be9e2d13156cc477f3a7af072e6 Mon Sep 17 00:00:00 2001 From: James Ahlborn Date: Sun, 14 Apr 2019 03:22:16 +0000 Subject: [PATCH] update FAQ git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@1301 f203690c-595d-4dc9-a70b-905162fa7fd2 --- src/site/fml/faq.fml | 57 +++++--------------------------------------- 1 file changed, 6 insertions(+), 51 deletions(-) diff --git a/src/site/fml/faq.fml b/src/site/fml/faq.fml index 29df4da..01ce83d 100644 --- a/src/site/fml/faq.fml +++ b/src/site/fml/faq.fml @@ -9,7 +9,7 @@ Does this work on Linux/Unix?

Yep, Jackcess is pure Java. It will work on any Java Virtual - Machine (1.5+).

+ Machine (1.8+).

@@ -64,7 +64,8 @@ Field/Table Properties (Validation rules, Input masks, etc) - No (but Jackcess does provide access to the Properties) + Expression evaluation is now optionally available as of 2.2.0 + (currently beta). Input masks are not handled. @@ -137,15 +138,8 @@ What version of the JDK does this require?

- Version 1.0 requires JDK 1.4 or higher. The version in SVN trunk - and all future releases will require JDK 1.5 or higher. -

-

- However, some users have contributed patches to make later versions - compatible with JDK 1.4. Please check the contributions/ directory - in the source repository for any such patches. Note that any code - in this directory is untested and unsupported, so please use at your - own risk and do not file bugs based on that code. + Version 3.0+ requires JDK 1.8 or higher. 2.x versions require JDK + 1.5 or higher.

@@ -195,35 +189,8 @@ Update: As of the 1.1.21 release, the text index handling supports the entire Basic Multilingual Plane 0 (i.e. any unicode character 0x0000-0xFFFF). Consequently table names can (as of this - release) contain any character in this character set. Therefore, - the rest of this answer should no longer be an issue, but keeping it - here for reference. -

-

- Legacy: As of the 1.1.13 release, the text index handling supports - the entire ISO-8859-1 character set. Consequently table names can - (as of this release) contain any character in this character set. -

-

- Legacy: Jackcess cannot currently update a text column index with - values which contain non-ascii characters. This situation often - arises when tables are created with names which contain - international characters. Access stores the table names in another - table which has an index on the table name column. The index - encoding is not simple to reverse engineer, so it is not likely that - Jackcess will support this anytime soon. -

-

- Some suggestions (for older releases): + release) contain any character in this character set.

- @@ -298,18 +265,6 @@ - - Who is Health Market Science? - -

- HMS is a small company located in suburban Philadelphia. - Using proprietary matching and consolidation software, - HMS scientifically manufactures the most comprehensive - and accurate healthcare data sets in the market today. -

-
-
- It doesn't work! -- 2.39.5