mirror of
https://github.com/simonw/sqlite-utils.git
synced 2026-09-12 03:24:23 +02:00
include docstring
This commit is contained in:
parent
863dd03c67
commit
d40df56acc
1 changed files with 1 additions and 0 deletions
|
|
@ -2386,6 +2386,7 @@ class Table(Queryable):
|
|||
:param limit: SQL limit
|
||||
:param offset: SQL offset
|
||||
:param where: Extra SQL fragment for the WHERE clause
|
||||
:param include_rank: Select the search rank column in the final query
|
||||
"""
|
||||
# Pick names for table and rank column that don't clash
|
||||
original = "original_" if self.name == "original" else "original"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue