added support and tests for arrays of names
commit9427804298b1abd539bcbb2d56ba7be5583bf3f9
authorCyrus Harmon <ch-github@bobobeach.com>
Tue, 13 Sep 2016 22:53:03 +0000 (13 15:53 -0700)
committerCyrus Harmon <ch-github@bobobeach.com>
Tue, 13 Sep 2016 22:53:03 +0000 (13 15:53 -0700)
tree11460a213616228940007889fc18f4d0ba7f6200
parentc4013e46ca1be9bf75477fe7bf68865646f1441f
added support and tests for arrays of names

 * name is an internal PG type used for storing identifiers. Probably
   not commonly used, but easy enough to support.
cl-postgres/interpret.lisp
cl-postgres/tests.lisp