Skip to content

Conversation

miketheman
Copy link
Member

The upstream wiki has been updated. This implements the desired changes. See: https://github.com/sqlalchemy/sqlalchemy/wiki/RangeQuery-and-WindowedRangeQuery

One notable difference is that the column must be comparable/sortable with a ge operator, and the implementation of UUID doesn't appear to work. Use .name instead.

Previously refactored in #13845

@miketheman miketheman force-pushed the miketheman/update-windowed-query branch from 2735b34 to d7a37c7 Compare April 9, 2024 14:53
The upstream wiki has been updated. This implements the desired changes.
See: https://github.com/sqlalchemy/sqlalchemy/wiki/RangeQuery-and-WindowedRangeQuery

One notable difference is that the column must be comparable/sortable
with a `ge` operator, and the implementation of UUID doesn't appear to
work. Use `.name` instead.

Previously refactored in pypi#13845

Signed-off-by: Mike Fiedler <miketheman@gmail.com>
@miketheman miketheman force-pushed the miketheman/update-windowed-query branch from d7a37c7 to e4bab9f Compare April 9, 2024 14:54
@miketheman miketheman added the search Opensearch, search filters, and so on label Apr 9, 2024
@miketheman miketheman marked this pull request as ready for review April 9, 2024 19:22
@miketheman miketheman requested a review from a team as a code owner April 9, 2024 19:22
@ewdurbin ewdurbin merged commit 27b0877 into pypi:main Apr 10, 2024
@miketheman miketheman deleted the miketheman/update-windowed-query branch April 10, 2024 13:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

search Opensearch, search filters, and so on

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants