Thanks a lot Lukas. Let me comment on these once I implement it in my POC. ~Shyam
On Thursday, February 20, 2014 1:02:39 PM UTC+5:30, Lukas Eder wrote: > > Hi Shyam > > 2014-02-19 14:20 GMT+01:00 Sha <[email protected] <javascript:>>: > >> sorry for my mistake Lukas. >> There was a space after column hence it is not able find the column and >> giving error. >> i corrected it. >> >> Sorry for troubling you. >> > > That's what I thought :-) Thanks for the update > > >> I have one request. >> I guess sooner or later jOOQ should support " UPDATE ...SELECT ...FROM >> clause" , otherwise going round about way for it is tedious and time >> consuming. >> > > Hmm, why "SELECT"? > > UPDATE .. FROM is implemented in jOOQ 3.3.0: > https://github.com/jOOQ/jOOQ/issues/1018 > > Apparently, this issue was forgotten in the release notes. I'll have this > fixed, soon. But as you can see, the from() method is now available from > the UPDATE DSL: > http://www.jooq.org/javadoc/3.3.x/org/jooq/UpdateFromStep.html > > Cheers > Lukas > -- 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/groups/opt_out.
