We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b8fa756 commit d9a4c44Copy full SHA for d9a4c44
src/providers/sqlanywhere/qgssqlanywhereprovider.h
@@ -144,7 +144,7 @@ class QgsSqlAnywhereProvider: public QgsVectorDataProvider
144
145
/** Returns the maximum value of an attribute
146
* @param index the index of the attribute */
147
- QVariant maximumValue( int index ) { return minmaxValue( index, "MIN" ); }
+ QVariant maximumValue( int index ) { return minmaxValue( index, "MAX" ); }
148
149
/** Return the unique values of an attribute
150
* @param index the index of the attribute
0 commit comments