Details
Description
Running the test project against MS SQL server results in:
[junit] Testcase: testLargeSelect took 1.469 sec
[junit] FAILED
[junit] Total pages expected:<9> but was:<14>
[junit] junit.framework.AssertionFailedError: Total pages expected:<9> but was:<14>
[junit] at org.apache.torque.util.LargeSelectTest.testLargeSelect(LargeSelectTest.java:272)
[junit] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[junit] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
[junit] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
[junit]
Probably related to the lack of Native LIMIT support in MSSQL.