Lukas, you are welcome. Thanks for your help and thanks for jOOQ: this is really a good piece of software. Type safe SQL !!
You saved my life! The alternative was Hi.... I can't write it !! ;) cheers Simone 2013/3/9 Lukas Eder <[email protected]> > Yes, of course. Thanks for pointing that out. That slipped in with my > latest "improvements" :-( > > Fixed > Cheers > Lukas > > > 2013/3/8 Simone Giacomelli <[email protected]> > >> I'm beginning to play seriously with jOOQ 3.0.0-RC1 (glad to see RC2 :) >> >> and I was reading the docs here: >> >> http://www.jooq.org/tutorial.php#step4 >> >> Executor create = new Executor(conn, SQLDialect.MYSQL);Result<Record> result >> = Executor.select().from(POSTS).fetch(); >> >> There is an issue in the second line; it should be: >> Result<Record> result = create.select().from(POSTS).fetch(); >> >> right? >> >> >> -- >> 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. >> >> >> > > -- > You received this message because you are subscribed to a topic in the > Google Groups "jOOQ User Group" group. > To unsubscribe from this topic, visit > https://groups.google.com/d/topic/jooq-user/daWBmSifNfo/unsubscribe?hl=en. > To unsubscribe from this group and all its topics, send an email to > [email protected]. > For more options, visit https://groups.google.com/groups/opt_out. > > > -- Simone Giacomelli Mobile: +39 333 9770618 E-fax: +39 02 700540454 Skype: simone.giacomelli -- 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.
