Skip to content

Commit

Permalink
Update src/providers/spatialite/qgsspatialiteprovider.cpp
Browse files Browse the repository at this point in the history
Co-Authored-By: elpaso <elpaso@itopen.it>
  • Loading branch information
m-kuhn and elpaso committed Dec 19, 2018
1 parent b26a5c4 commit af0d891
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/providers/spatialite/qgsspatialiteprovider.cpp
Expand Up @@ -1123,7 +1123,7 @@ void QgsSpatiaLiteProvider::determineViewPrimaryKey()
}
}

QList<QString> QgsSpatiaLiteProvider::tablePrimaryKeys( const QString tableName ) const
QStringList QgsSpatiaLiteProvider::tablePrimaryKeys( const QString &tableName ) const
{
QList<QString> result;
const QString sql = QStringLiteral( "PRAGMA table_info(%1)" ).arg( QgsSpatiaLiteProvider::quotedIdentifier( tableName ) );
Expand Down

0 comments on commit af0d891

Please sign in to comment.