add %get-int to handle type-coersion to int and use it in generic-postgres
authorRuss Tyndall <russ@acceleration.net>
Sun, 12 Jun 2011 16:19:12 +0000 (12:19 -0400)
committerNathan Bird <nathan@acceleration.net>
Thu, 30 Jun 2011 21:13:17 +0000 (17:13 -0400)
commitb712c97002b19e418f8430cef1257515a5e3a3d3
tree7965cfc18826e4fbfb3ba105672455c4678dc522
parentd86f73be9a261b9c071ab905aeff5d1ee30a3f31
add %get-int to handle type-coersion to int and use it in generic-postgres
and throughout tests to simplify integer coersion, and allow
postgresql-socket3 to pass tests. (postgresql-socket3 always returns the
correct type, rather than sometimes returning strings)
sql/generic-postgresql.lisp
sql/utils.lisp
tests/package.lisp
tests/test-fdml.lisp
tests/utils.lisp