Skip to content

Commit cbbc7bb

Browse files
jef-ngithub-actions[bot]
authored andcommittedMar 18, 2023
fix #46025
1 parent 801b905 commit cbbc7bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/core/qgsvirtuallayerdefinition.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ QgsVirtualLayerDefinition QgsVirtualLayerDefinition::fromUrl( const QUrl &url )
3737
def.setFilePath( url.toLocalFile() );
3838

3939
// regexp for column name
40-
const QString columnNameRx( QStringLiteral( "[a-zA-Z_\x80-\xFF][a-zA-Z0-9_\x80-\xFF]*" ) );
40+
const QString columnNameRx( QStringLiteral( "[a-zA-Z_\\x80-\\xFF][a-zA-Z0-9_\\x80-\\xFF]*" ) );
4141

4242
QgsFields fields;
4343

0 commit comments

Comments
 (0)
Please sign in to comment.