Re: sql-reader-syntax confusion

Tyler Smith <[email protected]> Thu, 22 Dec 2011 11:32:43 -0500
Newsgroups gmane.lisp.clsql.general
Message-ID <CADkt+ZsKCWZq=LMz100Bk+yC6DAHbqwJZ-v3S5=k3zD4vE0Y7A@mail.gmail.com>
On Wed, Dec 21, 2011 at 11:30 PM, jhyiugjhvbjh234-JGs/[email protected]
<jhyiugjhvbjh234-JGs/[email protected]> 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