ktorm
ktorm copied to clipboard
Oracle Timestamp support
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