Skip to content

Fix fetch mode one to one

Jan Riemer requested to merge fix-fetch-mode-one-to-one into master

This fixes transpilation of join, when two tables are joined against the same table.

The transpilation now correctly attaches fetchMode(FetchMode::OneToOne) to the corresponding data sources.

NB: As of now, the code doesn't look that nice and has high potential for refactoring. This needs to be addressed in the future.

Closes #1 (closed).

Merge request reports

Loading