2013/5/7 Philippe Colin <[email protected]>

> Ok Lukas, the workaround with JDBCDatabase did its job !
> jooq-codegen had generated the things I need to continue my work :-)
>

Great, good to know.


> SQL 99 doesn't know VARCHAR2 and create Object Fields, but it's not a
> problem.
>

Hmm, yes that is a problem, which should be fixed. I have registered #2445
for this. Thanks for reporting.
https://github.com/jOOQ/jOOQ/issues/2445

I guess that with #2310, the SQLDialect could be auto-detected from the
JDBC connection:
https://github.com/jOOQ/jOOQ/issues/2310


> I think  I will try, if I hade some time, to create my own
> OraclePriorTo102Database.java dialect class and to see :
> - first, if I'm able to do that,
> - second, if there are no other problems for Oracle versions prior to 10.2
> in the original OracleDatabase dialect class.
>

That would be greatly appreciated. On the other hand, you might also
consider detecting the Oracle version dynamically. This is already done
today to distinguish 10g and 11g:
https://github.com/jOOQ/jOOQ/blob/master/jOOQ-meta/src/main/java/org/jooq/util/oracle/OracleRoutineDefinition.java#L143

Of course, this could be improved, too, so I'm very open to suggestions.


> I'm very interested to participate in a manner or an other to this pretty
> good project.
> Please, let me know how I could do that ...
>

Any contribution is greatly appreciated. Some information can be found here:
http://www.jooq.org/community.php

Note, there is a dedicated milestone for user contribution candidates here:
https://github.com/jOOQ/jOOQ/issues?milestone=20

Not all tasks are equially simple, though. What kind of work would you be
most interested in?

-- 
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/groups/opt_out.


Reply via email to