mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-15 00:04:00 -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
|
||||
{
|
||||
values += delim + quotedValue( v.toString() );
|
||||
values += delim + quotedValue( v );
|
||||
}
|
||||
}
|
||||
else
|
||||
|
Loading…
x
Reference in New Issue
Block a user