question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Notices do not get displayed during runtime

See original GitHub issue

I have tested this only with a PostgreSQL connection using dbeaver 3.7.X, 3.8.X and 4.0.0.

The issue is that functions which raise notices (raise notice 'test';) during their runtime (e.g. to provide information about the progress) are not being displayed while the function runs. Once the function has finished the calculation, all notices are being displayed at once in the output tab.

In this case the behaviour of pgAdmin is desired: a notice is displayed the same moment it is raised by a function.

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Reactions:1
  • Comments:23 (10 by maintainers)

github_iconTop GitHub Comments

1reaction
serge-ridercommented, Mar 5, 2018

@antimirov Second. Currently DBeaver does’t read server-side messages in async mode. In this ticket we’ve added messages pump only for script mode (when you execute multiple queries). I think we need another ticket for async messages reading - it is not too complicated to implement. But this ticket become too messy.

1reaction
serge-ridercommented, Nov 6, 2017

You are right.

We going to improve existing output window (make it detachable/configurable). For now as a workaround I’ll add extra config option in 4.2.5: image

Read more comments on GitHub >

github_iconTop Results From Across the Web

Notification runtime permission - Android Developers
In this dialog, users have the following actions available to them: Select allow; Select don't allow; Swipe away from the dialog, without pressing...
Read more >
javascript runtime error trying to display notification
I found the following code that displays toast-style alerts in mobile web applications and I want to use it to show these messages...
Read more >
Notification runtime permission - IBM
Provide an App ID and then select Show Notifications in Permission. Select Always Allow in Default runtime permission grant.
Read more >
Notification runtime permission-Android13 | by Nav Singh
- If the app is eligible for a temporary notification permission grant, the system preserves the temporary grant otherwise, the app can't send...
Read more >
Rhino.Runtime.Notifications Namespace
When added, it will be displayed in the Notifications panel in Rhino. ... notifications are supported; document specific notifications are not possible.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found