zed
zed copied to clipboard
Support for"decimal" data types
The Formats docs have placeholders for "decimal" types decimal32,decimal64, decimal128, and decimal256 such as are often used in financial applications. This issue tracks their implementation in the SuperDB tooling.
#5295 shows an example of how defaulting to representing fractional values as float vs. decimal creates an effect that may look like a bug to a user.
This become even more relevant in the SuperSQL era since DECIMAL and NUMERIC are part of standard SQL and appear in implementations such as Postgres.