HHH-4531 Derby dialect should not support comments

git-svn-id: https://svn.jboss.org/repos/hibernate/core/branches/Branch_3_3@18330 1b8cb986-b30d-0410-93ca-fae66ebed9b2
This commit is contained in:
Strong Liu 2009-12-24 13:49:28 +00:00
parent fd9dfd7641
commit b5ed7818dc
1 changed files with 4 additions and 0 deletions

View File

@ -90,6 +90,10 @@ public class DerbyDialect extends DB2Dialect {
return false;
}
public boolean supportsCommentOn() {
return false;
}
public String getQuerySequencesString() {
return null ;
}