diff options
author | James Ahlborn <jtahlborn@yahoo.com> | 2010-04-07 03:15:42 +0000 |
---|---|---|
committer | James Ahlborn <jtahlborn@yahoo.com> | 2010-04-07 03:15:42 +0000 |
commit | e94abeff3ac54459388f698608f0b10334463229 (patch) | |
tree | 36ee50abc71aaa167be98911661b3bfa2d9a63df /src/site | |
parent | a262448505c7975f73db190e65707cdb683c18b3 (diff) | |
download | jackcess-e94abeff3ac54459388f698608f0b10334463229.tar.gz jackcess-e94abeff3ac54459388f698608f0b10334463229.zip |
enable big index support by default
git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@460 f203690c-595d-4dc9-a70b-905162fa7fd2
Diffstat (limited to 'src/site')
-rw-r--r-- | src/site/fml/faq.fml | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/src/site/fml/faq.fml b/src/site/fml/faq.fml index f342349..059eba3 100644 --- a/src/site/fml/faq.fml +++ b/src/site/fml/faq.fml @@ -203,9 +203,10 @@ of rows. When the index size limit was reached an UnsupportedOperationException (or possibly an IOException) was thrown. As of the 1.1.14 release, experimental, optional large index support - has been added. This support is disabled by default but can be - enabled via a few different means. Please see the <a href="apidocs/com/healthmarketscience/jackcess/Database.html">Database javadocs</a> - for details on enabling large index support. + has been added. As of the 1.2.0 release, large index support is + enabled by default. This support is enabled/disabled via a few + different means. Please see the <a href="apidocs/com/healthmarketscience/jackcess/Database.html">Database + javadocs</a> for details on enabling/disabling large index support. </answer> </faq> |