Skip to content

Commit

Permalink
fix the setting of identifier
Browse files Browse the repository at this point in the history
  • Loading branch information
chenson42 committed Aug 28, 2011
1 parent b47e31a commit b86e551
Showing 1 changed file with 2 additions and 0 deletions.
Expand Up @@ -48,6 +48,8 @@ public void init(Platform pf, int queryTimeout, JdbcTemplate jdbcTemplate) {
String clientIdentifierMode = env.get("DELIMIDENT");
if (clientIdentifierMode != null && clientIdentifierMode.equalsIgnoreCase("y")) {
identifierQuoteString = "\"";
} else {
identifierQuoteString = "";
}
}

Expand Down

0 comments on commit b86e551

Please sign in to comment.