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
Expected: Refresh button does something meaningful. Perhaps refreshing the data after modifying it or with a different schema or something.
Actual: The refresh button re-reads the file without modification. Not sure the use case. I guess if the user manually changed the file on disk while the wizard was running, which seems like a corner-case scenario.
Note: for reference SSMS does not provide a Refresh button on this screen.
ADS screen
SSMS screen
The text was updated successfully, but these errors were encountered:
IIRC, it also was with the expectation that we would eventually provide options to configure the PROSE library on the preview page. I'll move this to the backlog for now.
…#10248)
* - Removed PG connections in the new connection wizard
- If a PG database is active sending an error
- Removed refresh button #6611
* Added back the refresh
* -Using getConnection only once.
* -Fixed the error message
-Fixed the bugs mentioned in the PR
Co-authored-by: Aasim Khan <aaskhan@microsoft.com>
master
Steps to Reproduce:
Expected: Refresh button does something meaningful. Perhaps refreshing the data after modifying it or with a different schema or something.
Actual: The refresh button re-reads the file without modification. Not sure the use case. I guess if the user manually changed the file on disk while the wizard was running, which seems like a corner-case scenario.
Note: for reference SSMS does not provide a Refresh button on this screen.
ADS screen
SSMS screen
The text was updated successfully, but these errors were encountered: