8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-22 20:03:02 +01:00

Make raw .md look a bit better

This commit is contained in:
AlexPeshkoff 2019-12-10 10:34:28 +03:00
parent 1fb574b4cb
commit 4e8674e81e

View File

@ -29,12 +29,12 @@ Special `TO` part format `LEGACY` is used when datatype, missing in previous FB
a way, understandable by old client software (may be with some data losses). The following coercions are done for a way, understandable by old client software (may be with some data losses). The following coercions are done for
legacy datatypes: legacy datatypes:
| Native datatype | Legacy datatype | | Native datatype | Legacy datatype |
|---|---| |--------------------------|-----------------------------|
| BOOLEAN | CHAR(5) | | BOOLEAN | CHAR(5) |
| DECFLOAT | DOUBLE PRECISION | | DECFLOAT | DOUBLE PRECISION |
| NUMERIC(38) | NUMERIC(18) | | NUMERIC(38) | NUMERIC(18) |
| TIME WITH TIME ZONE | TIME WITHOUT TIME ZONE | | TIME WITH TIME ZONE | TIME WITHOUT TIME ZONE |
| TIMESTAMP WITH TIME ZONE | TIMESTAMP WITHOUT TIME ZONE | | TIMESTAMP WITH TIME ZONE | TIMESTAMP WITHOUT TIME ZONE |
Setting `NATIVE` means `type` will be used as if there were no previous rules for it. Setting `NATIVE` means `type` will be used as if there were no previous rules for it.