Skip to content

Add missing methods to GenericClient #561

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

Merged
merged 3 commits into from
Jan 27, 2020

Conversation

dvic
Copy link
Contributor

@dvic dvic commented Jan 27, 2020

This adds execute_raw, query_one, query_opt, query_raw, and prepare_typed to the generic trait introduced in #525.

Furthermore, in 1ea8b7b I attempted to fix the lifetimes (as &mut is only required for transaction()).

@sfackler I'm not sure if this is the way to go or if you want this in a separate PR, if so, please let me know.

dvic added 2 commits January 27, 2020 10:23
This adds `execute_raw`,  `query_one`, `query_opt`, `query_raw`,
and `prepare_typed` to the generic trait introduced in sfackler#525.
@dvic dvic force-pushed the add-methods-generic-client branch from 33579ae to 1ea8b7b Compare January 27, 2020 10:14
@sfackler sfackler merged commit 5429a79 into sfackler:master Jan 27, 2020
@sfackler
Copy link
Owner

Thanks!

@dvic dvic deleted the add-methods-generic-client branch January 27, 2020 19:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants