Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
fix translation string
- Loading branch information
Showing
with
1 addition
and
1 deletion.
-
+1
−1
src/providers/mssql/qgsmssqlprovider.cpp
|
@@ -159,7 +159,7 @@ QgsMssqlProvider::QgsMssqlProvider( const QString &uri, const ProviderOptions &o |
|
|
mPrimaryKeyAttrs.clear(); |
|
|
primaryKeyFromGeometryColumnsTable = getPrimaryKeyFromGeometryColumns( cols ); |
|
|
if ( !primaryKeyFromGeometryColumnsTable ) |
|
|
QgsMessageLog::logMessage( tr( "Invalid extent from geometry_columns table for layer '%1', get primary key from the layer." ) |
|
|
QgsMessageLog::logMessage( tr( "Invalid primary key from geometry_columns table for layer '%1', get primary key from the layer." ) |
|
|
.arg( anUri.table() ), tr( "MSSQL" ) ); |
|
|
} |
|
|
|
|
|
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.