Hello
2015-04-08 1:57 GMT+02:00 Mark Derricutt <[email protected]>:
> I get PostgresSQL errors saying that the sequence doesn't exist, the SQL
> that gets generated is:
>
> next_val('"schema"'.'"some_id_seq"')
>
Interesting. What I'm getting is this:
select nextval('"schema"."some_id_seq"')
The difference is that I don't get the apostrophes in the middle...
with a double quoted table reference. I can work around this using:
>
Yes, they're double quoted inside the string literal unless you tell jOOQ
via RenderNameStyle.AS_IS not to quote identifiers / names. But that seems
to be correct?
--
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/d/optout.