Skip to content

Entity with reference #176

Closed Answered by adrianhall
guidoDimasi asked this question in Q&A
Discussion options

You must be logged in to vote

You can make a query on the client side with joins. However, the tables are synchronized separately, so you can't rely on a join being there. This is one of the downsides of synchronization - even in an ideal case, there are times where the data to join the two tables is not there.

You have to think in terms of disjoint tables when working with synchronization.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by guidoDimasi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants