OPENJPA-269 Updating InformixDBDictionary

git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@551263 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Michael Dick 2007-06-27 18:36:38 +00:00
parent 49445edc83
commit 058c174bef
1 changed files with 5 additions and 0 deletions

View File

@ -131,6 +131,11 @@ public class InformixDictionary
// schema name in reflection on columns and tables
supportsSchemaForGetColumns = false;
supportsSchemaForGetTables = false;
// Informix doesn't support aliases in deletes if the table has an index
allowsAliasInBulkClause = false;
supportsSubselect = false;
}
public void connectedConfiguration(Connection conn)