Hello,

Wondering about the best ways to potentially tackle this issue. Running 
jooq codegen against the same Postgres db running on Mac and Linux 
(identical schema) produces slightly different results. Different in the 
order stored procedures are generated in the Routines.java file, for 
example. Digging into this it appears to be a known issue related to the 
way OS X and Linux variants handle collation differently. For example 
see: https://simply.name/pg-lc-collate.html

So, I'm wondering what the best work around is to get a consistent ordering 
across OSs here? Is there a way I can define my own ordering function for 
jooq codegen?

Cheers,
Kai

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