On 7/24/07, Marijn Haverbeke marijnh@gmail.com wrote:
Good point, I guess I'll revise the query macro to be a bit more careful about recognizing output-format keywords. For now, you should be able to just use 'null instead.
'null also doesn't seem to work.
(postmodern:query (format nil "select cast (~A as int)" 'null) :single) does work, though it's rather ugly.
Bests, -- Richard