fix handling of 0-dimension arrays
commit1739fecd7b7d23aa4b3d61823d801f4ffad11250
authorCyrus Harmon <ch-github@bobobeach.com>
Thu, 20 Oct 2016 19:37:58 +0000 (20 12:37 -0700)
committerCyrus Harmon <ch-github@bobobeach.com>
Thu, 20 Oct 2016 19:37:58 +0000 (20 12:37 -0700)
tree015c9c40b4672f02c589bbad790e2dddd4520027
parent3912fb7ec31a186e18c85da3994767cedec37e6e
fix handling of 0-dimension arrays

 * in the binary type interpreters for arrays, we weren't properly
   handling zero-dimension arrays. One question is whether a
   zero-dimension array should return NIL or (make-array nil).
cl-postgres/interpret.lisp