Feature request #2414

make fTools' join attributes supporting also dbf files with an uppercase name

Added by Borys Jurgiel about 14 years ago. Updated about 14 years ago.

Status:Closed
Priority:Low
Assignee:cfarmer -
Category:Python plugins
Pull Request or Patch supplied: Resolution:fixed
Easy fix?:No Copied to github as #:12474

Description

When joining an external dbf file with an uppercase name, fTools don't recognize it and try to add an lowercace extension:

IOError: [Errno 2] No such file or directory: u'/home/borys/SAMPLE.DBF.dbf'

fToolsCaseInsensitiveDbf.patch Magnifier (618 Bytes) Borys Jurgiel, 2010-02-07 04:09 AM

Associated revisions

Revision f231cea6
Added by cfarmer - about 14 years ago

check for both lower- and upper-case extensions (fixes #2414), and clear field names upon update (fixes#2386).

git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@12892 c8812cc2-4d05-0410-92ff-de0c093fc19c

Revision d8d35de5
Added by cfarmer - about 14 years ago

check for both lower- and upper-case extensions (fixes #2414), and clear field names upon update (fixes#2386).

git-svn-id: http://svn.osgeo.org/qgis/trunk@12892 c8812cc2-4d05-0410-92ff-de0c093fc19c

History

#1 Updated by cfarmer - about 14 years ago

  • Resolution set to fixed
  • Status changed from Open to Closed

Oops, didn't see the patch! Well this has been fixed in svn 12892 anyway ;-)

Carson

Also available in: Atom PDF