Good day, I have a stored procedure, and I'm calling it by using the auto-generated code from jooq.
The problem is that one of the out parameters is, in oracle, Date type, jooq parse it as sql.Date class type, but the minutes and seconds are lost, I only get year, month and day. I tried forcing from the oracle sql query the date format as needed but it seems that the java part ignores the hours and minutes. I'm using Oracle 10g, any advice?? is there any extra configuration I'm missing?? Thanks a lot.
