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
Describe the bug
I have the following query in the scratchpad
selects.id, s.state, p.idfromsubscription.subscriptions s, product.plans p
wheres.plan_id=p.idand is_plan_available(p.activated_at, p.retired_at) = true
order byp.id;
when I run it, I am expecting to see a table with 3 columns: on the left the subscription IDs, in the middle the state of the subscription and on the right the plan ID.
However, WhoDB displays both on the left and on the right the plan ID.
To Reproduce
As explained above
Expected behavior
Same query but directly with PSQL
Describe the bug
I have the following query in the scratchpad
when I run it, I am expecting to see a table with 3 columns: on the left the subscription IDs, in the middle the state of the subscription and on the right the plan ID.
However, WhoDB displays both on the left and on the right the plan ID.
To Reproduce
As explained above
Expected behavior
Same query but directly with PSQL
Screenshots
Additional context
Self-hosted version 0.45 with the following docker-compose file
The text was updated successfully, but these errors were encountered: