Tyler Smith | 22 Dec 2011 17:32
Picon

Re: sql-reader-syntax confusion

On Wed, Dec 21, 2011 at 11:30 PM, jhyiugjhvbjh234@...
<jhyiugjhvbjh234@...> wrote:
>>
>>>From the manual it looks like I should be able to use just the square
>>brackets, but when I do so with (select ...) it can't find a table that
>>does exist. What am I doing wrong?
>>
>
> Try
>
> (defmethod db-type-default-case ((db-type (eql :mysql))) :lower)
>
> Does it help?
>

No, same problem persists.

Thanks,

Tyler
Harald Hanche-Olsen | 23 Dec 2011 10:53
Picon
Picon
Favicon
Gravatar

Re: sql-reader-syntax confusion

Try running (clsql:start-sql-recording) first, so you can see what is
actaully sent to the backend.

- Harald

Gmane