Skip to content

Commit

Permalink
Fix oracle query for stylename
Browse files Browse the repository at this point in the history
  • Loading branch information
elpaso committed Nov 9, 2022
1 parent a526224 commit 576536e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/providers/oracle/qgsoracleprovider.cpp
Expand Up @@ -3856,7 +3856,7 @@ QString QgsOracleProviderMetadata::loadStoredStyle( const QString &uri, QString
args << dsUri.geometryColumn();

if ( !LoggedExecStatic( qry, "SELECT styleName, styleQML FROM ("
"SELECT styleQML"
"SELECT styleName, styleQML"
" FROM layer_styles"
" WHERE f_table_catalog=?"
" AND f_table_schema=?"
Expand Down

0 comments on commit 576536e

Please sign in to comment.