-
Notifications
You must be signed in to change notification settings - Fork 1.1k
[issue-447] added NamedQueryContext method on sqlx.Tx #565
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
base: master
Are you sure you want to change the base?
Conversation
Pull Request Test Coverage Report for Build 117
💛 - Coveralls |
@jmoiron any reason not to move ahead with this one? Similar PRs have been raised before without any feedback. Not having this in places means that the transaction type can't be used in places where the database can |
Why is this one not merged? |
This one would be useful |
@jmoiron please merge this PR, without it it's impossible to use this functionality in abstractions over *DB and *Tx |
or @ardan-bkennedy, as mentioned in #914 (comment) |
Issue-447
added NamedQueryContext method on *sqlx.Tx