Skip to content

Commit

Permalink
Refined data types page
Browse files Browse the repository at this point in the history
  • Loading branch information
jboettcher committed Apr 18, 2024
1 parent 0ff798c commit 333425e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions website/docs/sql/datatype/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,11 @@ Name|Aliases|Description
`GEOGRAPHY`||a geography object

:::note
`Numerics` with a precision greater than 18 are only supported with a [database version 3](../../hyper-api/hyper_process#version-3) or newer.
Persisting `NUMERICs` with a precision greater than 18 requires at least [database version 3](/docs/hyper-api/hyper_process#version-3).
:::
:::note
The 32-bit floating point type `real` was introduced with [database version 4](../../hyper-api/hyper_process#version-4).
Previously, all floating points were mapped to 64-bit `double precision`.
Persisting 32-bit `REALs` requires at least [database version 4](/docs/hyper-api/hyper_process#version-4).
Up until Hyper API release [0.0.18825](/docs/releases#0.0.18825) Hyper mapped all floating points internally to 64-bit `DOUBLE PRECISIONs`.
:::


Expand Down

0 comments on commit 333425e

Please sign in to comment.