JARUZ wrote: > > I have a very simple EventLogs extends Zend_Db_Table_Abstract class. It > works fine except when I want to LIMIT the results on MSSQL: >
Correct. The emulation of LIMIT for the MSSQL adapter is flawed. Even when it gives correct syntax, queries using the emulation return the wrong result. Regards, Bill Karwin -- View this message in context: http://www.nabble.com/Zend-Db-Select-limit-broken-for-MSSQL--tp15799936s16154p15813850.html Sent from the Zend Framework mailing list archive at Nabble.com.
