-
Notifications
You must be signed in to change notification settings - Fork 110
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
writeQueryResult method update #97
Comments
Hi @evmin, I trust you but I don't understand yet how it would work with indexed values... I would need to test Rather than Could you initiate a branch as a PR? |
I might have missed the specifics of the indexed values - thank you for pointing it out. Also, I like the v2 API idea as v2 opens up for possibility of other potential improvements:
It sounds a bit more invasive though than just retrofitting one method. Would you like to map out the new interface yourself or you are OK with me just start on the new branch (I am just mindful that I might not be aware of all specifics, see the indexed values above)? |
@evmin could you initiate the work on a PR? Maybe it will be the opportunity to cut a v2.0 of the plugin. |
This is an enhancement request.
It would be so much easier to further develop the API if the OutputWriter interface method
Could be replaced with
In that case the backward incompatible changes to the API (such as including extra fields, which are required by the new Writers) would be so much easier to implement.
Happy to assist with rewriting.
The text was updated successfully, but these errors were encountered: