summaryrefslogtreecommitdiffstats
path: root/src/changes
diff options
context:
space:
mode:
authorJames Ahlborn <jtahlborn@yahoo.com>2012-05-25 01:55:12 +0000
committerJames Ahlborn <jtahlborn@yahoo.com>2012-05-25 01:55:12 +0000
commit4fd4eb6ea2a312689de4b4dfaadc1e49ef090a05 (patch)
tree2b86d5171ad22875c8ed8e0cb1e42e26662dc270 /src/changes
parent782e6175383597e0dc297c798bbccad582e2fd20 (diff)
downloadjackcess-4fd4eb6ea2a312689de4b4dfaadc1e49ef090a05.tar.gz
jackcess-4fd4eb6ea2a312689de4b4dfaadc1e49ef090a05.zip
Add ImportUtil.toColumns to enable more advanced Table creation implementations (fixes issue 3523181)
git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@627 f203690c-595d-4dc9-a70b-905162fa7fd2
Diffstat (limited to 'src/changes')
-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 9e81c4a..389314b 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -8,6 +8,10 @@
<action dev="jahlborn" type="update" issue="3523179">
Add osgi header information to the manifest.
</action>
+ <action dev="jahlborn" type="update" issue="3523181">
+ Add ImportUtil.toColumns to enable more advanced Table creation
+ implementations.
+ </action>
<action dev="jahlborn" type="fix" issue="3529534">
Fix NPE when running unit tests with db format MSISAM.
</action>