Skip to content

Commit

Permalink
Try to guess pks
Browse files Browse the repository at this point in the history
  • Loading branch information
elpaso committed Jan 10, 2020
1 parent 84b321e commit 4b0747c
Show file tree
Hide file tree
Showing 3 changed files with 397 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/providers/postgres/qgspostgresprovider.cpp
Expand Up @@ -71,7 +71,7 @@ static bool tableExists( QgsPostgresConn &conn, const QString &name )
}

QgsPostgresPrimaryKeyType
QgsPostgresProvider::pkType( const QgsField &f ) const
static QgsPostgresProvider::pkType( const QgsField &f ) const
{
switch ( f.type() )
{
Expand Down

0 comments on commit 4b0747c

Please sign in to comment.