-
Notifications
You must be signed in to change notification settings - Fork 61
box: added logic for working with Tarantool schema #446
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
Conversation
5d1b376
to
b869130
Compare
Is this PR ready for review? If so, please assign two reviewers from the team (usually one of them is the repository maintainer, but it is not necessary). |
The dot is missed.
->
|
It looks a bit ugly for me. For example, I don’t understand why the timestamp might be useful to us. I like the co-authored-by label in the commit message instead:
But up to you. |
b869130
to
fc70848
Compare
afcd25f
to
fab4d84
Compare
e7b809e
to
84109e1
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for the patch!
Please, add |
Implemented the `box.Schema()` method that returns a `Schema` object for schema-related operations. Co-authored-by: maksim.konovalov <maksim.konovalov@vk.team> Closes #TNTP-3331
84109e1
to
e71639f
Compare
Thanks for doing it |
Implemented the
box.Schema()
method that returns aSchema
object for schema-related operations.Co-authored-by: maksim.konovalov maksim.konovalov@vk.team