Navigation Menu

Skip to content

Commit

Permalink
Spell ok
Browse files Browse the repository at this point in the history
  • Loading branch information
elpaso committed Jul 6, 2021
1 parent 3cb3b8f commit 84b1f48
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/core/providers/qgsabstractdatabaseproviderconnection.h
Expand Up @@ -508,7 +508,7 @@ class CORE_EXPORT QgsAbstractDatabaseProviderConnection : public QgsAbstractProv
enum SqlLayerDefinitionCapability
{
Filter = 1 << 1, //! SQL layer definition supports filter
GeometryColumn = 1 << 2, //! SQL layer definition supports geometry colum
GeometryColumn = 1 << 2, //! SQL layer definition supports geometry column
PrimaryKeys = 1 << 3, //! SQL layer definition supports primary keys
SelectAtId = 1 << 4 //! SQL layer definition supports disabling select at id
};
Expand Down
2 changes: 1 addition & 1 deletion src/providers/postgres/qgspostgresproviderconnection.cpp
Expand Up @@ -1676,7 +1676,7 @@ QMap<QgsAbstractDatabaseProviderConnection::SqlKeywordCategory, QStringList> Qgs
QStringLiteral( "ST_SymDifference" ),
QStringLiteral( "ST_TPI" ),
QStringLiteral( "ST_TRI" ),
QStringLiteral( "ST_Tesselate" ),
QStringLiteral( "ST_Tesselate" ), //#spellok
QStringLiteral( "ST_Tile" ),
QStringLiteral( "ST_TileEnvelope" ),
QStringLiteral( "ST_Touches" ),
Expand Down

0 comments on commit 84b1f48

Please sign in to comment.