enso/std-bits
Radosław Waśko 1931e9e51f
Workaround for to_date_time type errors (#6964)
Related to #6912

It essentially solves it by removing any builtins that would take an EnsoDate/EnsoTimeOfDay/EnsoTimeZone and replacing them with Java utils that do the same operation.

This is not a proper solution - the builtin conversion is still invalid for the date/time types - but at this moment we may just no longer use the invalid conversion so it is much less of an issue. We still need to be aware of this if we want to introduce builtins taking date/time in the future.
2023-06-06 20:28:11 +00:00
..
aws/src/main/java/org/enso/aws/database Separating Redshift connector from Database library into a new AWS library (#6550) 2023-05-04 17:36:51 +00:00
base/src/main/java/org/enso/base Workaround for to_date_time type errors (#6964) 2023-06-06 20:28:11 +00:00
database/src/main/java/org/enso/database Separating Redshift connector from Database library into a new AWS library (#6550) 2023-05-04 17:36:51 +00:00
google-api Google Spreadsheet Reading (#1976) 2021-09-03 21:41:12 +02:00
image/src/main/java/org/enso/image Remove Column type from Aggregate_Column, simplify Column_Selector, some new File_Formats (#5646) 2023-02-16 15:15:49 +00:00
table/src/main Reimplement Column.truncate, .ceil, and .floor as vectorized Java ops (#6941) 2023-06-06 18:07:12 +00:00