On 23 April 2011 23:53, Nicolas Buduroi <nbudu...@gmail.com> wrote:
> On Saturday, 23 April 2011 17:33:48 UTC-4, Sean Corfield wrote:
>>
>> Well, not all DB stropping approaches are simply (str q ident q) -
>>
>> there's also select [name] from [table] style quoting and that part is
>>
>> DB vendor specific I believe?
>
> Oh yeah, I forgot SQL Server again!
>
> (with-quoted-identifiers \" escape-fn ...)
> (with-quoted-identifiers [\[ \]] escape-fn ...)
>
> Else there's just MySQL which use the backquote "`" and, if I'm not
> mistaken, modern SQL Server versions also accept the double-quote.

MySQL can be configured to accept double quotes too, but yes, by
default it uses back ticks.

-- 
Michael Wood <esiot...@gmail.com>

-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en

Reply via email to