mirror of
https://github.com/simonw/sqlite-utils.git
synced 2026-07-23 09:24:31 +02:00
Fixed spelling existent
This commit is contained in:
parent
86fc9fb5c8
commit
bde3725257
1 changed files with 1 additions and 1 deletions
|
|
@ -10,7 +10,7 @@
|
|||
- Python library now includes type annotations on almost all of the methods, plus detailed docstrings describing each one. (:issue:`311`)
|
||||
- New :ref:`reference` documentation page, powered by those docstrings.
|
||||
- Fixed bug where ``.add_foreign_keys()`` failed to raise an error if called against a ``View``. (:issue:`313`)
|
||||
- Fixed bug where ``.delete_where()`` returned a ``[]`` instead of returning ``self`` if called against a non-existant table. (:issue:`315`)
|
||||
- Fixed bug where ``.delete_where()`` returned a ``[]`` instead of returning ``self`` if called against a non-existent table. (:issue:`315`)
|
||||
|
||||
.. _v3_15:
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue