git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@728
f203690c-595d-4dc9-a70b-
905162fa7fd2
<author email="javajedi@users.sf.net">Tim McCune</author>
</properties>
<body>
+ <release version="1.2.13" date="TBD">
+ <action dev="jahlborn" type="fix">
+ Fix partial page updates when using CodecHandlers which can only do
+ full page encoding.
+ </action>
+ </release>
<release version="1.2.12" date="2013-05-09">
<action dev="jahlborn" type="fix" system="SourceForge2" issue="94">
Do not unicode compress strings which are longer than 1024 chars.
// reset so we can write the whole page
page = fullPage;
pageOffset = 0;
+ writeLen = getFormat().PAGE_SIZE;
} else {