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

Addition of the Field Computed Source #17

Open GiorgosPram opened 3 years ago

GiorgosPram commented 3 years ago

Is your feature request related to a problem? Please describe. It would be very helpfull if on the "Show Table Info" we could see the the computed source of a computed field

Describe the solution you'd like After clicking on the "Show Table Info" option on a table. I would like to see an extra field on the Firebird Query Results that contains the computed source of a computed field

Describe alternatives you've considered To open a separate software that does this thing

Additional context I really enjoy this plug-in and it is really helpfull to have a database in the VS code

Thank you