mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-27 00:03:38 -04:00
do not transform toString to quote values (NULL integer becomes 0 otherwise)
This commit is contained in:
parent
0241d4faf3
commit
b357a66652
@ -1676,7 +1676,7 @@ bool QgsPostgresProvider::addFeatures( QgsFeatureList &flist )
|
|||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
values += delim + quotedValue( v.toString() );
|
values += delim + quotedValue( v );
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
|
Loading…
x
Reference in New Issue
Block a user