Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion doctrine/pdo_session_storage.rst
Original file line number Diff line number Diff line change
Expand Up @@ -245,6 +245,6 @@ Microsoft SQL Server
If the application stores large amounts of session data, this problem can
be solved by increasing the column size (use ``BLOB`` or even ``MEDIUMBLOB``).
When using MySQL as the database engine, you can also enable the `strict SQL mode`_
to get noticed when such an error happens.
to be notified when such an error happens.

.. _`strict SQL mode`: https://dev.mysql.com/doc/refman/5.7/en/sql-mode.html