respect text/binary choice for record arrays
commitbd2e8f1931946f8b9c0a2b7ed9e1ecb289eff9c2
authorCyrus Harmon <ch-github@bobobeach.com>
Mon, 24 Oct 2016 18:00:40 +0000 (24 11:00 -0700)
committerCyrus Harmon <ch-github@bobobeach.com>
Mon, 24 Oct 2016 18:00:40 +0000 (24 11:00 -0700)
treeee93d560b7f8741430ae6701bf3cb47097b881d2
parent160ba03c0bf91563dcdce055e185e2f5b3301348
respect text/binary choice for record arrays

 * when we read a record array (row types), we need to decide ahead of
   time if we want text or binary. In other words, we can't get a binary
   array with text row types in it. Therefore, we'll respect the row
   type text/binary choice and use that to decide of the record array
   should come back as text or binary.

* add test for this while we're at it
cl-postgres/interpret.lisp
cl-postgres/tests.lisp