aboutsummaryrefslogtreecommitdiffstats
path: root/src/changes
diff options
context:
space:
mode:
authorJames Ahlborn <jtahlborn@yahoo.com>2008-04-16 17:25:17 +0000
committerJames Ahlborn <jtahlborn@yahoo.com>2008-04-16 17:25:17 +0000
commit55592e3b49b4353b855af422b3507f8f95640a99 (patch)
tree8deb2af7e76bf2b505820de418019fbb766e5498 /src/changes
parentd28f9864b9819a85828991f215ce79b926f97bad (diff)
downloadjackcess-55592e3b49b4353b855af422b3507f8f95640a99.tar.gz
jackcess-55592e3b49b4353b855af422b3507f8f95640a99.zip
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
Diffstat (limited to 'src/changes')
-rw-r--r--src/changes/changes.xml3
1 files changed, 3 insertions, 0 deletions
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">