Skip to content

Create Enum for iterator #31

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

Closed
isopov opened this issue Mar 19, 2018 · 0 comments
Closed

Create Enum for iterator #31

isopov opened this issue Mar 19, 2018 · 0 comments

Comments

@isopov
Copy link

isopov commented Mar 19, 2018

Select query accepts int for iterator, while majority of connectors for other languages accept enums or strings. Also int values of iterators are not specified anywhere in tarantool docs - only in source code, so this seems to be major usability problem.

hypersolid pushed a commit to hypersolid/tarantool-java that referenced this issue Jul 10, 2018
Adds Iterator enum with values copied from Tarantool sources;
Adds overloaded select method that accepts Iterator instead of int;
Adds tests on JUnit5 and Mockito.
hypersolid pushed a commit to hypersolid/tarantool-java that referenced this issue Jul 25, 2018
Adds Iterator enum with values copied from Tarantool sources;
Adds overloaded select method that accepts Iterator instead of int;
Adds tests on JUnit5 and Mockito.
hypersolid pushed a commit to hypersolid/tarantool-java that referenced this issue Jul 25, 2018
Adds Iterator enum with values copied from Tarantool sources;
Adds overloaded select method that accepts Iterator instead of int;
Adds tests on JUnit5 and Mockito.
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

No branches or pull requests

1 participant