SQL error using MSSQL as database
Running the following code throws an error with MSSQL. Runs fine with Oracle. Tested from 5.13 thru 5.16.1 ProcessEngine processEngine = ProcessEngines.getProcessEngine(dbname); RepositoryService repositoryService = processEngine ...