diff options
author | James Ahlborn <jtahlborn@yahoo.com> | 2015-03-19 02:32:10 +0000 |
---|---|---|
committer | James Ahlborn <jtahlborn@yahoo.com> | 2015-03-19 02:32:10 +0000 |
commit | f97595dea9f8e8db4e2dbc843999bf76cd47f400 (patch) | |
tree | cc4c4b4acee1e479accdea765a2626a7034e6e56 /src/changes | |
parent | 535fc3dac52f86895c1970fca4beb84423e3d013 (diff) | |
download | jackcess-f97595dea9f8e8db4e2dbc843999bf76cd47f400.tar.gz jackcess-f97595dea9f8e8db4e2dbc843999bf76cd47f400.zip |
cleanup some ColumnBuilder stuff around copying existing columns, remove useless warning; fixes #120
git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@923 f203690c-595d-4dc9-a70b-905162fa7fd2
Diffstat (limited to 'src/changes')
-rw-r--r-- | src/changes/changes.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/changes/changes.xml b/src/changes/changes.xml index dcd9f90..1155d41 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -31,6 +31,11 @@ <action dev="jahlborn" type="add" system="SourceForge2Features" issue="29"> Implement support for indexes on BINARY fields. </action> + <action dev="jahlborn" type="fix" system="SourceForge2" issue="120"> + Remove useless warning for fixed length columns lengths with longer + length. Cleanup some other stuff related to copying existing columns + in ColumnBuilder. + </action> </release> <release version="2.0.8" date="2014-12-26"> <action dev="jahlborn" type="fix" system="SourceForge2" issue="113"> |