refactored database-get-type-specifier for postgres and mssql
authorRuss Tyndall <russ@acceleration.net>
Tue, 18 Jun 2013 15:40:46 +0000 (11:40 -0400)
committerRuss Tyndall <russ@acceleration.net>
Tue, 18 Jun 2013 15:44:12 +0000 (11:44 -0400)
 * Single methods with a case on the symbol arg (similar to the recent
   refactoring in oodml.lisp)

 * This reduces line count and generally makes it easier to find and
   read all the backend-specific types


No differences found