Closed artemmufazalov closed 2 months ago
UPSERT
template works in versions from this commit: https://github.com/ydb-platform/ydb/commit/805fb4bf998390fe496ba6979d885d16d24bec83, so we can leave current template
In ALTER
template Bool
should be replaced with Int32
. UPSERT
template could be further improved with real columns names: https://github.com/ydb-platform/ydb-embedded-ui/issues/1274
Templates could be found here: https://nda.ya.ru/t/_FFOyPMg78979e
Currently for column tables we have template similar to row tables, although they don't fit:
update parse error: Type 'Bool' specified for column 'is_deleted' is not supported. in alter constructor STANDALONE_UPDATE
:Write mode 'upsert' is not supported for olap tables.
: