enso/std-bits
Radosław Waśko 48c17845a7
Fixing Database tests and Snowflake Dialect - part 3 out of ... (#10458)
- Related to #9486
- Fixes types in literal tables that are used throughout the tests
- Tries to makes testing faster by disabling some edge cases, trying batching some queries, re-using the main connection and trying to re-use tables more
- Implements date/time type mapping and operations for Snowflake
- Updates type mapping to correctly reflect what Snowflake does
- Disables warnings for Integer->Decimal coercion as that's too annoying and implicitly understood in Snowflake
- Allows to select a Decimal column with `..By_Type ..Integer` (only in Snowflake backend) because the Decimal column there is its 'de-facto' Integer column replacement.
2024-07-10 13:21:30 +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 Date Time Pickers, Temporarily Disable Encoding.default (#10493) 2024-07-09 21:04:08 +00: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 Fixing Database tests and Snowflake Dialect - part 3 out of ... (#10458) 2024-07-10 13:21:30 +00:00
table/src/main Implement Decimal support for Postgres backend (#10216) 2024-07-02 15:01:55 -04:00