From 350e547443e2619337e3a8339e8fbbc334ec5d81 Mon Sep 17 00:00:00 2001 From: James Ahlborn Date: Wed, 23 Dec 2009 02:41:00 +0000 Subject: 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 --- src/changes/changes.xml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'src/changes') 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. - Handler more binary/character input types (Blob, Clob, InputStream, + Handle more binary/character input types (Blob, Clob, InputStream, Reader), based on user submitted patch. @@ -17,6 +17,9 @@ reuse of existing tables. make behavior/naming of copy and import methods consistent. (ideas from use submitted patch). + + Set overflow info in header row, not in last data row. + -- cgit v1.2.3