Skip to content

Commit 9216a5b

Browse files
authored
Fix uuid storage state (#12402)
1 parent 774b668 commit 9216a5b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ydb/docs/en/core/yql/reference/yql-core/types/_includes/datatypes_primitive_string.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
| `Json` | [JSON](https://en.wikipedia.org/wiki/JSON) represented as text | Doesn't support matching{% if feature_map_tables %}, can't be used in the primary key{% endif %} |
66
| `JsonDocument` | [JSON](https://en.wikipedia.org/wiki/JSON) in an indexed binary representation | Doesn't support matching{% if feature_map_tables %}, can't be used in the primary key{% endif %} |
77
| `Yson` | [YSON](../../udf/list/yson.md) in a textual or binary representation. | Doesn't support matching{% if feature_map_tables %}, can't be used in the primary key{% endif %} |
8-
| `Uuid` | Universally unique identifier [UUID](https://tools.ietf.org/html/rfc4122) | Not supported for table columns |
8+
| `Uuid` | Universally unique identifier [UUID](https://tools.ietf.org/html/rfc4122) |
99

1010
{% note info "Cell size restrictions" %}
1111

ydb/docs/ru/core/yql/reference/yql-core/types/_includes/datatypes_primitive_string.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
`Json` | [JSON](https://en.wikipedia.org/wiki/JSON) в текстовом представлении|Не поддерживает возможность сравнения{% if feature_map_tables %}, не может быть использован в первичном ключе{% endif %}
66
`JsonDocument` | [JSON](https://en.wikipedia.org/wiki/JSON) в бинарном индексированном представлении | Не поддерживает возможность сравнения{% if feature_map_tables %}, не может быть использован в первичном ключе{% endif %}
77
`Yson` | [YSON](../yson.md) в текстовом или бинарном представлении | Не поддерживает возможность сравнения{% if feature_map_tables %}, не может быть использован в первичном ключе{% endif %}
8-
`Uuid` | Универсальный идентификатор [UUID](https://tools.ietf.org/html/rfc4122) | Не поддержан для столбцов таблиц
8+
`Uuid` | Универсальный идентификатор [UUID](https://tools.ietf.org/html/rfc4122) |
99

1010
{% note info "Ограничения на размер" %}
1111

0 commit comments

Comments
 (0)