Hi Leonardo,

> Thanks Lukas for the quick answer, when you refer to a "jOOQ's comprehensive
> integration tests against an oracle 11g" do you mean that there is any test 
> suite
> that maybe I can run, or you do that by your self and knowledge of the tool.

This is the integration test suite on trunk testing the upcoming jOOQ
version 2.0 (also available from SVN at SourceForge):
https://github.com/lukaseder/jOOQ/blob/master/jOOQ-test/src/org/jooq/test/jOOQAbstractTest.java

If you want to run tests for jOOQ 1.6.x, take the test suite from the
branch. It works the same way:
https://jooq.svn.sourceforge.net/svnroot/jooq/branches/version-1.6.9-branch/

Unfortunately, it is not entirely automated with Maven. There are some
manual steps to get it running for the first time, preferably in
Eclipse. If you get it working, then it will run 100+ use cases with
around 800 queries and stored procedure calls against this schema:
https://github.com/lukaseder/jOOQ/blob/master/jOOQ-test/src/org/jooq/test/oracle/create.sql
https://github.com/lukaseder/jOOQ/blob/master/jOOQ-test/src/org/jooq/test/oracle/reset.sql

There are some hints on this page, concerning how to set up jOOQ in Eclipse:
http://www.jooq.org/contribute.php

I'd be very interested in results from that test suite in Oracle 11g!

Cheers
Lukas

Reply via email to