mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-25 00:58:06 -05:00
unique values from layer also for sqlanywhere
git-svn-id: http://svn.osgeo.org/qgis/trunk@15312 c8812cc2-4d05-0410-92ff-de0c093fc19c
This commit is contained in:
parent
dafc6db95f
commit
bcb7165901
@ -121,7 +121,7 @@ void SaQueryBuilder::fillValues( int idx, QString subsetString, int limit )
|
||||
|
||||
// determine the field type
|
||||
QList<QVariant> values;
|
||||
mLayer->dataProvider()->uniqueValues( idx, values, limit );
|
||||
mLayer->uniqueValues( idx, values, limit );
|
||||
|
||||
for ( int i = 0; i < values.size(); i++ )
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user