For the sake of completeness you should also fix the table alias in the given 
input for the translator mentioned in the blog post:

          JOIN actor AS f USING (actor_id)
=>     JOIN actor AS a USING (actor_id)

But again, very helpful article in order to understand the also for me 
long-standing problem with nesting collections.
I'll spread the word !

Kind regards
Dominik

-- 
You received this message because you are subscribed to the Google Groups "jOOQ 
User Group" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jooq-user+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jooq-user/63C90BF2-A77E-4C5D-AC4B-6E4CA30ED3D7%40googlemail.com.

Reply via email to