2
0

handle this not like an idiot

This commit is contained in:
Karl Seguin
2014-12-24 09:16:13 +07:00
parent 8d116336c3
commit edc8216aa2
3 changed files with 4 additions and 6 deletions
-2
View File
@@ -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)