You were right, It now works.

By the way, all the query generated have the database name in front of the 
columns like 

select `database_name`.`table`.`column2` from `database_name`.`table` where 
> `database_name`.`table`.`column1` = 'aaaa';
>

Is there a way to disable that ?
If you have different environment with different database names, that could 
be a problem.

Thanks

-- 
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 [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to