handle this not like an idiot
This commit is contained in:
@@ -822,12 +822,10 @@ func TestReadingNullByteArray(t *testing.T) {
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
func TestReadingNullByteArrays(t *testing.T) {
|
||||
conn := mustConnect(t, *defaultConnConfig)
|
||||
defer closeConn(t, conn)
|
||||
|
||||
|
||||
rows, err := conn.Query("select null::text union all select null::text")
|
||||
if err != nil {
|
||||
t.Fatalf("conn.Query failed: ", err)
|
||||
|
||||
Reference in New Issue
Block a user