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

Add optimized ToOne sqlalchemy aware field. #167

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

ticosax
Copy link
Contributor

@ticosax ticosax commented Jan 16, 2019

This version of fields.ToOne() is able to read the local foreign key value to serialize the reference of the remote object.
It can be useful under some circumstances to avoid performing additional db lookups.

This version of fields.ToOne() is able to read the local foreign key value
to serialize the reference of the remote object.
It can be useful under some circumstances to avoid performing additional db lookups.
@coveralls
Copy link

Coverage Status

Coverage increased (+0.2%) to 89.323% when pulling a97d956 on ticosax:to-one-local into 1ae0208 on biosustain:master.

2 similar comments
@coveralls
Copy link

Coverage Status

Coverage increased (+0.2%) to 89.323% when pulling a97d956 on ticosax:to-one-local into 1ae0208 on biosustain:master.

@coveralls
Copy link

Coverage Status

Coverage increased (+0.2%) to 89.323% when pulling a97d956 on ticosax:to-one-local into 1ae0208 on biosustain:master.

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