Hello,
I have this situation: two different dbms (specifically one is MariaDB the 
other Oracle) with the same database structure:

   - same tables with the same names
   - same columns with the same names
   - same fks, ucs etc

Only differences could be in some types supported differently in MariaDB 
and Oracle but  traslated in the same type in Java. 

Can I generate just once (lets say based on MariaDB db) and then configure 
the SQLDialect at runtime based on the JDBC Connection?

Thanks in advance for your support.
Simone

PS: I know that Oracle i supported only by the pro version, I already 
downloaded the trial version.

-- 
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/6b9032f1-c4a8-4467-aecc-571aba7f0cfan%40googlegroups.com.

Reply via email to