idiorm
idiorm copied to clipboard
A lightweight nearly-zero-configuration object-relational mapper and fluent query builder for PHP5.
MSSQL fails with an `SQLSTATE[42000]: [Microsoft][ODBC Driver 17 for SQL Server][SQL Server]` syntax error when using `offset()`... 1. `TOP` and `OFFSET` are not allowed to be used in one `SELECT`...
fix by [issue](https://github.com/j4mie/idiorm/issues/374)
Version: v1.5.8 Output Deprecated: PDO::quote(): Passing null to parameter #1 ($string) of type string is deprecated in C:\VHOST\VHOST8\idiorm\vendor\j4mie\idiorm\idiorm.php on line 539 Testing Code ```
```log Invalid argument supplied for foreach() in /XXX/vendor/j4mie/idiorm/idiorm.php : 2104 foreach() argument must be of type array\|object, bool given in /XXX/vendor/j4mie/idiorm/idiorm.php : 2104 ``` When a table has a insert...