Hi! I have an issue with dynamic parameters. I tried to pass "java.time.LocalDateTime" value for TIMESTAMP dynamic parameter using DataContext and got an exception:
"class java.time.LocalDateTime cannot be cast to class java.lang.Long." I converted java.time.LocalDateTime to Long, but unfortunately, by using Long, microseconds and nanoseconds were lost. Is there a way to preserve microseconds and nanoseconds ?
