enso/distribution/lib/Standard
GregoryTravis 48fb999eb3
Implement Decimal support for Postgres backend (#10216)
* treat scale nothing as unspecifed

* cast to decimal

* float int biginteger

* conversion failure ints

* loss of decimal precision

* precision loss for mixed column to float

* mixed columns

* loss of precision on inexact float conversion

* cleanup, reuse

* changelog

* review

* no fits bd

* no warning on 0.1 conversion

* fmt

* big_decimal_fetcher

* default fetcher and statement setting

* round-trip d

* fix warning

* expr +10

* double builder retype to bigdecimal

* Use BD fetcher for underspecified postgres numeric column, not inferred builder, and do not use biginteger builder for integral bigdecimal values

* fix tests

* fix test

* cast_op_type

* no-ops for other dialects

* Types

* sum + avg

* avg + sum test

* fix test

* update agg type inference test

* wip

* is_int8, stddev

* more doc, overflow check

* fmt

* finish round-trip test

* wip
2024-07-02 15:01:55 -04:00
..
AWS/0.0.0-dev Implement Decimal support for Postgres backend (#10216) 2024-07-02 15:01:55 -04:00
Base/0.0.0-dev Adjust Colours. (#10417) 2024-07-01 20:01:18 +00:00
Database/0.0.0-dev Implement Decimal support for Postgres backend (#10216) 2024-07-02 15:01:55 -04:00
Examples/0.0.0-dev Fix Meta.enso_project (#10192) 2024-06-11 08:31:40 +00:00
Geo/0.0.0-dev Remove old GUI1 ICONs and mapping function (#10086) 2024-05-27 11:17:21 +01:00
Google_Api/0.0.0-dev Autoscoping for File_Format and minor tweaks. (#10348) 2024-06-24 08:28:54 +00:00
Image/0.0.0-dev Autoscoping for File_Format and minor tweaks. (#10348) 2024-06-24 08:28:54 +00:00
Searcher/0.0.0-dev Rename order_by to sort for Table and DB_Table. (#10372) 2024-06-26 17:46:09 +00:00
Snowflake/0.0.0-dev Implement Decimal support for Postgres backend (#10216) 2024-07-02 15:01:55 -04:00
Table/0.0.0-dev Implement Decimal support for Postgres backend (#10216) 2024-07-02 15:01:55 -04:00
Test/0.0.0-dev Fixing Database tests and Snowflake Dialect - part 2 out of ... (#10319) 2024-06-27 14:54:00 +00:00
Visualization/0.0.0-dev Rename order_by to sort for Table and DB_Table. (#10372) 2024-06-26 17:46:09 +00:00