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 May 12, 2024. It is now read-only.
The ORM don't permit to do some operations (will be describe below) directly in the database.
It's will be useful and better to be able to do it. Solve this problem, will also permit to replace the usage of special attributes who was a short-term solution.
Problem
The ORM don't permit to do some operations (will be describe below) directly in the database.
It's will be useful and better to be able to do it. Solve this problem, will also permit to replace the usage of special attributes who was a short-term solution.
Example
Count a set of objects
Before
Expected
Verify if a set of objects exists
Before
Expected
Delete a set of objects
Before
Expected
Order a set of objects
Before
Expected
The text was updated successfully, but these errors were encountered: