Skip to content

Commit 9a0d8ac

Browse files
committed
update changelog
1 parent 923faf5 commit 9a0d8ac

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

user_guide_src/source/changelogs/v4.8.0.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ Behavior Changes
2424
================
2525

2626
- **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.
2728

2829
Interface Changes
2930
=================

0 commit comments

Comments
 (0)