partiql/partiql-lang-kotlin

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

RCHowell opened this issue · 0 comments

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

partiql/partiql-scribe#54