On 8 Apr 2015, at 22:20, Lukas Eder wrote: > 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?
Very strange - that actually seems to be working now from a standalone test,
and getting the correct escaping. I can't even reproduce what I mentioned in
the original email, but I wonder, if I actually wrote the wrong thing. I
noticed an earlier revision of my code I had:
Sequence<Integer> seq = DSL.sequenceByName(Integer.class, "schema.some_id_seq");
Which is similar to how I've defined tables via
DSL.tableByName("schema.some_table"): without separating out the schema - the
tables work, the schema however doesn't:
select nextval('"schema.some_id_seq"')
I'll update my code to separate the schema portion - but should one work and
not the other?
--
Mark Derricutt
http://www.theoryinpractice.net
http://www.chaliceofblood.net
http://plus.google.com/+MarkDerricutt
http://twitter.com/talios
http://facebook.com/mderricutt
--
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.
signature.asc
Description: OpenPGP digital signature
