Hi! After refreshing jooq to 3.19.3  faced with problem with *day 
extraction* from table field, like this:
dslContext.select(table.name,day(table.date).as("day").from(table)
.fetchInto(FetchObject.class);
*FetchObject  *=>* day* field is *Integer *type;
*table *=> *date *field is *TableField<Record, LocalDateTime>*  type;
As result *FetchObject*.*day *value* is always null after fetchInto*
Also I tried such syntax: extract(table.DATE, DatePart.DAY) , but result 
was the same.

Can somebody clarify, if it really jooq release related problem? Looks like 
this... (but maybe also my mistake somewhere)

-- 
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].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jooq-user/5db1e6fe-178b-4390-b8f7-8db250e85fcbn%40googlegroups.com.

Reply via email to