Postgres different types of rowsAffected
ivanpopelyshev opened this issue · 1 comments
ivanpopelyshev commented
QueryResult.rowsAffected is Long while CommandCompleteMessage.rowsAffected is Int.
mauricio commented
@ivanpopelyshev in MySQL it's a Long
so we have to keep it a Long
here.