We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c8ed6d commit 0cff4f7Copy full SHA for 0cff4f7
1 file changed
user_guide_src/source/changelogs/v4.3.2.rst
@@ -27,7 +27,12 @@ Deprecations
27
Bugs Fixed
28
**********
29
30
-* Fixed : ``Session`` Redis connect to protocol TLS
+- **QueryBuilder:** ``where()`` generates incorrect SQL when using ``RawSql``
31
+- **QueryBuilder:** ``RawSql`` passed to ``set()`` disappears without error
32
+- **Session:** Can't connect to Redis with ``RedisHandler`` over TLS
33
+- **Autoloader:** May not add Composer package's namespaces
34
+- **Parser:** ``!`` does not work if delimiters are changed
35
+- **UserGuide:** Added missing items in ChangeLog and Upgrading Guide v4.3.0
36
37
See the repo's
38
`CHANGELOG.md <https://github.com/codeigniter4/CodeIgniter4/blob/develop/CHANGELOG.md>`_
0 commit comments