diff options
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/3.1.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/releases/3.1.txt b/docs/releases/3.1.txt index 45cd858f0f..fd1bd4f40c 100644 --- a/docs/releases/3.1.txt +++ b/docs/releases/3.1.txt @@ -351,6 +351,10 @@ Models SQL on MySQL by using ``DELETE`` instead of ``TRUNCATE`` statements for tables which don't require resetting sequences. +* SQLite functions are now marked as :py:meth:`deterministic + <sqlite3.Connection.create_function>` on Python 3.8+. This allows using them + in check constraints and partial indexes. + Pagination ~~~~~~~~~~ |
