Skip to content

Commit

Permalink
docs: fix incorrect descriptions
Browse files Browse the repository at this point in the history
This bug was fixed in v4.3.4.
  • Loading branch information
kenjis committed Jan 21, 2024
1 parent 28cf32b commit 40bd88c
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 40bd88c

Please sign in to comment.