enso/test
Radosław Waśko 632355f85b
Snowflake Dialect pt. 4 - reading a column of small integers as Integer type, other type mapping tests (#10518)
- Related to #9486
- Ensures that even though an integer column in Snowflake is represented by `Decimal` type, if the values are small enough, they are materialized as `Integer`.
- If the values are larger, they are still read in as `Decimal`.
- Adds tests for some other `Decimal` edge cases (various precisions and scales), and for `Float`.
2024-07-11 20:14:46 +00:00
..
AWS_Tests Fixing Database tests and Snowflake Dialect - part 3 out of ... (#10458) 2024-07-10 13:21:30 +00:00
Base_Tests Replace all from ... export all with explicit exports (#10369) 2024-07-11 19:34:25 +02:00
Benchmarks Speed up EnsoInputStream again (#10515) 2024-07-11 10:08:26 +00:00
Examples_Tests Rename Map to Dictionary and Set to Hashset. (#10474) 2024-07-09 09:12:23 +00:00
Exploratory_Benchmarks Final step removing the Problem_Behavior publishing. (#10461) 2024-07-05 18:41:36 +00:00
Geo_Tests Restructure Standard.Table. (#9559) 2024-03-27 17:10:43 +00:00
Google_Api_Test Enso tests can be run with filter from cmdline (#9065) 2024-02-22 12:31:44 +00:00
Helpers Implement private methods (#10060) 2024-05-31 08:00:20 +00:00
Image_Tests Writing to Data Links (#9750) 2024-04-25 17:55:49 +00:00
micro-distribution Replace all from ... export all with explicit exports (#10369) 2024-07-11 19:34:25 +02:00
Snowflake_Tests Snowflake Dialect pt. 4 - reading a column of small integers as Integer type, other type mapping tests (#10518) 2024-07-11 20:14:46 +00:00
Table_Tests Enforce conversion method return type & introduce Comparable.new (#10468) 2024-07-11 06:58:51 +02:00
Visualization_Tests Stop publishing First/Last as constructors and use auto-scoping for take and drop. (#10467) 2024-07-08 10:26:30 +00:00