Skip to content

Support for table field call by "." symbol during $project execution #218

@Ktoski

Description

@Ktoski

Call for field by operator "." it seems to be not working using mongo-java-server.
ex.
"
{
$project: {
user: "$user._id",
},
}
"
where is "user" is a table in this example
Simiar case to mongo function "$toString"
ex. '$toString: "$_id" '

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions