PEAR is archived and read-only

This mirror preserves historical PEAR package releases and metadata so existing references remain available.

Home » Database » MDB2_Driver_mssql » Bug #7448

limit query and driver mssql doesen't works

Details

Submitted2006-04-21 08:44 UTC
Frommaybee at gmx dot de
Assignednrf
StatusClosed
PackageMDB2_Driver_mssql
PHP Version4.3.0
OSWin2003
Roadmaps(Not assigned)

Comments

[2006-04-21 08:44 UTC] maybee at gmx dot de

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 ...

[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

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.