Skip to content
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

Feature/implement relations #36

Merged
merged 7 commits into from
Jul 5, 2016
Merged

Conversation

romaninsh
Copy link
Member

@romaninsh romaninsh commented Jun 30, 2016

Moved todo into #37, ready for review.

Relations add traversal between models.

Docs: https://github.com/atk4/data/blob/feature/implement-relations/docs/relations.rst#dealing-with-many-to-many-relations

@romaninsh romaninsh mentioned this pull request Jun 30, 2016
2 tasks
'min_age'=>$m->action('min', ['age']),
'max_age'=>$m->expr('(20 + [])', [20])
]
);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This one looks great - this way one can use a connection specific expression.

@skondakov
Copy link
Contributor

Seems good to me.

@romaninsh romaninsh merged commit fe19a9c into develop Jul 5, 2016
@romaninsh romaninsh deleted the feature/implement-relations branch July 15, 2016 22:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants