refactored database-output-sql-as-type in a similar fashion to
authorRuss Tyndall <russ@acceleration.net>
Tue, 18 Jun 2013 21:37:46 +0000 (17:37 -0400)
committerRuss Tyndall <russ@acceleration.net>
Tue, 18 Jun 2013 21:37:46 +0000 (17:37 -0400)
commitf103c1a5416d2f22820d66020e4f9c18c766d894
tree1400e6d257976394e3d986fd1281e87d54644f64
parent151c009059521769a44ec35dfdceb86d5373af99
refactored database-output-sql-as-type in a similar fashion to
the previous refactor of database-get-type-specifier (fewer
methods using case instead of eql specifiers)

 * removed very strange definition of outputing floats as strings for
   something sane (it was previously doing silly work like setting the
   default read float type (which AFAICT doesnt affect printing))

 * half of the cases nil returned "" other times it returned nil,
   now if we get a null value we return nil always

 * removed odd-logic (seemingly untouched since the initial import),
   that removed null characters from printed lists.  If we have #\null
   in a printed list, we had probably better figure out what went wrong
   there rather than destructively modifying the list output on the way
   to the DB ;; removed (substitute-char-string escaped #\Null " ")
ChangeLog
db-mysql/mysql-objects.lisp
sql/generic-odbc.lisp
sql/oodml.lisp