You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
No, it's not related to the same name. The only issue I faced with, that is described above, is returning {} instead of null when non-existing JSONB path is requested.
Uh oh!
There was an error while loading. Please reload this page.
After upgrading from
8.11.1 -> 8.11.3
, the following happens:results to
{}
instead ofnull
. For 8.11.1 it is correct andnull
.'{}'
is passed to JSONB type parser resulting with{}
.The text was updated successfully, but these errors were encountered: