Release 1.11

This commit is contained in:
Simon Willison 2019-09-02 17:58:41 -07:00
commit d5e1f8ac77
3 changed files with 16 additions and 1 deletions

View file

@ -788,6 +788,8 @@ For example:
""").fetchall()
# Returns [('Felton, CA',)]
.. _python_api_introspection:
Introspection
=============
@ -879,6 +881,8 @@ The ``.triggers`` property lists database triggers. It can be used on both datab
>>> db.triggers
... similar output to db["authors"].triggers
.. _python_api_fts:
Enabling full-text search
=========================