This code works well but only if database is not null. If there are not nodes in database, then I get error Unrecognized type for stats metadata: map[string]interface {}{"result_consumed_after":0, "type":"w"} in function result.RowsAffected()
In my opinion we should not get error here.
I have next code:
This code works well but only if database is not null. If there are not nodes in database, then I get error
Unrecognized type for stats metadata: map[string]interface {}{"result_consumed_after":0, "type":"w"}
in functionresult.RowsAffected()
In my opinion we should not get error here.