Fix fetch mode one to one
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).