Module composite_key_pagination

Module composite_key_pagination 

Source
Expand description

Test pagination on composite-key models.

These tests exercise paginate(), limit(), and order_by() on models with a partition + local key, which is the pattern DynamoDB uses for QueryPk. They intentionally have no requires(sql) gate so they run on every driver, including DynamoDB.

Functionsยง

limit_composite_key
paginate_composite_key
paginate_composite_key_asc
sort_composite_key