enso/std-bits
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/src/main/java/org/enso/aws Fix missing AWS region in S3 operations (#9546) 2024-03-27 12:00:15 +00:00
base/src/main/java/org/enso/base Enforce conversion method return type & introduce Comparable.new (#10468) 2024-07-11 06:58:51 +02:00
benchmarks/src/main/java/org/enso/benchmarks/libs Fix incremental compilation of runtime/test (#8975) 2024-02-13 10:05:31 +01:00
database/src/main/java/org/enso/database Stop publishing Postgres constructor, update Postgres_Details.Postgres to Postgres.Server. (#10466) 2024-07-08 07:58:08 +00:00
google-api Google Spreadsheet Reading (#1976) 2021-09-03 21:41:12 +02:00
image/src/main/java/org/enso/image Update java formatter sbt plugin (#8543) 2023-12-15 14:45:23 +00:00
snowflake/src/main/java/org/enso/snowflake 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/src/main 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