diff options
author | James Ahlborn <jtahlborn@yahoo.com> | 2014-12-01 02:12:32 +0000 |
---|---|---|
committer | James Ahlborn <jtahlborn@yahoo.com> | 2014-12-01 02:12:32 +0000 |
commit | 2e461c270a6a51603f095ed33d12dcf6ee6558b1 (patch) | |
tree | 22488d9f4c591ea17135dcc70e7d268a790e9adb /src/changes/changes.xml | |
parent | bae32bb3b12b3857b7e7f2c8e8df7bc247eddb64 (diff) | |
download | jackcess-2e461c270a6a51603f095ed33d12dcf6ee6558b1.tar.gz jackcess-2e461c270a6a51603f095ed33d12dcf6ee6558b1.zip |
Fix table name quoting for append and make table queries. fixes patch #17
git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@900 f203690c-595d-4dc9-a70b-905162fa7fd2
Diffstat (limited to 'src/changes/changes.xml')
-rw-r--r-- | src/changes/changes.xml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/changes/changes.xml b/src/changes/changes.xml index e745224..721e923 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -8,6 +8,9 @@ <action dev="jahlborn" type="fix" system="SourceForge2" issue="113"> Add newer sql type to access type mappings if the jvm supports them. </action> + <action dev="jahlborn" type="fix" system="SourceForge2Patches" issue="17"> + Fix table name quoting for append and make table queries. + </action> </release> <release version="2.0.7" date="2014-11-22"> <action dev="jahlborn" type="fix" system="SourceForge2" issue="111"> |