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 /pom.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 'pom.xml')
-rw-r--r-- | pom.xml | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -245,6 +245,7 @@ <configuration> <issueLinkTemplatePerSystem> <SourceForge2Features>http://sourceforge.net/p/jackcess/feature-requests/%ISSUE%</SourceForge2Features> + <SourceForge2Patches>http://sourceforge.net/p/jackcess/patches/%ISSUE%</SourceForge2Patches> </issueLinkTemplatePerSystem> </configuration> <reportSets> |