Skip to content
Permalink
Browse files
fix #46025
  • Loading branch information
jef-n committed Mar 18, 2023
1 parent e5d6ade commit b845877
Showing 1 changed file with 1 addition and 1 deletion.
@@ -35,7 +35,7 @@ QgsVirtualLayerDefinition QgsVirtualLayerDefinition::fromUrl( const QUrl &url )
def.setFilePath( url.toLocalFile() );

// regexp for column name
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]*" ) );

QgsFields fields;

0 comments on commit b845877

Please sign in to comment.