Skip to content

Commit 3b4ba87

Browse files
authored
Merge pull request #6506 from kenjis/fix-docs-changelogs/v4.3.0.rst
docs: add link from changelog to detail page
2 parents e6893f3 + f84f24c commit 3b4ba87

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

user_guide_src/source/changelogs/v4.3.0.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ Database
7272
- SQLite :ref:`BaseConnection::getIndexData() <db-metadata-getindexdata>` now can return pseudo index named ``PRIMARY`` for `AUTOINCREMENT` column, and each returned index data has ``type`` property.
7373
- SQLSRV now automatically drops ``DEFAULT`` constraint when using :ref:`Forge::dropColumn() <db-forge-dropColumn>`.
7474
- ``BaseConnection::escape()`` now excludes the ``RawSql`` data type. This allows passing SQL strings into data.
75-
- The new method ``Forge::dropPrimaryKey()`` allows dropping the primary key on a table.
75+
- The new method ``Forge::dropPrimaryKey()`` allows dropping the primary key on a table. See :ref:`dropping-a-primary-key`.
7676

7777
Model
7878
=====

user_guide_src/source/dbmgmt/forge.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -229,9 +229,13 @@ Execute a DROP KEY.
229229

230230
.. literalinclude:: forge/020.php
231231

232+
.. _dropping-a-primary-key:
233+
232234
Dropping a Primary Key
233235
======================
234236

237+
.. versionadded:: 4.3.0
238+
235239
Execute a DROP PRIMARY KEY.
236240

237241
.. literalinclude:: forge/028.php

0 commit comments

Comments
 (0)