mirror of https://github.com/jackc/pgx.git
Reenable TestRowsScanNilThenScanValue
parent
60da2914f3
commit
e6680127e3
|
@ -991,7 +991,6 @@ func TestEncodeTypeRename(t *testing.T) {
|
||||||
|
|
||||||
// https://github.com/jackc/pgx/issues/810
|
// https://github.com/jackc/pgx/issues/810
|
||||||
func TestRowsScanNilThenScanValue(t *testing.T) {
|
func TestRowsScanNilThenScanValue(t *testing.T) {
|
||||||
t.Skip("TODO - unskip later in v5")
|
|
||||||
t.Parallel()
|
t.Parallel()
|
||||||
|
|
||||||
testWithAndWithoutPreferSimpleProtocol(t, func(t *testing.T, conn *pgx.Conn) {
|
testWithAndWithoutPreferSimpleProtocol(t, func(t *testing.T, conn *pgx.Conn) {
|
||||||
|
|
Loading…
Reference in New Issue