mirror of
https://github.com/simonw/sqlite-utils.git
synced 2026-07-24 09:54:31 +02:00
parent
63e2bdf18d
commit
771bd81b62
4 changed files with 4 additions and 4 deletions
|
|
@ -1370,7 +1370,7 @@ class Table(Queryable):
|
|||
rank=rank,
|
||||
rank_implementation=rank_implementation,
|
||||
fts_table=fts_table,
|
||||
order=order or "{} desc".format(rank),
|
||||
order=order or rank,
|
||||
limit="limit {}".format(limit) if limit else "",
|
||||
).strip()
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue