Closed aswzen closed 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?
fixed on https://github.com/carestad/Medoo/commit/876df443b89e55d7a5748f1b721fa13e191fd8af
How to limit data in medoo mssql?
$datas = $database->select("contents", "*", NULL, array( "limit" => 100 ));
seems not working.. is this a bug?