Hey Lukas.

I have a multi-schema set up, and am attempting to create an index so a DAO 
may be generated for a View.
I'm using MySQL if it helps, but when I enter

 <syntheticPrimaryKeys>schema\.view\.id</syntheticPrimaryKeys>

The DAO generates, but if I use (and I understand it's regex with dot 
prefixing the view and column)

<syntheticPrimaryKeys>.*\.view\.id</syntheticPrimaryKeys>
<syntheticPrimaryKeys>..*\.view\.id</syntheticPrimaryKeys>
<syntheticPrimaryKeys>*\.view\.id</syntheticPrimaryKeys>
<syntheticPrimaryKeys>..+\.view\.id</syntheticPrimaryKeys>

The generator just outputs "Skipping DAO generation". Is this possible to 
have a wildcard schema for syntheticPrimaryKeys, if so please let me know 
how I am failing.

Regards

Matt

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