flowable / flowable/flowable-engine
Query.NullHandlingOnOrder does not work on SQLserver
Open
- Dominant language
- Java
- Stars
- 9.5k
- Forks
- 2.9k
- Avg merge
- 7h 8m
- Merged PRs (30d)
- 2
Description
When testing with SQLServer, we found that `Query.NullHandlingOnOrder` contsructs queries in flowable that cannot be executed by MS SQLserver. I am not sure if I should post this as a bug report to mybatis instead?
The corresponding stacktrace can be found here: https://gist.github.com/mlippens/3689a43228e3f86422b160e324efcbcc
As for the version of mssql, we use the docker linux image https://hub.docker.com/r/microsoft/mssql-server-linux/, but we could also reproduce it with an actual install of SQLServer.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.