-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
WIP RxQuery.count() #4096
WIP RxQuery.count() #4096
Conversation
Just an FYI. This should have been included in a major version release. When upgrading from an earlier version of 13 to 13.17, our application won't open anything from RXDB since we have implemented our own count method on almost all of our collections. Since count was added it is now a protected keyword and the application throws on the ORM checks.
Super handy feature that we are appreciative for but just asking that we be a little more careful with backwards incompatible changes. |
@kicohen2 yes you are right, sorry for that. |
This PR contains:
Describe the problem you have without this PR
Todos