summaryrefslogtreecommitdiffstats
path: root/src/changes/changes.xml
diff options
context:
space:
mode:
authorJames Ahlborn <jtahlborn@yahoo.com>2008-07-18 03:25:19 +0000
committerJames Ahlborn <jtahlborn@yahoo.com>2008-07-18 03:25:19 +0000
commit030b1109019a49e70afe8ce83e4fcbcbd3ce0733 (patch)
treeeb1849e1a13665713cc3f67d08969f943b5eda54 /src/changes/changes.xml
parent9541bb51bbd8c1f457d5f0b923e41e0b06afa61a (diff)
downloadjackcess-030b1109019a49e70afe8ce83e4fcbcbd3ce0733.tar.gz
jackcess-030b1109019a49e70afe8ce83e4fcbcbd3ce0733.zip
Better column type translation for very large MEMO/OLE types in the Database.copyTable logic
git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@360 f203690c-595d-4dc9-a70b-905162fa7fd2
Diffstat (limited to 'src/changes/changes.xml')
-rw-r--r--src/changes/changes.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index e577cda..3d2dcf9 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -10,6 +10,10 @@
Reserve minimum space for memo/ole fields so that greedy inline row
usage does not cause spurious write failures for wide tables.
</action>
+ <action dev="jahlborn" type="fix" issue="2018713">
+ Better column type translation for very large MEMO/OLE types in the
+ Database.copyTable logic.
+ </action>
</release>
<release version="1.1.15" date="2008-06-27">
<action dev="jahlborn" type="fix" issue="1998225">