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 )
2510
2510
{
2511
2511
bool returnvalue = true ;
2512
2512
2513
- if ( ! isQuery )
2513
+ if ( isQuery )
2514
2514
return false ;
2515
2515
2516
2516
if ( !connectRW () )
@@ -2558,7 +2558,7 @@ bool QgsPostgresProvider::changeAttributeValues( const QgsChangedAttributesMap &
2558
2558
{
2559
2559
bool returnvalue = true ;
2560
2560
2561
- if ( ! isQuery )
2561
+ if ( isQuery )
2562
2562
return false ;
2563
2563
2564
2564
if ( !connectRW () )
@@ -2642,7 +2642,7 @@ bool QgsPostgresProvider::changeGeometryValues( QgsGeometryMap & geometry_map )
2642
2642
{
2643
2643
QgsDebugMsg ( " entering." );
2644
2644
2645
- if ( ! isQuery )
2645
+ if ( isQuery )
2646
2646
return false ;
2647
2647
2648
2648
if ( !connectRW () )
You can’t perform that action at this time.
0 commit comments