Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
oracle provider: fix saving of styles
- Loading branch information
Showing
with
1 addition
and
1 deletion.
-
+1
−1
src/providers/oracle/qgsoracleprovider.cpp
|
@@ -3330,7 +3330,7 @@ bool QgsOracleProviderMetadata::saveStyle( const QString &uri, |
|
|
qry.addBindValue( dsUri.table() ), |
|
|
qry.addBindValue( dsUri.geometryColumn() ), |
|
|
qry.addBindValue( styleName.isEmpty() ? dsUri.table() : styleName ), |
|
|
qry.exec( sql ) |
|
|
qry.exec() |
|
|
) ) |
|
|
{ |
|
|
errCause = QObject::tr( "Unable to check style existence [%1]" ).arg( qry.lastError().text() ); |
|
|