Skip to content

RDBC-949: Refactors is_read_request to a method#250

Merged
poissoncorp merged 1 commit into
ravendb:v7.1from
redknightlois:RDBC-949
Sep 22, 2025
Merged

RDBC-949: Refactors is_read_request to a method#250
poissoncorp merged 1 commit into
ravendb:v7.1from
redknightlois:RDBC-949

Conversation

@redknightlois

Copy link
Copy Markdown
Member

Ensures is_read_request is consistently implemented as a method rather than a property across all commands.

This change fixes potential issues where the intended behavior of checking if a command is a read request might not be correctly executed due to inconsistent implementation.

Adds a test to verify the consistent implementation of is_read_request.

Ensures `is_read_request` is consistently implemented as a method rather than a property across all commands.

This change fixes potential issues where the intended behavior of checking if a command is a read request might not be correctly executed due to inconsistent implementation.

Adds a test to verify the consistent implementation of `is_read_request`.
@poissoncorp
poissoncorp merged commit be55a07 into ravendb:v7.1 Sep 22, 2025
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants