mirror of https://github.com/apache/openjpa.git
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:
parent
2414c88960
commit
d99e1dff36
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue