We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f1b2893 commit dc15ae1Copy full SHA for dc15ae1
src/providers/spatialite/qgsspatialiteprovider.cpp
@@ -4599,7 +4599,7 @@ bool QgsSpatiaLiteProvider::checkLayerType()
4599
{
4600
queryGeomTableName = sqlite3_column_table_name( stmt, 1 );
4601
}
4602
- // 2. check if the table has a useable ROWID
+ // 2. check if the table has a usable ROWID
4603
if ( ! queryGeomTableName.isEmpty() )
4604
4605
sql = QStringLiteral( "SELECT ROWID FROM %1 WHERE ROWID IS NOT NULL LIMIT 1" ).arg( quotedIdentifier( queryGeomTableName ) );
0 commit comments