diff options
author | James Ahlborn <jtahlborn@yahoo.com> | 2014-12-03 03:23:51 +0000 |
---|---|---|
committer | James Ahlborn <jtahlborn@yahoo.com> | 2014-12-03 03:23:51 +0000 |
commit | e6e0208c973f6a67e8d4593aa665133a6d7e7f03 (patch) | |
tree | 0fee89be03d985438bb487d62cdbdcdf8d32faa4 /pom.xml | |
parent | 2e461c270a6a51603f095ed33d12dcf6ee6558b1 (diff) | |
download | jackcess-e6e0208c973f6a67e8d4593aa665133a6d7e7f03.tar.gz jackcess-e6e0208c973f6a67e8d4593aa665133a6d7e7f03.zip |
Don't double quote already quoted identifiers. fixes patch 18
git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@901 f203690c-595d-4dc9-a70b-905162fa7fd2
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -94,6 +94,12 @@ <role>Contributed to cookbook.</role> </roles> </contributor> + <contributor> + <name>Gabriele Favalessa</name> + <roles> + <role>Fixed various query generation issues.</role> + </roles> + </contributor> </contributors> <issueManagement> <system>SourceForge2</system> |