mirror of
https://github.com/simonw/sqlite-utils.git
synced 2026-09-27 20:34:12 +02:00
Corrected .views_names() -> .view_names()
This commit is contained in:
parent
68a5cb1b8e
commit
cb70f7d109
1 changed files with 1 additions and 1 deletions
|
|
@ -9,7 +9,7 @@
|
||||||
|
|
||||||
Ability to introspect and run queries against views (`#54 <https://github.com/simonw/sqlite-utils/issues/54>`__)
|
Ability to introspect and run queries against views (`#54 <https://github.com/simonw/sqlite-utils/issues/54>`__)
|
||||||
|
|
||||||
- ``db.views_names()`` method and and ``db.views`` property
|
- ``db.view_names()`` method and and ``db.views`` property
|
||||||
- Separate ``View`` and ``Table`` classes, both subclassing new ``Queryable`` class
|
- Separate ``View`` and ``Table`` classes, both subclassing new ``Queryable`` class
|
||||||
- ``view.drop()`` method
|
- ``view.drop()`` method
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue