From: James Ahlborn Date: Sun, 13 Feb 2011 13:19:58 +0000 (+0000) Subject: enabled experimental MSISAM write support X-Git-Tag: jackcess-1.2.3~9 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=e07250ace151f11cbe996ef426abbe3cb2dc3ab1;p=jackcess.git enabled experimental MSISAM write support git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@508 f203690c-595d-4dc9-a70b-905162fa7fd2 --- diff --git a/src/java/com/healthmarketscience/jackcess/JetFormat.java b/src/java/com/healthmarketscience/jackcess/JetFormat.java index 909b8be..723ac5e 100644 --- a/src/java/com/healthmarketscience/jackcess/JetFormat.java +++ b/src/java/com/healthmarketscience/jackcess/JetFormat.java @@ -851,11 +851,6 @@ public abstract class JetFormat { super("MSISAM"); } - @Override - protected boolean defineReadOnly() { - return true; - } - @Override protected CodecType defineCodecType() { return CodecType.MSISAM;