enso/test/Table_Tests
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
..
data DataFormatter should infer datetime from values without seconds (#3668) 2022-08-26 21:10:52 +00:00
scripts/postgresssl Docker file for testing Postgres SSL and updated Postgres Spec (#3607) 2022-07-26 13:28:43 +00:00
src Fix date comparisons and test sorting of tables and vectors with dates (#3745) 2022-09-29 08:48:00 +00:00
package.yaml Simple CSV parser (#1268) 2020-11-05 16:53:50 +01:00