engine: use LEFT OUTER JOIN to join with inline json join table (#38067)

This commit is contained in:
Benjamin Dauvergne 2019-11-29 15:31:25 +01:00
parent d603f14860
commit 2422edd733
1 changed files with 1 additions and 0 deletions

View File

@ -268,6 +268,7 @@ class EngineCube(object):
),
master='%s->>\'%s\'' % (self.json_field, json_key),
detail='value',
kind='left',
)
return self.cube.get_join(name)