You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be very practical if connection_is_transacting was exported in some way. Unfortunately it is not part of any functionality defined in DBI but it could maybe included in dbGetInfo?
If you agree I can open a PR
I want to avoid using unexported functions like that:
RPostgres:::connection_is_transacting(db@ptr)
The text was updated successfully, but these errors were encountered:
This old thread has been automatically locked. If you think you have found something related to this, please open a new issue and link to this old issue if necessary.
It would be very practical if
connection_is_transacting
was exported in some way. Unfortunately it is not part of any functionality defined in DBI but it could maybe included in dbGetInfo?If you agree I can open a PR
I want to avoid using unexported functions like that:
The text was updated successfully, but these errors were encountered: