You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to qdj...@googlegroups.com
Is it possible to get values of foreign key without need to set selectRelated or without need to make another query?
When I call tableA.tableB().pk().toInt() another select is made (I think unnecessarily) - I just need the integer identificator, I dont need whole tableB..
What shall be done to avoid that select? which function to call to get just the the fk value?