| [news.eclipse.dtp] Re: 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 (`).