Feature request #10332

List possible databases in MS SQL connection dialog

Added by Nathan Woodrow almost 10 years ago. Updated over 5 years ago.

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 almost 10 years ago

  • Tracker changed from Bug report to Feature request

#2 Updated by Paolo Cavallini almost 10 years ago

Wouldn't this be useful for all DB backend, not only MS?

#3 Updated by Giovanni Manghi almost 7 years ago

  • Easy fix? set to No

#4 Updated by Nyall Dawson over 5 years ago

  • Status changed from Open to Feedback
  • Description updated (diff)

This is fixed now, right?

#5 Updated by Nyall Dawson over 5 years ago

  • Status changed from Feedback to Closed

Also available in: Atom PDF