Skip to content

docs: Issue on page Data TypesΒ #1376

@SatelliteDish

Description

@SatelliteDish

I would like to report an issue on page https://rust-driver.docs.scylladb.com/v1.2.0/data-types/data-types

Problem

The page says that a Scylla decimal can be converted to a bigdecimal::Decimal but that type does not exist. Looking in the source it's clear it's implemented for the bigdecimal::BigDecimal type instead.

Suggest a fix

Update the type to bigdecimal::BigDecimal. It might be nice to mention that you need the bigdecimal-04 feature flag as well

Metadata

Metadata

Assignees

Labels

area/documentationImprovements or additions to documentation

Type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions