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)
commit151c009059521769a44ec35dfdceb86d5373af99
treeb0966c1154d061d79f257ebe4d6aad467f3c3bd7
parentd858cb15ce270fc5d1ad58abd651ba1864979e9f
refactored database-get-type-specifier for postgres and mssql

 * 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
ChangeLog
sql/generic-odbc.lisp
sql/generic-postgresql.lisp
sql/oodml.lisp
tests/test-fddl.lisp