microsoft / azuredatastudio-postgresql

azuredatastudio-postgresql is an extension for Azure Data Studio that enables you to work with PostgreSQL databases
Other
196 stars 37 forks source link

PL/pgSQL scripts RAISE command and Messages #455

Closed gcapnias closed 1 year ago

gcapnias commented 1 year ago

I use the PostgreSQL extension for Azure Data Studio to run PL/pgSQL scripts. I use RAISE commands to provide feedback while running scripts.

In the previous versions, each RAISE command had a distinct color and a line in the messages pane, depending on the level (INFO, EXCEPTION, etc.). In the latest versions, I get all the RAISE messages after the script finishes, and they are all concatenated in one line, which makes them impossible to read.

Is it possible to change it back to the original behavior? Or at least have each message on a separate line in the results?

Thanks, George J.

nasc17 commented 1 year ago

@gcapnias could you please inform us of the version of Postgresql extension and Azure Data Studio you were using previously and what you updated to when you change in behavior.

gcapnias commented 1 year ago

Version v0.5.0, the latest...

Regards, George J.

nasc17 commented 1 year ago

Bug has been addressed in our unstable release of PostgreSQL extension v0.5.1-insiders. We would appreciate your verification that it has been handled appropriately.

gcapnias commented 1 year ago

Hi,

Yes, I can verify that v0.5.1-insiders has returned each message in a separate line; you can read them easily!

Thanks, George J.

nasc17 commented 1 year ago

Please be on the lookout for when we publish the next stable release of the extension. Thank you!