summaryrefslogtreecommitdiffstats
path: root/src/changes
diff options
context:
space:
mode:
authorJames Ahlborn <jtahlborn@yahoo.com>2010-07-16 04:19:59 +0000
committerJames Ahlborn <jtahlborn@yahoo.com>2010-07-16 04:19:59 +0000
commit4a0bbd462cb4a1bed43934cefdf1087ed360b128 (patch)
tree56fc297b90a8bc57362bfccc4bca93a87e6cdabc /src/changes
parent33165ebc3a26a85e7b2474a249a1a4caecee4471 (diff)
downloadjackcess-4a0bbd462cb4a1bed43934cefdf1087ed360b128.tar.gz
jackcess-4a0bbd462cb4a1bed43934cefdf1087ed360b128.zip
Make Database.escapeIdentifier public; add methods to TableBuilder and ColumnBuilder to optionally escape names (#3029500)
git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@474 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 1772db5..9a89d0a 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -13,6 +13,10 @@
Fix some places where table/columns names were not being handled
case-insensitively.
</action>
+ <action dev="jahlborn" type="fix" issue="3029500">
+ Make Database.escapeIdentifier public; add methods to TableBuilder and
+ ColumnBuilder to optionally escape names.
+ </action>
</release>
<release version="1.2.0" date="2010-04-18">
<action dev="bhamail" type="update" issue="1451628">