aboutsummaryrefslogtreecommitdiffstats
path: root/src/changes
diff options
context:
space:
mode:
authorJames Ahlborn <jtahlborn@yahoo.com>2010-06-06 01:36:35 +0000
committerJames Ahlborn <jtahlborn@yahoo.com>2010-06-06 01:36:35 +0000
commit1d14558bd17a17f38741e4a35a408b559ad49073 (patch)
treec305779f10d0350f54e56f7330b3b4e423c9f212 /src/changes
parent3e17a0a56a818495caa44ca883c6522a44ea6f69 (diff)
downloadjackcess-1d14558bd17a17f38741e4a35a408b559ad49073.tar.gz
jackcess-1d14558bd17a17f38741e4a35a408b559ad49073.zip
Fix some places where table/column names were not being handled case-insensitively. (fix #3011084)
git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@472 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 a7b5539..59dedf9 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -9,6 +9,10 @@
Add ExportUtil and associated utilities for exporting tables to flat
files (thanks to F. Gerbig).
</action>
+ <action dev="jahlborn" type="fix" issue="3011084">
+ Fix some places where columns names were not being handled
+ case-insensitively.
+ </action>
</release>
<release version="1.2.0" date="2010-04-18">
<action dev="bhamail" type="update" issue="1451628">