Ryan Cramer
|
ee64e114f2
|
Add “#[\ReturnTypeWillChange]” comments to all InteratorAggregate, Countable and PDOStatement interface classes to stop PHP 8.1 notices per https://php.watch/versions/8.1/internal-method-return-types and processwire/processwire-issues#1467 ... someday when all PHP 5.x support can be dropped these will be converted to PHP 7.1+ return types
|
2021-12-31 09:19:09 -05:00 |
|
Ryan Cramer
|
71a2e38f9e
|
A couple of minor optimizations for queries in debug logs
|
2021-05-21 14:34:34 -04:00 |
|
Ryan Cramer
|
1f6aa1cf73
|
Fix issue processwire/processwire-issues#1252
|
2020-09-25 13:45:08 -04:00 |
|
Ryan Cramer
|
6f4c21d5b9
|
Update WireDatabasePDOStatement class so that you can optionally use it even when not in debug mode
|
2020-07-10 12:45:54 -04:00 |
|
Ryan Cramer
|
d79d9286b1
|
Various minor updates. Plus add a $database->isStopword() method and improve error logging in WireDatabasePDOStatement
|
2020-06-19 12:35:21 -04:00 |
|
Ryan Cramer
|
365af73635
|
Add support for custom PDO statement class WireDatabasePDOStatement. This is used rather than PDOStatement when in debug mode, so that it can translate bind values to actual values in queries that are used in the debug mode query log.
|
2020-05-29 13:54:45 -04:00 |
|