refactored read-sql-value to centralize this logic and reduce
authorRuss Tyndall <russ@acceleration.net>
Thu, 20 Jun 2013 19:12:31 +0000 (15:12 -0400)
committerRuss Tyndall <russ@acceleration.net>
Thu, 20 Jun 2013 19:59:51 +0000 (15:59 -0400)
commit4f756ab532ff033a34597a1c8030379e252952ca
tree3e9d930494b983fa0954be423c384ce5e7e2699e
parent29e203446b2275fd2353642510cd4b2903d07d1c
refactored read-sql-value to centralize this logic and reduce
overloading cases

 * read-eval is off for all read-sql-value cases now
 * the type=symbol case uses intern instead read-from-string
ChangeLog
db-mysql/mysql-objects.lisp
db-postgresql-socket3/sql.lisp
sql/generic-odbc.lisp
sql/oodml.lisp