Skip to content

Commit 6d910b4

Browse files
committed
Final session doc
1 parent b9e5bcc commit 6d910b4

3 files changed

Lines changed: 12 additions & 6 deletions

File tree

doc/about.rst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,9 @@ developer experience. See more about the :doc:`differences between
2727
APSW and sqlite3 <pysqlite>`.
2828

2929
Because of the complete integration with SQLite, APSW offers useful
30-
additional functionality such as :doc:`these <ext>` and comprehensive
31-
:doc:`full text search support <textsearch>`.
30+
additional functionality such as :doc:`these <ext>`, comprehensive
31+
:doc:`full text search support <textsearch>` (including Unicode), and
32+
the :doc:`session`.
3233

3334
Dependencies
3435
------------

doc/changes.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,11 @@ history <https://devguide.python.org/versions/>`__.
1010
APSW changes by version
1111
-----------------------
1212

13+
3.50.0.0
14+
========
15+
16+
Full support for the :doc:`session`
17+
1318
3.49.2.0
1419
========
1520

doc/pysqlite.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,10 +43,10 @@ module:
4343
through Python 3.14.
4444

4545
* APSW gives all functionality of SQLite including :doc:`full text
46-
search (FTS5) <textsearch>`, :ref:`virtual tables <virtualtables>`,
47-
:ref:`VFS`, :ref:`BLOB I/O <blobio>`, :ref:`backups <backup>`,
48-
:meth:`logging <apsw.ext.log_sqlite>`, :meth:`file control
49-
<Connection.file_control>`, and :meth:`tracing
46+
search (FTS5) <textsearch>`, :doc:`session`, `:ref:`virtual tables
47+
<virtualtables>`, :ref:`VFS`, :ref:`BLOB I/O <blobio>`,
48+
:ref:`backups <backup>`, :meth:`logging <apsw.ext.log_sqlite>`,
49+
:meth:`file control <Connection.file_control>`, and :meth:`tracing
5050
<apsw.Connection.trace_v2>`.
5151

5252
* APSW includes :mod:`apsw.bestpractice` which configures SQLite

0 commit comments

Comments
 (0)