mauricio/postgresql-async

Postgres different types of rowsAffected

ivanpopelyshev opened this issue · 1 comments

QueryResult.rowsAffected is Long while CommandCompleteMessage.rowsAffected is Int.

@ivanpopelyshev in MySQL it's a Long so we have to keep it a Long here.