-
Bug
-
Resolution: Fixed
-
High
-
None
-
None
I've encountered an issue with a SELECT query that is being generated for one of the paths. Specifically when we receive the following message
{"_table": "artist_credit_name", "position": 0, "artist_credit": 2013510}
and get to processing path "artist_credit_names" for an artist entity/core. Query that is generated is
SELECT artist.id FROM musicbrainz.artist WHERE artist.id IN (:ids)
But the problem is that there are no artist ID in the set of PKs that we got in a message.