Package home | Report new bug | New search | Development Roadmap Status: Open | Feedback | All | Closed Since Version 1.5.0b4

Bug #7448 limit query and driver mssql doesen't works
Submitted: 2006-04-21 08:44 UTC
From: maybee at gmx dot de Assigned: nrf
Status: Closed Package: MDB2_Driver_mssql (version 2.0.1)
PHP Version: 4.3.0 OS: Win2003
Roadmaps: (Not assigned)    
Subscription  


 [2006-04-21 08:44 UTC] maybee at gmx dot de (maybee)
Description: ------------ hi there, when i wlll send limit query: $db->setLimit(5, 0); $res = $db->queryAll($query); it will works, but this example doesen't works: $db->setLimit(5, 1); $res = $db->queryAll($query); i became no result. i use MDB 2.0.1 and the mssql driver. regards maybee ...

Comments

 [2006-04-22 18:48 UTC] User who submitted this comment has not confirmed identity
If you submitted this note, check your email.If you do not have a message, click here to re-send
MANUAL CONFIRMATION IS NOT POSSIBLE.  Write a message to pear-dev@lists.php.net
to request the confirmation link.  All bugs/comments/patches associated with this

email address will be deleted within 48 hours if the account request is not confirmed!
 [2006-04-22 19:18 UTC] maybee at gmx dot de
hi, the result is NULL.
 [2006-06-15 05:04 UTC] nrf at php dot net (Nathan Fredrickson)
This bug has been fixed in CVS. If this was a documentation problem, the fix will appear on pear.php.net by the end of next Sunday (CET). If this was a problem with the pear.php.net website, the change should be live shortly. Otherwise, the fix will appear in the package's next release. Thank you for the report and for helping us make PEAR better.