How can we help you today? How can we help you today?

Certificate suggestions support

I noticed that certificates aren't completely supported. Is there any way to get these fully supported?
use master
-- sql prompt works for this
create certificate tswift_cert encryption by password = 'blankSpace!' with subject = '1989'

-- CTRL + Shift + D to refresh
-- sql prompt suggests everything except for the certificate name
create login tswift_login from certificate tswift_cert

-- this populates with no issues
drop login tswift_login

-- only 'DROP CERTIFICATE' is suggested, the cert name is not.
drop certificate tswift_cert

edit: I came across another command that's missing a suggestion:
-- the cert login isn't being suggested:
revoke connect sql from tswift_login
ggeier
0

Comments

3 comments

  • krzysztofkroczak
    Hi @ggeier,

    Sorry for your inconvenience. I've reported that under this ticket: SP-6732.

    Best regards,
    Krzysztof
    krzysztofkroczak
    0
  • ggeier
    No problem, thank you!
    ggeier
    0
  • ggeier
    I noticed this is still an issue, along with symmetric keys too. Any chance this could get fixed?
    ggeier
    0

Add comment

Please sign in to leave a comment.