File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -2510,7 +2510,7 @@ bool QgsPostgresProvider::deleteAttributes( const QgsAttributeIds& ids )
25102510{
25112511 bool returnvalue = true ;
25122512
2513- if ( ! isQuery )
2513+ if ( isQuery )
25142514 return false ;
25152515
25162516 if ( !connectRW () )
@@ -2558,7 +2558,7 @@ bool QgsPostgresProvider::changeAttributeValues( const QgsChangedAttributesMap &
25582558{
25592559 bool returnvalue = true ;
25602560
2561- if ( ! isQuery )
2561+ if ( isQuery )
25622562 return false ;
25632563
25642564 if ( !connectRW () )
@@ -2642,7 +2642,7 @@ bool QgsPostgresProvider::changeGeometryValues( QgsGeometryMap & geometry_map )
26422642{
26432643 QgsDebugMsg ( " entering." );
26442644
2645- if ( ! isQuery )
2645+ if ( isQuery )
26462646 return false ;
26472647
26482648 if ( !connectRW () )
You can’t perform that action at this time.
0 commit comments