ecto-cursor-based-stream
ecto-cursor-based-stream copied to clipboard
Feature request: Multi-column cursor fields
trafficstars
Currently only one column can be specified as a cursor field. Potentially we could make it work with multiple columns, which could be specified as a list, e.g.:
cursor: [:friend_id, :other_friend_id]