Skip to content

Commit

Permalink
oracle provider: followup 9ceb6c6
Browse files Browse the repository at this point in the history
  • Loading branch information
jef-n committed Feb 12, 2017
1 parent 40ebca7 commit bb2a6c8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion doc/api_break.dox
Expand Up @@ -307,7 +307,7 @@ Data Providers {#qgis_api_break_3_0_DataProviders}

- QgsDataProvider: crs(), extent(), isValid(), supportsSubsetString(), subsetString()
- QgsVectorDataProvider: getFeatures(), minimumValue(), maximumValue(), uniqueValues(), enumValues(), defaultValue(),
attributeIndexes(), pkAttributeIndexes(), isSaveAndLoadStyleToDBSupported()
attributeIndexes(), pkAttributeIndexes(), isSaveAndLoadStyleToDatabaseSupported()
- QgsRasterInterface: extent()


Expand Down
2 changes: 1 addition & 1 deletion src/providers/oracle/qgsoracleprovider.h
Expand Up @@ -154,7 +154,7 @@ class QgsOracleProvider : public QgsVectorDataProvider

static bool exec( QSqlQuery &qry, QString sql );

virtual bool isSaveAndLoadStyleToDBSupported() const override { return true; }
virtual bool isSaveAndLoadStyleToDatabaseSupported() const override { return true; }

/**
* Switch to oracle workspace
Expand Down
2 changes: 1 addition & 1 deletion src/providers/oracle/qgsoraclesourceselect.h
Expand Up @@ -171,7 +171,7 @@ class QgsOracleSourceSelect : public QDialog, private Ui::QgsDbSourceSelectBase

//! Model that acts as datasource for mTableTreeWidget
QgsOracleTableModel mTableModel;
QgsDbFilterProxyModel mProxyModel;
QgsDatabaseFilterProxyModel mProxyModel;
QgsOracleSourceSelectDelegate *mTablesTreeDelegate;

QPushButton *mBuildQueryButton;
Expand Down

0 comments on commit bb2a6c8

Please sign in to comment.