-
Notifications
You must be signed in to change notification settings - Fork 5
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
Diesel v1.4.4 Support #2
base: master
Are you sure you want to change the base?
Diesel v1.4.4 Support #2
Conversation
After the above changes, reading from the DB is working. verified tests complete without issue when removing diesel insert code: `
running 1 test test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Doc-tests diesel_pg_hstore running 7 tests test result: ok. 6 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out Need to find the cause to: |
…sh to the query string.
Cause of this error was that QueryFragment was not fully implemented in a usable way. |
Ready for review. |
Dieselv1.4.4 migration
Updated byteorder to 1.3.4 for Diesel 1.4.4
Added serde Serialize, Deserialize for convenience
@lholden Please review and approve at your convenience. |
This can be useful. |
Will test and see if there are any breaking changes to move to diesel version 1.4.4