enso/std-bits
Radosław Waśko 61a4120cfb
Fix date comparisons and test sorting of tables and vectors with dates (#3745)
Implements https://www.pivotaltracker.com/story/show/183402892

# Important Notes
- Fixes inconsistent `compare_to` vs `==` behaviour in date/time types and adds test for that.
- Adds test for `Table.order_by` on dates and custom types.
- Fixes an issue with `Table.order_by` for custom types.
- Unifies how incomparable objects are reported by `Table.order_by` and `Vector.sort`.
- Adds benchmarks comparing `Table.order_by` and `Vector.sort` performance.
2022-09-29 08:48:00 +00:00
..
base/src/main/java/org/enso/base Fix date comparisons and test sorting of tables and vectors with dates (#3745) 2022-09-29 08:48:00 +00:00
database/src/main/java/org/enso/database Restructuring Database.Connection to allow for database specific types. (#3632) 2022-09-07 17:32:28 +00:00
google-api Google Spreadsheet Reading (#1976) 2021-09-03 21:41:12 +02:00
image/src/main/java/org/enso/image Make sure formatting is applied to std-bits projects (#3477) 2022-05-25 09:26:50 +00:00
table/src/main/java/org/enso/table String functionality in std-table should use std-base (#3717) 2022-09-17 14:38:02 +00:00