forked from dork/tarantool-java
-
Notifications
You must be signed in to change notification settings - Fork 19
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
Comments
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.
dmitry-grytsovets
added a commit
that referenced
this issue
Aug 1, 2018
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
The text was updated successfully, but these errors were encountered: