srigi
Explore posts from serversDTDrizzle Team
•Created by srigi on 5/30/2023 in #help
Many-to-Many where in far table
I'm trying to
findMany()
Pokemon(s) by a type name
querying like this...
If the where
def. is on the far relation, the result-set is returning item(s) like this:
It returned totally wrong records from pokemons
and the pivot table. No of the returned typeUuid
s are of type
.name
= 'Water'
).
Any ideas where I could go wrong? Are where
expressions in relational M:N tables supported?8 replies