OPENJPA-1838: allow FKs to be added when using Sybase

git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@1023351 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Michael Dick 2010-10-16 18:52:21 +00:00
parent 2414c88960
commit d99e1dff36
1 changed files with 0 additions and 6 deletions

View File

@ -195,12 +195,6 @@ public class SybaseDictionary
setObject(stmnt, idx, new BigDecimal(val), Types.BIGINT, col);
}
@Override
public String[] getAddForeignKeySQL(ForeignKey fk) {
// Sybase has problems with adding foriegn keys via ALTER TABLE command
return new String[0];
}
@Override
public String[] getCreateTableSQL(Table table) {
if (!createIdentityColumn)