Hello all.
I am surveying jOOQ and its clever DSL approach to see if it fits my needs.

I am using postgresql 9.0.x and its JDBC 4 driver. My database has 2 
schemas besides the default one (public).

With jOOQ 2.3.1 I successfully generated jOOQ classes for one of the 
schemas (the one I want to manipulate) but resulting queries do not have 
the schema prepended to field and table names.

The problem does not presents with jOOQ 2.2.2

I tried to debug the code following the execution within jOOQ classes and 
it seems that the SchemaMapping classes in the Factory hold correct values 
but something goes wrong during SQL statement generation.

Can anyone confirm this?

Greets
--
Alessandro Falappa 

Reply via email to