| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2025-11-22 | PHP 7.0 compatible syntax | Damien Regad | 1 | -5/+5 | |
| Trailing comma in function calls is only available since PHP 7.3 Named arguments are only allowed since PHP 8.0 | |||||
| 2025-11-22 | Fix autoExecute() skipping updates | Diogo Galvão | 1 | -0/+28 | |
| AutoExecute fetches a row from the table prior to performing an insert or update. When $forceUpdate is false, only modified columns should be updated. However, the WHERE clause was not being used when fetching the row, so the comparison was always made against an arbitrary row, causing differences to be detected or missed by chance. This change makes use of the $where parameter when fetching the row from the table, making the comparison work as intended. Fixes #1146 | |||||
