Hi Shyam,

In general, jOOQ maps Java null to SQL NULL/UNKNOWN just like JDBC does as
well. I wasn't aware of SQL Server providing a way to distinguish NULL from
"EMPTY". Could you provide an example where you think that jOOQ should
change its behaviour?

Cheers
Lukas


2014-02-03 Sha <[email protected]>:

> Hi Lukas,
>   When I try to fetch records of any table, when there is no value for a
> field JOOQ select statement fetching it as null.
> In many databases , especially SQLServer no value is treated as empty
> value.
>
> But by JOOQ why it is null , which in turn showing NullPointerException.
> And how to evaluate it to empty value ?
>
> Regards,
> ~Shyam
>
>  --
> 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 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.

Reply via email to