You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: user_guide_src/source/changelogs/v4.8.0.rst
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,6 +24,7 @@ Behavior Changes
24
24
================
25
25
26
26
- **Commands:** The ``filter:check`` command now requires the HTTP method argument to be uppercase (e.g., ``spark filter:check GET /`` instead of ``spark filter:check get /``).
27
+
- **Database:** The Postgre driver now sets ``PGSQL_ERRORS_VERBOSE`` on connect. Error messages returned by ``$db->error()['message']``, thrown exceptions, and log entries now include the 5-character SQLSTATE code (e.g., ``ERROR: 42P01: relation "x" does not exist`` instead of ``ERROR: relation "x" does not exist``). Code that matches against exact Postgre error message strings may need updating.
0 commit comments