Document whether using computedField
on a reference column will join the referenced table or not
#3334
Labels
docs
Related to the documentation (dartdoc or website)
At referencing-other-tables section, it has a note for
Filter on foreign keys
: "when filtering on a reference column, drift will apply the filter to the column itself instead of joining the referenced table."At computed-fields section, it just mentions "You can write expressions which reference other columns in the same table or even other tables. The joins will be created automatically by the manager." But, it doesn't mention whether the computedField (on a reference column like
id
) will join the referenced table or not. i.e:The text was updated successfully, but these errors were encountered: