Skip to content

Commit d9f293c

Browse files
author
mhugent
committed
unique values from layer also for sqlanywhere
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@15312 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent 1a60366 commit d9f293c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/plugins/sqlanywhere/saquerybuilder.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ void SaQueryBuilder::fillValues( int idx, QString subsetString, int limit )
121121

122122
// determine the field type
123123
QList<QVariant> values;
124-
mLayer->dataProvider()->uniqueValues( idx, values, limit );
124+
mLayer->uniqueValues( idx, values, limit );
125125

126126
for ( int i = 0; i < values.size(); i++ )
127127
{

0 commit comments

Comments
 (0)