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
{{ message }}
This repository has been archived by the owner on Oct 4, 2021. It is now read-only.
Feathers Crow updated access patterns for default behavior. Those have been implemented, however support for those features lacks in three service methods.
Get should be supported instead of relying on just find
Patch should be supported, becomes an issue to test as couchbase doesn't support N1QL during mocking
Remove should be supported, same issues as patch.
There are also other issues with patch & remove when fetching data as couchbase doesn't guarantee any order, optionally we could sort by created_at or updated_at?
The text was updated successfully, but these errors were encountered:
Feathers Crow updated access patterns for default behavior. Those have been implemented, however support for those features lacks in three service methods.
Get should be supported instead of relying on just find
Patch should be supported, becomes an issue to test as couchbase doesn't support N1QL during mocking
Remove should be supported, same issues as patch.
There are also other issues with patch & remove when fetching data as couchbase doesn't guarantee any order, optionally we could sort by created_at or updated_at?
The text was updated successfully, but these errors were encountered: