2017-03-23 3:51 GMT+01:00 Samir Faci <[email protected]>: > The plain-sql doc might need some updates. The snippet you just mentioned > here as an example is more insightful into what jooq supports then the > plain-sql page. >
Noted, thanks for the feedback: https://github.com/jOOQ/jOOQ/issues/5816 There are some examples in some Javadoc, but chances to actually see them are slim, probably. Maybe we should have a supported tempting? prepared statements ? section. > On how to write > more complex queries in jooq using raw sql? > Yeah, a templating section might be interesting! like the list() pattern would not be obvious to me without spending some > time on google + stack overflow. It's one of those snippets i'm saving for > later reference. > > I also didn't see the {0}, {1} etc.. pattern mentioned in other places > besides this mailing list. I'm using it in code and it's good to know, > but I wouldn't know where to look that up if the doc. > Javadoc, currently. But the manual should be more clear as well. -- 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.
