-
Notifications
You must be signed in to change notification settings - Fork 19
More flexible schema declaration #10
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
I've extracted SchemaResolver in current version and support named indexes and fields. |
Sorry, bu I doesn't understood what you mean. |
I can release version 1.6.6 if you want to try it. |
Ah ok. The current version for me is 1.6.5, for you the developing version it is the current :-) Thank for the offer, but I'm not in hurry. I prefer use a stable version as it will be used in a software for by my clients. When you think the version 1.6.6 will be ready to release, I will glad to use it. Anyway, do you have an estimated date for the version 1.6.6 ? Thanks. |
At now (version 1.6.5 of tarantool connector), the only way to define a schema is use annotate variables whose names are the names used in tarantool.
It should be useful to allowing to pass this information in a programmatic way: for example instead of
TarantoolConnection16#schema(T schema)
a method as
TarantoolConnection16#schema(String spaceId, String indexId)
in order to allowing to load this information from a configuration file, for example.
Regards,
Paolo
The text was updated successfully, but these errors were encountered: