ktorm icon indicating copy to clipboard operation
ktorm copied to clipboard

Oracle Timestamp support

Open filippo-baccani opened this issue 1 year ago • 0 comments

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

filippo-baccani avatar May 10 '24 12:05 filippo-baccani