Alexandr A

Results 1 comments of Alexandr A

It is simple error, there are code on PgConnectionPool.ReleasingTransaction.queryRows(); {code:java} @Override public Observable queryRows(String sql, Object... params) { if (released.get()) { return Observable.error(new SqlException("Transaction is already completed")); } return transaction.queryRows(sql)...