-
-
Notifications
You must be signed in to change notification settings - Fork 4
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
Association query #14
Comments
我发现这里可能会牵涉到一个self-join的二义性 - -
由于reactivedb里 AS 这个步骤是我们自己指定的,外部无法直接具名,所以 association query 可能需要添加在这里
from https://github.com/ReactiveDB/core/blob/master/docs/API-description/QueryDescription.md 或者为QueryDescription新加一个字段叫associationClause (随便起的) ? |
讲道理,那个子句约束,应该算在 |
约束放在 {
'member.age': {
$gt: 10
}
} |
容我想想看看这样能不能自动 match 上 alias 过的 join table吗 |
好像是可以的,match 对象 virtual referrence 的 key 就好了 |
Transform
to
The text was updated successfully, but these errors were encountered: