Dmytro

Results 3 issues of Dmytro

PgRow's `get***(int index)` methods are broken because the order of columns is messed up in PgRow.columns and PgRow.pgColumns.

bug

The following program hangs. Which, I guess, is not supposed to happen. ```scala package test import zio.{Scope, ZIO, ZIOAppArgs, ZIOAppDefault, ZPool} import java.time.Duration object TestPool extends ZIOAppDefault { private val...

💎 Bounty