catfan / Medoo

The lightweight PHP database framework to accelerate the development.
https://medoo.in
MIT License
4.84k stars 1.15k forks source link

Can't limit data using mssql medoo #504

Closed aswzen closed 7 years ago

aswzen commented 7 years ago

How to limit data in medoo mssql?

$datas = $database->select("contents", "*", NULL, array( "limit" => 100 ));

seems not working.. is this a bug?

aswzen commented 7 years ago

fixed on https://github.com/carestad/Medoo/commit/876df443b89e55d7a5748f1b721fa13e191fd8af