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
fix: getVersion() for OCI8 and SQLSRV drivers (#9471)
* fix: getVersion() for OCI8 driver when no connection is established
* phpstan - regenerate baseline
* fix: SQLSRV getVersion() when no connection is established
Copy file name to clipboardexpand all lines: user_guide_src/source/changelogs/v4.6.1.rst
+1
Original file line number
Diff line number
Diff line change
@@ -33,6 +33,7 @@ Bugs Fixed
33
33
- **CURLRequest:** Fixed an issue where multiple header sections appeared in the CURL response body during multiple redirects from the target server.
34
34
- **Cors:** Fixed a bug in the Cors filter that caused the appropriate headers to not be added when another filter returned a response object in the ``before`` filter.
35
35
- **Database:** Fixed a bug in ``Postgre`` and ``SQLite3`` handlers where composite unique keys were not fully taken into account for ``upsert`` type of queries.
36
+
- **Database:** Fixed a bug in the ``OCI8`` and ``SQLSRV`` drivers where ``getVersion()`` returned an empty string when the database connection was not yet established.
0 commit comments