I have a non-unique field that I'm pulling from MySQL 5.6 (testing with 5.7 
as well)

Map<String,String> resultMap = .selectDistinct(Tables.T1.F1,Tables.T1.F2)
.from(Tables.T1)
.fetch()
.intoMap(Tables.T1.F1, Tables.T1.F2);

drops a run-exception that the F1 is not unique...

The result of the DISTINCT are unique. 

-- 
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