mirror of
https://github.com/simonw/sqlite-utils.git
synced 2026-08-25 18:54:09 +02:00
Fixed typo in changelog
This commit is contained in:
parent
277d4e55c4
commit
2ac4ea3c95
1 changed files with 1 additions and 1 deletions
|
|
@ -9,7 +9,7 @@
|
||||||
|
|
||||||
- ``table.disable_fts()`` can now be used to remove FTS tables and triggers that were created using ``table.enable_fts(...)``. (`#88 <https://github.com/simonw/sqlite-utils/issues/88>`__)
|
- ``table.disable_fts()`` can now be used to remove FTS tables and triggers that were created using ``table.enable_fts(...)``. (`#88 <https://github.com/simonw/sqlite-utils/issues/88>`__)
|
||||||
- The ``sqlite-utils disable-fts`` command can be used to remove FTS tables and triggers from the command-line. (`#88 <https://github.com/simonw/sqlite-utils/issues/88>`__)
|
- The ``sqlite-utils disable-fts`` command can be used to remove FTS tables and triggers from the command-line. (`#88 <https://github.com/simonw/sqlite-utils/issues/88>`__)
|
||||||
- Trying to create table columns wih square braces (``[`` or ``]``) in the name now raises an error. (`#86 <https://github.com/simonw/sqlite-utils/issues/86>`__)
|
- Trying to create table columns with square braces ([ or ]) in the name now raises an error. (`#86 <https://github.com/simonw/sqlite-utils/issues/86>`__)
|
||||||
- Subclasses of ``dict``, ``list`` and ``tuple`` are now detected as needing a JSON column. (`#87 <https://github.com/simonw/sqlite-utils/issues/87>`__)
|
- Subclasses of ``dict``, ``list`` and ``tuple`` are now detected as needing a JSON column. (`#87 <https://github.com/simonw/sqlite-utils/issues/87>`__)
|
||||||
|
|
||||||
.. _v2_3_1:
|
.. _v2_3_1:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue