Skip to content

Commit

Permalink
Merge pull request #8441 from kenjis/docs-fix-forge-modifyColumn-notes
Browse files Browse the repository at this point in the history
docs: fix incorrect descriptions in Forge::modifyColumn() notes
  • Loading branch information
kenjis authored Jan 25, 2024
2 parents cb99069 + 40bd88c commit ac50a3e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions user_guide_src/source/dbmgmt/forge.rst
Original file line number Diff line number Diff line change
Expand Up @@ -306,11 +306,11 @@ change the name, you can add a "name" key into the field defining array.
a table, if ``null`` is not specified, the column will be ``NULL``, not
``NOT NULL``.

.. note:: Due to a bug, prior v4.3.3, SQLite3 may not set ``NOT NULL`` even if you
.. note:: Due to a bug, prior v4.3.4, SQLite3 may not set ``NOT NULL`` even if you
specify ``'null' => false``.

.. note:: Due to a bug, prior v4.3.3, Postgres and SQLSRV set ``NOT NULL`` even
if you specify ``'null' => false``.
.. note:: Due to a bug, prior v4.3.4, Postgres and SQLSRV set ``NOT NULL`` even
if you specify ``'null' => true``.

.. _db-forge-adding-keys-to-a-table:

Expand Down

0 comments on commit ac50a3e

Please sign in to comment.