Skip to content

Commit fb16dab

Browse files
committed
Followups
(cherry-picked from c3b6990)
1 parent b6142c8 commit fb16dab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/providers/oracle/qgsoracleprovider.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1301,7 +1301,7 @@ bool QgsOracleProvider::addFeatures( QgsFeatureList &flist, QgsFeatureSink::Flag
13011301
QVariant value = attributevec[ fieldId[i] ];
13021302

13031303
QString v;
1304-
if ( !value.isValid() || value.isNull() )
1304+
if ( value.isNull() )
13051305
{
13061306
if ( mPrimaryKeyAttrs.contains( i ) && !defaultValues.at( i ).isEmpty() )
13071307
{

0 commit comments

Comments
 (0)