2024-12-13 |
Allow input param to be a normal array list instead of strict phpstan one. |
2024-12-13 |
CS: Trailing comma on function calls (#18032)
* CS: Trailing comma on function calls
* Fix CS.
* Fix CS.
* Remove debug call
---------
Co-authored-by: Mark Story |
2024-12-13 |
Fix typos and small cleanup. |
2024-12-13 |
Fix CS as per trailing comma rules. (#18047) |
2024-12-13 |
Mention casting to string for debugging |
2024-12-13 |
Remove redundant condition |
2024-12-13 |
Fix up list array for input. |
2024-11-10 |
Remove redundant !empty |
2024-11-10 |
Fix client side buffering disabling for SqlServer.
Don't set client side buffering flags when preparing PDO statement when it's disabled for the `SelectQuery`.
Fixes #16848 |
2024-11-10 |
Fix geospatial types not being defined in TypeFactory (#17991)
- Fix geospatial types not being defined in TypeFactory
- Add tests for schema reflection of geospatial types in MySQL.
Fixes #17988 |
2024-11-10 |
Fix phpcs. |
2024-11-10 |
Fix superglobal usage in Connection
Don't directly reference the superglobals when generating log context
for active transaction warnings. Instead use env(). I didn't want to
introduce cross package dependencies that would read from the active
request. |
2024-11-10 |
Remove unneeded assignments and make the code more succinct. |
2024-11-10 |
Update src/Database/Connection.php
Co-authored-by: Mark Scherer |
2024-11-10 |
CsFix |
2024-11-10 |
Add ip and url to active transaction warning |
2024-11-10 |
#17951 restore functionality to disable query logging in runtime |
2024-11-10 |
cleanup |
2024-10-04 |
Fix regression in UNION queries for MySQL < 8.
Refs #17882 |