mirror of
https://github.com/Infinidat/infi.clickhouse_orm.git
synced 2024-11-22 00:56:34 +03:00
added README note
This commit is contained in:
parent
b4f4af8c75
commit
255df6091a
|
@ -139,6 +139,9 @@ You can optionally pass conditions to the query::
|
|||
|
||||
>>> page = db.paginate(Person, order_by, page_num=1, page_size=100, conditions='height > 1.90')
|
||||
|
||||
Note that ``order_by`` must be chosen so that the ordering is unique, otherwise there might be
|
||||
inconsistencies in the pagination (such as an instance that appears on two different pages).
|
||||
|
||||
Field Types
|
||||
-----------
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user