-
Type: Bug
-
Status: Resolved
-
Priority: Minor
-
Resolution: Fixed
-
Affects Version/s: 5.9.4
-
Fix Version/s: 5.8.0-HF17, 5.9.5
-
Component/s: Core VCS
-
Tags:
-
Sprint:Sprint RepoTeam 5.9.5-1
When using sequence idType on mssql 2012 there is an error on init:
org.nuxeo.ecm.core.storage.StorageException: java.sql.SQLException: Error executing: CREATE TABLE aclr_modified (
id INT NOT NULL IDENTITY,
spid INTEGER NOT NULL,
hierarchy_id BIGINT COLLATE DATABASE_DEFAULT,
is_new TINYINT
) : Expression type bigint is invalid for COLLATE clause.