reset rows count before executing new queries on a connection
this PR attempts to fix issue #1119
Currently the rows count is only set to 0 in the `CommandComplete` handler, but in case of an error this handler isn't called, so we changed this to be on the query prepare handler which is called any time a query starts execution
合并状态:未合并 0 条评论