heimrichhannot / contao-exporter-bundle

A backend module for exporting any contao entity to file.
1 stars 2 forks source link

Add a join-type option to Exporter-DCA. #6

Closed JTS22 closed 4 years ago

JTS22 commented 4 years ago

When using the exporter on tables with child tables, one might need the LEFT JOIN-option to also export parent elements with no children. This change adds such an option to the tl_exporter, allowing the user to choose between INNER JOIN, LEFT OUTER JOIN and RIGHT OUTER JOIN.

koertho commented 4 years ago

@Defcon0 Looks good to me, what do you mean?

Defcon0 commented 4 years ago

Yep, looks good. We can merge this one. Thanks @JTS22

koertho commented 4 years ago

@JTS22 Thanks for your contribution!

JTS22 commented 4 years ago

You're welcome. Thank you for your amazing work on these bundles!