Guard against already converted values in read-sql-value
authorNathan Bird <nathan@acceleration.net>
Mon, 20 Jul 2009 20:18:12 +0000 (16:18 -0400)
committerNathan Bird <nathan@acceleration.net>
Tue, 2 Mar 2010 23:16:45 +0000 (18:16 -0500)
Sometimes select has already done the conversion to native lisp format,
we then don't need to do anything here, but was causing an error as
read-from-string on a value that isn't a string isn't allowed.


No differences found