cakephp2-php8/lib/Cake/Model/Datasource/Database
kolorafa 22d2564de9 msSQL - also handle offset as string
When doing pagination you could get offset not as a int(eg. 10) but string(eg. "10") and it will not paginate at all.

For example DataTables plugin pass offset from params and all params from http request are strings wrapped in numbers.
Adding ctype_digit($offset) will also check the case.
2017-10-05 11:45:33 +02:00
..
Mysql.php Merge branch '2.x' into 2.next 2017-07-22 14:59:41 -04:00
Postgres.php Merge branch '2.x' into 2.next 2017-06-26 21:51:41 -04:00
Sqlite.php Fix: phpdoc miss 2017-10-04 00:22:42 +09:00
Sqlserver.php msSQL - also handle offset as string 2017-10-05 11:45:33 +02:00