[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.dtp] Backtick Backquote in JDBC Driver SQL

The SQL builder adds backticks (backquotes) to database and table names. Teradata (which I'm accessing through a JDBC driver) can't interpret the backquotes. Is there an way to make them optional, or replace them with another delimiter? (Teradata uses double quotes (") or nothing instead of the backquote (`).