summaryrefslogtreecommitdiffstats
path: root/src/changes
diff options
context:
space:
mode:
authorJames Ahlborn <jtahlborn@yahoo.com>2009-12-23 02:41:00 +0000
committerJames Ahlborn <jtahlborn@yahoo.com>2009-12-23 02:41:00 +0000
commit350e547443e2619337e3a8339e8fbbc334ec5d81 (patch)
tree4bf22a143fbf811b8ab7bceea187966204092e61 /src/changes
parentd590fa696b5dd00c73d659a4b0d2c4f7a0c87886 (diff)
downloadjackcess-350e547443e2619337e3a8339e8fbbc334ec5d81.tar.gz
jackcess-350e547443e2619337e3a8339e8fbbc334ec5d81.zip
Set overflow info in header row, not in last data row. (fixes #2919216)
git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@424 f203690c-595d-4dc9-a70b-905162fa7fd2
Diffstat (limited to 'src/changes')
-rw-r--r--src/changes/changes.xml5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index a9ba17b..59d4c35 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -9,7 +9,7 @@
Further improvements to date handling.
</action>
<action dev="jahlborn" type="update">
- Handler more binary/character input types (Blob, Clob, InputStream,
+ Handle more binary/character input types (Blob, Clob, InputStream,
Reader), based on user submitted patch.
</action>
<action dev="jahlborn" type="update">
@@ -17,6 +17,9 @@
reuse of existing tables. make behavior/naming of copy and import
methods consistent. (ideas from use submitted patch).
</action>
+ <action dev="jahlborn" type="fix" issue="2919216">
+ Set overflow info in header row, not in last data row.
+ </action>
</release>
<release version="1.1.20" date="2009-11-18">
<action dev="jahlborn" type="fix" issue="2884599">