uncouple cl-postgres and simple-date tests
commitdabe13478db162100cac834fb1b2afe7f310e0f6
authorCyrus Harmon <ch-github@bobobeach.com>
Wed, 12 Oct 2016 00:30:29 +0000 (11 17:30 -0700)
committerCyrus Harmon <ch-github@bobobeach.com>
Tue, 18 Oct 2016 20:54:51 +0000 (18 13:54 -0700)
tree04eb071824f378ab2f3b5c296392a00d30fbd225
parent2de1b0799954495c22b42787a42c04570eca65f3
uncouple cl-postgres and simple-date tests

 * cl-postgres tests now use the readtable provided by
   default-sql-readtable -- without the simple-date routines

* added a new simple-date-tests.lisp file with tests that exercise the
  simple-date reader routines

* fix tests to handle both binary and text row values
cl-postgres.asd
cl-postgres/simple-date-tests.lisp [new file with mode: 0644]
cl-postgres/tests.lisp