On Tue, Apr 24, 2012 at 1:29 AM, Lukas Eder <[email protected]> wrote:
> Yes, I'm aware of this. It is not really up to date. It should be
> improved soon. In the mean time, use something along these lines:
>
> new Factory(connection, dialect,
> new Settings().withRenderMapping(
> new RenderMapping().withDefaultSchema("MySchema")));
>
> The above Factory will avoid rendering "MySchema". With jOOQ 2.3.0,
> there will also be a way to specify Settings.setRenderSchema(false),
> to avoid rendering schema names all together. Right now, the default
> schema will be your only option.
>
Ok, so the string "MySchema" is unimportant here? It could be "blahblah"
and would still work?
Ian.
--
Ian Clarke
Blog: http://blog.locut.us/