mvitlov / vscode-db-explorer-firebird

Explore and run queries against your Firebird® databases without leaving VS Code.
MIT License
21 stars 11 forks source link

Add role to server login #4

Closed luisjrl closed 5 years ago

luisjrl commented 5 years ago

Hello! Thank you for putting up this extension.

I have some databases where I need to especify the user role on server login. Is there any current method to do this? If there isn't, it'd be nice if you could add it.

mvitlov commented 5 years ago

I've integrated the option to add user role while adding new connection. Cheers!

luisjrl commented 5 years ago

It works nicely. Thank you!