Skip to content

Commit

Permalink
enabled delimiter on sybase for reserved column names
Browse files Browse the repository at this point in the history
  • Loading branch information
erilong committed Mar 4, 2011
1 parent 0480a8b commit 315b1f5
Showing 1 changed file with 2 additions and 0 deletions.
Expand Up @@ -65,6 +65,8 @@ public SybasePlatform()
info.setNullAsDefaultValueRequired(true);
info.setCommentPrefix("/*");
info.setCommentSuffix("*/");
info.setDelimiterToken("\"");
setDelimitedIdentifierModeOn(true);

info.addNativeTypeMapping(Types.ARRAY, "IMAGE");
// BIGINT is mapped back in the model reader
Expand Down

0 comments on commit 315b1f5

Please sign in to comment.