Bug report #16017

Updated by matteo ghetta about 5 years ago

I am using OSGEO4W QGIS 2.18.2. When I try to save edits after using the field calculator to calculate a field with a name that has capital letters, QGIS give the follow error:



1 Commit errors:

SUCCESS: 1 attribute(s) added.

ERROR: field with index 17 is not the same!

Provider: ogr

Storage: SQLite

expected field: name=WFC_wt type=QString typeName=string len=4 precision=0

retrieved field: name=wfc_wt type=QString typeName=String len=4 precision=0



Clearly I should just not use capital letters in a spatialite field name, but I use a variety of formats and would like to not have remind myself to check first.

Back