Skip to content

Commit 53e1065

Browse files
committed
docs: add SQLite3 $foreignKeys to changelog
1 parent 0723f67 commit 53e1065

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

user_guide_src/source/changelogs/v4.2.0.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,7 @@ Database
9393
- Added the class ``CodeIgniter\Database\RawSql`` which expresses raw SQL strings.
9494
- :ref:`select() <query-builder-select-rawsql>`, :ref:`where() <query-builder-where-rawsql>`, :ref:`like() <query-builder-like-rawsql>`, :ref:`join() <query-builder-join-rawsql>` accept the ``CodeIgniter\Database\RawSql`` instance.
9595
- ``DBForge::addField()`` default value raw SQL string support. See :ref:`forge-addfield-default-value-rawsql`.
96+
- SQLite3 has a new Config property ``$foreignKeys`` that enables foreign key constraints.
9697

9798
Helpers and Functions
9899
=====================

0 commit comments

Comments
 (0)