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
To allow running the same set of SQL statments with different DB connections, say Local / Testing. Currently I need to first close the buffer, reopen it and call DBUIFindBuffer in order to attach it to another connection.
It will be convenient if there is a command say DBUISwitchBufferConn for user to attach the current buffer to another connection.
Thank you
The text was updated successfully, but these errors were encountered:
To allow running the same set of SQL statments with different DB connections, say Local / Testing. Currently I need to first close the buffer, reopen it and call
DBUIFindBuffer
in order to attach it to another connection.It will be convenient if there is a command say
DBUISwitchBufferConn
for user to attach the current buffer to another connection.Thank you
The text was updated successfully, but these errors were encountered: