You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm very new to kotlin and to ktorm too, so may be I'm missing something simple ...
However I was not able to plain read an Oracle Timestamp columns (oracle.sql.TIMESTAMP) as a java.sql.Timestamp using the ResultSet getTimestamp(index) method.
I've hit the goal by means of an adapter but this seems to me a little bit overkilling.
Do I miss something or really is so difficult to fetch a Timestamp from Oracle ?
Thanks
The text was updated successfully, but these errors were encountered:
I'm very new to kotlin and to ktorm too, so may be I'm missing something simple ...
However I was not able to plain read an Oracle Timestamp columns (oracle.sql.TIMESTAMP) as a java.sql.Timestamp using the ResultSet getTimestamp(index) method.
I've hit the goal by means of an adapter but this seems to me a little bit overkilling.
Do I miss something or really is so difficult to fetch a Timestamp from Oracle ?
Thanks
The text was updated successfully, but these errors were encountered: