Skip to content

Sort out repeatability of queries #6

Description

@timmartin

I suspect that queries are being run unnecessarily in situations like the following:

Query<Foo> whatever = new Query<Foo>(...);
Foo x = whatever.ElementAt(1);
Foo y = whatever.ElementAt(2);

This needs to be tested, and if necessary fixed.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions