From 55592e3b49b4353b855af422b3507f8f95640a99 Mon Sep 17 00:00:00 2001
From: James Ahlborn <jtahlborn@yahoo.com>
Date: Wed, 16 Apr 2008 17:25:17 +0000
Subject: fix access compatibility issue with writing small rows, limit data
 pages to 256 rows (#1942330)

git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@329 f203690c-595d-4dc9-a70b-905162fa7fd2
---
 src/changes/changes.xml | 3 +++
 1 file changed, 3 insertions(+)

(limited to 'src/changes')

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index c4ee4c8..4fee05f 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -10,6 +10,9 @@
         Need to store auto-number values back into row so that indexes can be
         updated correctly.
       </action>
+      <action dev="jahlborn" type="fix" issue="1942330">
+        Access seems to limit data pages to a max of 256 rows.
+      </action>
     </release>
     <release version="1.1.13" date="2008-03-21">
       <action dev="jahlborn" type="fix" issue="1913775">
-- 
cgit v1.2.3