Replies: 1 comment 2 replies
-
Isn't that the idea when using "date"? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello.
I have some issue with sqlite dialect/provider - where is options for truncating time part from date parameters ?
We have application with oracle connection. In some map we need to use
CustomType("date")
bacause we have datetime column otherwise we have performance problem by parameters type mismatch.But in unit tests with sqlite we have some issue - time part of DateTime is truncated.
Where is the settings for sqlite to truncate time part of DateTime for date type?
Beta Was this translation helpful? Give feedback.
All reactions