Feature request #2414
make fTools' join attributes supporting also dbf files with an uppercase name
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'
Associated revisions
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
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 - almost 15 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