Skip to content

Commit 0617d45

Browse files
committed
docs: fix description
busyTimeout is not a property.
1 parent 73dc3be commit 0617d45

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

user_guide_src/source/changelogs/v4.3.0.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ Forge
225225
Others
226226
------
227227

228-
- SQLite3 has a new Config property ``$busyTimeout`` to set timeout when a table is locked.
228+
- SQLite3 has a new Config item ``busyTimeout`` to set timeout when a table is locked.
229229
- ``BaseConnection::escape()`` now excludes the ``RawSql`` data type. This allows passing SQL strings into data.
230230
- Improved data returned by :ref:`BaseConnection::getForeignKeyData() <metadata-getforeignkeydata>`. All DBMS returns the same structure.
231231
- 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.

0 commit comments

Comments
 (0)