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  
Comments Add Comment Add patch


Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know! Just going to say 'Me too!'? Don't clutter the database with that please !
Your email address:
MUST BE VALID
Solve the problem : 30 - 8 = ?

 
 [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] lsmith (Lukas Smith)
what does "no result" mean? null/empty array or an error?
 [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.