Re: Problems selecting from a MYSQL database
Nicolas Neuss <[email protected]>
| Newsgroups | gmane.lisp.clsql.general |
|---|---|
| Organization | University Karlsruhe |
| Message-ID | <[email protected]> |
Nicolas Neuss <[email protected]> writes: > 2. If I work around this by doing > > (with-gamm-db-connection > (select [|surname|] :from [|users|])) Addendum: The problem seems to be due to foreign characters in the surnames, because a query like (with-gamm-db-connection (select [|email|] :from [|users|])) works. Nicolas