-
Notifications
You must be signed in to change notification settings - Fork 60
Added logic for working with Tarantool schema via Box #426
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
base: master
Are you sure you want to change the base?
Conversation
2e271da
to
9f736f4
Compare
07de408
to
0a3720b
Compare
0a3720b
to
3155a23
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.
Please, add more unit-tests for a new requests/response. You could see how it is tested on the main package and inside the crud
subpackage.
We also need examples (in example_test.go) with new features. This will help users to use the library.
Finally, we need to keep a backward compatibility until a next major release, so we need to add another Info() method with a context instead of changing the current one.
5c9bb77
to
1e3625c
Compare
i removed interface changes |
1e3625c
to
75e1930
Compare
b82d157
to
e8b3f1f
Compare
done |
40555ec
to
4954fc7
Compare
3695443
to
5d690db
Compare
Implemented the `box.Schema()` method that returns a `Schema` object for schema-related operations
box.Schema()
method that returns aSchema
object for schema-related operationsWhat has been done? Why? What problem is being solved?
I didn't forget about (remove if it is not applicable):
Related issues: