We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
qgis
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
2 parents 801b905 + cbbc7bb commit dfa17ceCopy full SHA for dfa17ce
src/core/qgsvirtuallayerdefinition.cpp
@@ -37,7 +37,7 @@ QgsVirtualLayerDefinition QgsVirtualLayerDefinition::fromUrl( const QUrl &url )
37
def.setFilePath( url.toLocalFile() );
38
39
// regexp for column name
40
- const QString columnNameRx( QStringLiteral( "[a-zA-Z_\x80-\xFF][a-zA-Z0-9_\x80-\xFF]*" ) );
+ const QString columnNameRx( QStringLiteral( "[a-zA-Z_\\x80-\\xFF][a-zA-Z0-9_\\x80-\\xFF]*" ) );
41
42
QgsFields fields;
43
0 commit comments