Replies: 1 comment
-
Thanks for raising this. Have you seen There are a few open issues related to |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Would it be possible to disconnect and later reconnect a dm object to/from a remote database?
I'd like to pass a disconnected dm object into a function, have it open a new connection and perform some operations with the database, and then close the connection before exiting. One potential reason might be that on some database systems temporary tables are scoped to the connection which I want to keep within a function scope.
Beta Was this translation helpful? Give feedback.
All reactions