mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-28 00:17:30 -05:00
Fix GPKG project storage with UTF8 names on windows
This commit is contained in:
parent
fb9df9f6de
commit
69bcbeee70
@ -341,7 +341,7 @@ QString QgsGeoPackageProjectStorage::_executeSql( const QString &uri, const QStr
|
||||
char *errmsg = nullptr;
|
||||
( void )sqlite3_exec(
|
||||
db.get(), /* An open database */
|
||||
sql.toLocal8Bit(), /* SQL to be evaluated */
|
||||
sql.toUtf8(), /* SQL to be evaluated */
|
||||
nullptr, /* Callback function */
|
||||
nullptr, /* 1st argument to callback */
|
||||
&errmsg /* Error msg written here */
|
||||
|
Loading…
x
Reference in New Issue
Block a user