Skip to content

Add ability to control inclusiveness of both sides of selection #18

@lindholc

Description

@lindholc

Calling select(..., inclusive=True) will make both the start and end inclusive. It would be good to control both sides independently.

Usually one wants the start to be inclusive and the end to be exclusive, which makes it easier to make multiple requests without overlap (time>=a&time<a+1 to time>=a+1&time<a+2 just works) or to get a whole period of time (time>=2020-01-01&time<2020-01-02 vs. time>=2020-01-01&time<=2020-01-01T23:59:59.9999....).

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions