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.
1 parent 30b55cc commit d10eb89Copy full SHA for d10eb89
src/providers/spatialite/qgsspatialiteprovider.cpp
@@ -1145,7 +1145,7 @@ QList<QString> QgsSpatiaLiteProvider::tablePrimaryKeys( const QString tableName
1145
}
1146
else
1147
{
1148
- QgsLogger::warning( QStringLiteral( "SQLite error discovering relations: %1" ).arg( errMsg ) );
+ QgsLogger::warning( QStringLiteral( "SQLite error discovering primary keys: %1" ).arg( errMsg ) );
1149
sqlite3_free( errMsg );
1150
1151
return result;
0 commit comments