-
Notifications
You must be signed in to change notification settings - Fork 33
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
Update / insert TsVector value? #19
Comments
@weiznich is the A related issue: |
@dchenk Please don't ping me to just ask questions.
As written above: That's something that could likely be improved. Its nothing that has priority for me as the main reason why this crate even exists is to showcase how to add support for postgres extensions as diesel extension crate. This implies that this crate is not primarily be designed to be used in production somewhere. Doing that is certainly possible, but don't expect much support here. This may change if diesels maintainer situation changes or if someone steps up to maintain this crate on their own.
Thats on purpose as |
Is it possible to update or insert a
TsVector
value? I would expect to be able to do something like:But I get the error that the method
eq
is not found in the column declaration. i'd say some trait is missing, but I don't (yet) know if my code is just missing someuse
statement or ifTsVector
is missing someimpl
statement. Maybe it needs to implSingleValue
?The text was updated successfully, but these errors were encountered: