@@ -44,13 +44,13 @@ allowing filtering on individual change level, taking advantage of
4444
4545Updated :meth: `Connection.status ` to use 64 bit API, and
4646:func: `apsw.ext.ShowResourceUsage ` to show `TEMPBUF_SPILL
47- <https://sqlite.org/c3ref/c_dbstatus_options.html> `__.
48- ( `cache_size <https://sqlite.org/pragma.html#pragma_cache_size >`__
49- controls the amount of memory available.)
47+ <https://sqlite.org/c3ref/c_dbstatus_options.html> `__. (pragma
48+ `cache_size <https://sqlite.org/pragma.html#pragma_cache_size >`__
49+ controls the amount of temp/cache memory available.)
5050
5151The `percentile extension <https://sqlite.org/percentile.html >`__ is
5252enabled when enabling all extensions, which is standard for pypi
53- downloads. It enables several percentile, median and related SQL
53+ downloads. It enables several percentile, median, and related SQL
5454functions.
5555
5656The `carray extension <https://sqlite.org/carray.html >`__ is enabled
@@ -62,18 +62,18 @@ to a query. See the :ref:`example <example_carray>`.
6262on the module if built with the :attr: `amalgamation <using_amalgamation> `.
6363
6464:func: `apsw.ext.generate_series_sqlite ` updated to exactly match SQLite's
65- behaviour. ( :func: `apsw.ext.generate_series ` is recommended as it
66- matches other databases.)
65+ behaviour. :func: `apsw.ext.generate_series ` is recommended as it
66+ matches other databases.
6767
6868Updated :mod: `apsw.unicode ` to support `Unicode 17.0
6969<https://www.unicode.org/versions/Unicode17.0.0/> `__ which adds 4,803
70- new codepoints and updated line breaking, along with other small
70+ new codepoints, and updated line breaking, along with other small
7171tweaks.
7272
7373The `Geopoly extension <https://www.sqlite.org/geopoly.html >`__
7474(GeoJSON access to `RTree <https://www.sqlite.org/rtree.html >`__) is
7575enabled when ``--enable-all-extensions `` is used with :ref: `setup.py
76- <setup_py_flags>`. This includes :ref: ` PyPI < pypi >` builds.
76+ <setup_py_flags>`. This includes pypi builds.
7777
7878This is the final release supporting Python 3.9.
7979
0 commit comments