On 14 July 2010 16:21, Tim McCormack <basalgang...@brainonfire.net> wrote:
> Is there some kind of JDBC nonsense that I'm not aware of? Are
> backticks a special feature of MySQL that can't be read by all JDBC-
> compatible RDBMSs? I'm not a database person, but it seems to me that
> either backticks should be placed around all table, database, and
> column names, or a warning should be added to the docs about only
> using non-reserved alphabetic table names.

Certainly backticks aren't understood by Oracle. Unless JDBC does a
translation, I think it's database specific (Oracle uses double quotes
instead).

Paul

-- 
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