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
We have an critical issue, we could not filter not null values neq using postgresql with loopback find methods.
This is show stopper for our entire application, we need soft delete features based on timestamp data.
{ deleted_at: {neq: null} }
Any workaround possible without hitting DB performance? or if you could show a possible place to fix the bug, we will fix and contribute back with pull request.
The text was updated successfully, but these errors were encountered:
We have an critical issue, we could not filter not null values neq using postgresql with loopback find methods.
This is show stopper for our entire application, we need soft delete features based on timestamp data.
{ deleted_at: {neq: null} }
Any workaround possible without hitting DB performance? or if you could show a possible place to fix the bug, we will fix and contribute back with pull request.
The text was updated successfully, but these errors were encountered: