ignore PGRES_EMPTY_QUERY message

This commit is contained in:
brianc 2011-03-03 22:37:19 -06:00
parent cbd14d0f73
commit e8dec61677

View File

@ -289,7 +289,7 @@ protected:
PQclear(result);
}
Emit(ready_symbol, 0, NULL);
}
}
//TODO look at this later
PGnotify *notify;
@ -319,6 +319,7 @@ protected:
EmitLastError();
break;
case PGRES_COMMAND_OK:
case PGRES_EMPTY_QUERY:
//do nothing
break;
default: