Skip to content

Commit

Permalink
Update src/providers/spatialite/qgsspatialiteprovider.h
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 af0d891 commit 9b8fd50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/providers/spatialite/qgsspatialiteprovider.h
Expand Up @@ -203,7 +203,7 @@ class QgsSpatiaLiteProvider: public QgsVectorDataProvider
void determineViewPrimaryKey(); void determineViewPrimaryKey();


//! Returns primary key(s) from a table name //! Returns primary key(s) from a table name
QList<QString> tablePrimaryKeys( const QString tableName ) const; QStringList tablePrimaryKeys( const QString &tableName ) const;


//! Check if a table/view has any triggers. Triggers can be used on views to make them editable. //! Check if a table/view has any triggers. Triggers can be used on views to make them editable.
bool hasTriggers(); bool hasTriggers();
Expand Down

0 comments on commit 9b8fd50

Please sign in to comment.