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 4dbb516 commit b09f49dCopy full SHA for b09f49d
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