mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-07 17:49:17 +00:00
Merged V3.0 to HEAD
11375: MT - complete fix for ETHREEOH-189 11378: Supporting changes for license component in 3.0 (but not the license component itself ...) 11380: Fix for transaction error. ETHREEOH-451. 11383: Oracle upgrade and create SQL fixes (Can Entperprise-only later) 11384: Fix truelicense classpath in sdk-projects git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@12424 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -15,6 +15,6 @@ public class AlfrescoOracle10gDialect extends Oracle10gDialect
|
||||
public AlfrescoOracle10gDialect()
|
||||
{
|
||||
super();
|
||||
registerColumnType( Types.VARCHAR, "blob" );
|
||||
registerColumnType( Types.VARBINARY, "blob" );
|
||||
}
|
||||
}
|
||||
|
@@ -15,6 +15,6 @@ public class AlfrescoOracle9iDialect extends Oracle9iDialect
|
||||
public AlfrescoOracle9iDialect()
|
||||
{
|
||||
super();
|
||||
registerColumnType( Types.VARCHAR, "blob" );
|
||||
registerColumnType( Types.VARBINARY, "blob" );
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user