partiql / partiql-lang-kotlin

PartiQL libraries and tools in Kotlin.
https://partiql.org/
Apache License 2.0
536 stars 60 forks source link

Use REAL and DOUBLE as preferred c float32 and float64 SQL names. #1494

Open RCHowell opened 6 days ago

RCHowell commented 6 days ago

Description

The current SqlDialect uses FLOAT4 and FLOAT8 has the SQL names for the float32 and float64 types. These should be REAL and DOUBLE PRECISION.

Additional Context

https://github.com/partiql/partiql-scribe/pull/54