When the Spring Data findAll(Pageable) method of an entity is called, the following query is executed by Hibernate:
After that the following query is executed:
An execption is raised
hibernate.version: 5.2.8.Final
hikaricp.version: 2.6.0
mssql-jdbc.version : 6.1.0.jre8
liquibase-hibernate5.version :3.6
jpa: database-platform: org.hibernate.dialect.SQLServer2012Dialect
This was fixed in as part of 5.2.9.