Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement XOVER support #6

Merged
merged 2 commits into from
Sep 7, 2020
Merged

Conversation

kevingy
Copy link
Contributor

@kevingy kevingy commented Sep 2, 2020

XOVER was the original OVER. When XOVER went from being experimental to an accepted standard, the X was removed. Older servers support XOVER and not OVER. Since XOVER and OVER have the same implementation, the only difference being the command line sent to the server, this pull request implements a solution that does just that. If the caller wants to use OVER, "OVER" is sent to the server. If the caller wants to use XOVER, "XOVER" is sent to the server. The return from both calls is the same - a read only collection of OverResults. (That is, I didn't implement an XOverResults.)

@seanmcelroy seanmcelroy merged commit a783aad into seanmcelroy:master Sep 7, 2020
@seanmcelroy seanmcelroy linked an issue Sep 7, 2020 that may be closed by this pull request
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.

XOVER Support
2 participants