The Wayback Machine - https://web.archive.org/web/20201219124120/https://github.com/topics/postgres
Skip to content
#

postgres

postgresql logo

PostgreSQL is a database management system that is object-relational. PostgreSQL originated from the Ingres project at the University of California, Berkeley.

Here are 3,590 public repositories matching this topic...

grafana
belm0
belm0 commented Dec 7, 2020

What happened:

  1. user is on a viewPanel page
  2. user clicks on top-nav "share" icon, expecting it to share the panel view
  3. the generated link is for the dashboard, not the panel

What you expected to happen:
Maybe very experienced Grafana users will know that 1) the top-nav share link is always for the dashboard, even if you're on a panel view; and 2) panels have their own sha

paolodamico
paolodamico commented Dec 8, 2020

Is your feature request related to a problem?

When sending incorrectly formatted payloads (e.g. a text-based string with a gzip compression header), the app will fail with a cryptic 500 error and register an unhandled exception.

Describe the solution you'd like

The app should return a 400 bad request error, with details on why the request failed (i.e. it is incorrectly formatted or

abonander
abonander commented Nov 16, 2020

In my experience, far and away the primary reason to use DatabaseError::downcast_ref() is to check the constraint name. It would be nice not to have to downcast, though:

https://github.com/launchbadge/sqlx/blob/master/sqlx-core/src/error.rs#L146

 pub trait DatabaseError: ... {
    // existing methods omitted

    /// Returns the name of the constraint that triggered the error, if

Created by Michael Stonebraker

Released July 8, 1996

Repository
postgres/postgres
Website
www.postgresql.org
Wikipedia
Wikipedia
You can’t perform that action at this time.