diff options
author | James Ahlborn <jtahlborn@yahoo.com> | 2014-12-04 01:17:26 +0000 |
---|---|---|
committer | James Ahlborn <jtahlborn@yahoo.com> | 2014-12-04 01:17:26 +0000 |
commit | d327ceb55eef6e222749346e2c20c7e5dfd08041 (patch) | |
tree | d8e5c186306570a001c5608fe51d00c7534ef535 /src/changes | |
parent | e6e0208c973f6a67e8d4593aa665133a6d7e7f03 (diff) | |
download | jackcess-d327ceb55eef6e222749346e2c20c7e5dfd08041.tar.gz jackcess-d327ceb55eef6e222749346e2c20c7e5dfd08041.zip |
Better validation of identifier names (disallow invalid characters according to access naming rules)
git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@902 f203690c-595d-4dc9-a70b-905162fa7fd2
Diffstat (limited to 'src/changes')
-rw-r--r-- | src/changes/changes.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 5137378..d128dc3 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -14,6 +14,10 @@ <action dev="jahlborn" type="fix" system="SourceForge2Patches" issue="18"> Don't double quote already quoted identifiers. </action> + <action dev="jahlborn" type="update"> + Better validation of identifier names (disallow invalid characters + according to Access naming rules). + </action> </release> <release version="2.0.7" date="2014-11-22"> <action dev="jahlborn" type="fix" system="SourceForge2" issue="111"> |