-
Notifications
You must be signed in to change notification settings - Fork 35
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
Support multiple levels of relations #91
base: master
Are you sure you want to change the base?
Commits on Mar 17, 2021
-
Fix aliasing of HasMany and ManyToMany relations
`buildFilter()` aliases relations that are not OneToOne, but `fullColumnName()` does not, the result being that filters on fields nested in HasMany or ManyToMany relations fail. This commit makes the `fullColumnName()` method alias all such relations.
Configuration menu - View commit details
-
Copy full SHA for b2fd65f - Browse repository at this point
Copy the full SHA b2fd65fView commit details
Commits on Mar 18, 2021
-
Separated the predicates in FullColumnName
There are 3 cases to consider rather than 2: 1. Is not a relation 2. Is a relation and !isOneToOne 3. Is a relation and isOneToOne
Configuration menu - View commit details
-
Copy full SHA for 0e9f2ab - Browse repository at this point
Copy the full SHA 0e9f2abView commit details
Commits on Dec 2, 2021
-
Configuration menu - View commit details
-
Copy full SHA for bf3f916 - Browse repository at this point
Copy the full SHA bf3f916View commit details
Commits on Dec 7, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 3564c3e - Browse repository at this point
Copy the full SHA 3564c3eView commit details
Commits on Dec 8, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 92c4ea3 - Browse repository at this point
Copy the full SHA 92c4ea3View commit details
Commits on Dec 14, 2021
-
Merge branch 'master' of github.com:DeanMauro/objection-find into fea…
…ture/multi_level_relations
Configuration menu - View commit details
-
Copy full SHA for cd2e3e0 - Browse repository at this point
Copy the full SHA cd2e3e0View commit details
Commits on Jan 21, 2022
-
Objection Find is now supports multiple levels of depth. Subqueries replaced with joins during the process.
Configuration menu - View commit details
-
Copy full SHA for 0e3d7cc - Browse repository at this point
Copy the full SHA 0e3d7ccView commit details -
Configuration menu - View commit details
-
Copy full SHA for 571d6b6 - Browse repository at this point
Copy the full SHA 571d6b6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5c0769c - Browse repository at this point
Copy the full SHA 5c0769cView commit details
Commits on Jan 27, 2022
-
Configuration menu - View commit details
-
Copy full SHA for cabfaf5 - Browse repository at this point
Copy the full SHA cabfaf5View commit details
Commits on Jul 26, 2022
-
- GroupBy key column added as a default - GroupBy parameter is added only if there are joins
Configuration menu - View commit details
-
Copy full SHA for d958711 - Browse repository at this point
Copy the full SHA d958711View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5213075 - Browse repository at this point
Copy the full SHA 5213075View commit details -
Configuration menu - View commit details
-
Copy full SHA for f2afc83 - Browse repository at this point
Copy the full SHA f2afc83View commit details
Commits on Jul 29, 2022
-
Merge pull request #3 from DeanMauro/fix/groupBy_for_multi_lvl_relations
Update FindQueryBuilder.js
Configuration menu - View commit details
-
Copy full SHA for e25369d - Browse repository at this point
Copy the full SHA e25369dView commit details