You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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.
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: