Description
We have is issue with querying LocalDateTime objects with our SQL engine.
Next query can fails with error, if one of row localDateTimeField value has zero-time:
select DATEDIFF('DAY', localDateTimeField, CURRENT_DATE ()) from t;
Startpoint is IgniteH2Indexing.wrap() method.
We need add support to these classes: LocalDate, LocalTime, LocalDateTime.
Attachments
Issue Links
- relates to
-
IGNITE-5483 SqlQuery fails with WHERE clause on LocalDateTime field
-
- Resolved
-
- links to