Feature request #10332
List possible databases in MS SQL connection dialog
Status: | Closed | ||
---|---|---|---|
Priority: | Normal | ||
Assignee: | Nathan Woodrow | ||
Category: | Data Provider/MSSQL | ||
Pull Request or Patch supplied: | No | Resolution: | |
Easy fix?: | No | Copied to github as #: | 18755 |
Description
We can get a list like this
SELECT *
FROM sys.databases d
WHERE d.database_id > 4
Then we can show the user rather then having to type it.
History
#1 Updated by Nathan Woodrow over 10 years ago
- Tracker changed from Bug report to Feature request
#2 Updated by Paolo Cavallini over 10 years ago
Wouldn't this be useful for all DB backend, not only MS?
#3 Updated by Giovanni Manghi over 7 years ago
- Easy fix? set to No
#4 Updated by Nyall Dawson about 6 years ago
- Status changed from Open to Feedback
- Description updated (diff)
This is fixed now, right?
#5 Updated by Nyall Dawson about 6 years ago
- Status changed from Feedback to Closed