forked from fl00r/go-tarantool-1.6
-
Notifications
You must be signed in to change notification settings - Fork 60
Follow-ups for CRUD API #271
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
oleg-jukovec
added a commit
that referenced
this issue
Mar 13, 2023
This is only needed for tests. Let it be private API. Part of #271
oleg-jukovec
added a commit
that referenced
this issue
Mar 13, 2023
Now a user can specify his custom type as a type for rows. The patch also removes unnecessary types to make it easier for a user to work with the API. Part of #271
oleg-jukovec
added a commit
that referenced
this issue
Mar 13, 2023
Now a user can specify his custom type as a type for rows. The patch also removes unnecessary types to make it easier for a user to work with the API. Part of #271
oleg-jukovec
added a commit
that referenced
this issue
Mar 13, 2023
This is only needed for tests. Let it be private API. Part of #271
oleg-jukovec
added a commit
that referenced
this issue
Mar 13, 2023
Now a user can specify his custom type as a type for rows. The patch also removes unnecessary types to make it easier for a user to work with the API. Part of #271
oleg-jukovec
added a commit
that referenced
this issue
Mar 13, 2023
This is only needed for tests. Let it be private API. Part of #271
oleg-jukovec
added a commit
that referenced
this issue
Mar 13, 2023
Now a user can specify his custom type as a type for rows. The patch also removes unnecessary types to make it easier for a user to work with the API. Part of #271
oleg-jukovec
added a commit
that referenced
this issue
Mar 15, 2023
This is necessary to use a custom types with custom encoders as tuples. Part of #271
oleg-jukovec
added a commit
that referenced
this issue
Mar 15, 2023
In this patch, we try to make less allocations per a request. Part of #271
oleg-jukovec
added a commit
that referenced
this issue
Mar 15, 2023
oleg-jukovec
added a commit
that referenced
this issue
Mar 15, 2023
This is necessary to use a custom types with custom encoders as tuples. Part of #271
oleg-jukovec
added a commit
that referenced
this issue
Mar 15, 2023
In this patch, we try to make less allocations per a request. Part of #271
oleg-jukovec
added a commit
that referenced
this issue
Mar 15, 2023
oleg-jukovec
added a commit
that referenced
this issue
Mar 20, 2023
This is only needed for tests. Let it be private API. Part of #271
oleg-jukovec
added a commit
that referenced
this issue
Mar 20, 2023
Now a user can specify his custom type as a type for rows. The patch also removes unnecessary types to make it easier for a user to work with the API. Part of #271
oleg-jukovec
added a commit
that referenced
this issue
Mar 20, 2023
This is necessary to use a custom types with custom encoders as tuples. Part of #271
oleg-jukovec
added a commit
that referenced
this issue
Mar 20, 2023
In this patch, we try to make less allocations per a request. Part of #271
oleg-jukovec
added a commit
that referenced
this issue
Mar 20, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Result
/ResultMany
.CRUD API has been provided by PR #263.
The text was updated successfully, but these errors were encountered: