jOOQ tutorial step4

29 views
Skip to first unread message

Simone Giacomelli

unread,
Mar 8, 2013, 4:21:01 PM3/8/13
to jooq...@googlegroups.com
I'm beginning to play seriously with jOOQ 3.0.0-RC1 (glad to see RC2 :)

and I was reading the docs here:


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?


Lukas Eder

unread,
Mar 9, 2013, 6:14:07 AM3/9/13
to jooq...@googlegroups.com
Yes, of course. Thanks for pointing that out. That slipped in with my latest "improvements" :-(

Fixed
Cheers
Lukas


2013/3/8 Simone Giacomelli <simone.g...@gmail.com>


--
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 jooq-user+...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
 
 

Simone Giacomelli

unread,
Mar 12, 2013, 5:54:22 AM3/12/13
to jooq...@googlegroups.com
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 <lukas...@gmail.com>

--
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 jooq-user+...@googlegroups.com.

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

Reply all
Reply to author
Forward
0 new messages