-
Notifications
You must be signed in to change notification settings - Fork 311
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
Apply configured CodecRegistry
to StatementBuilder
#1114
Comments
Right now, we only support A majority of the work could be done by introducing a An alternative approach could be enhancing |
Thanks for the response Mark. We would be waiting for this enhancement. Can we get any tentative release plan? |
Submitting a pull request can speed up things. That is a change that we could include also in a service release. Check out https://calendar.spring.io/ for the release schedule. |
@mp911de We already can supply the CodecRegistry to StatementBuilder. So is this issue still relevant? |
All invocations to This ticket doesn't discuss the ability to specify Another thing that needs to be clarified is where None is ideal, really. The most ideal approach would be to run Happy to hear more opinions so that we can find the best approach. |
CodecRegistry
to StatementBuilder
in CassandraTemplate
CodecRegistry
to StatementBuilder
in CassandraTemplate
CodecRegistry
in StatementBuilder
After revisiting this request, I found that using the actual |
CodecRegistry
in StatementBuilder
CodecRegistry
to StatementBuilder
I am using spring data cassandra 3.1.6 artifact and trying to use custom codec.
The insert method in StatementFactory class is not passing converter/codec registry to the statement builder class and hence insert query is not being formed properly.
I am using spring data stax oss driver version 4.9.0
Can you please look into this and let us know if this has been fixed or we have a workaround for the same?
The text was updated successfully, but these errors were encountered: