<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ydb/yql/essentials/sql/v1, branch CLI_2.17.0</title>
<subtitle>Mirror of YDB github repos</subtitle>
<id>https://code.mastervirt.ru/ydb/atom?h=CLI_2.17.0</id>
<link rel='self' href='https://code.mastervirt.ru/ydb/atom?h=CLI_2.17.0'/>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/'/>
<updated>2024-12-03T10:33:17Z</updated>
<entry>
<title>New options for ASYNC REPLICATION</title>
<updated>2024-12-03T10:33:17Z</updated>
<author>
<name>ilnaz</name>
<email>ilnaz@yandex-team.com</email>
</author>
<published>2024-12-03T10:17:06Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=556c8da53b8579d7aceb68fe8fa3513851464a75'/>
<id>urn:sha1:556c8da53b8579d7aceb68fe8fa3513851464a75</id>
<content type='text'>
commit_hash:7ee0e4b59035ed5c8dedc69e00f95457eca65b88
</content>
</entry>
<entry>
<title>Enable CompactNamedExprs by default. Deprecate DisableCompactNamedExprs</title>
<updated>2024-11-27T18:03:10Z</updated>
<author>
<name>aneporada</name>
<email>aneporada@yandex-team.com</email>
</author>
<published>2024-11-27T17:33:50Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=cfdb4b3209284edfbcb39ff8ec7dfc7b86ab0077'/>
<id>urn:sha1:cfdb4b3209284edfbcb39ff8ec7dfc7b86ab0077</id>
<content type='text'>
commit_hash:600b62ee71ee1c8295f5bae5410dcf5370a73654
</content>
</entry>
<entry>
<title>EmitUnionMerge - pragma to emit UnionMerge instead of UnionAll</title>
<updated>2024-11-27T17:30:55Z</updated>
<author>
<name>aneporada</name>
<email>aneporada@yandex-team.com</email>
</author>
<published>2024-11-27T16:39:16Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=5ae93cf6a49513cc999774c6545bcfff16a32f59'/>
<id>urn:sha1:5ae93cf6a49513cc999774c6545bcfff16a32f59</id>
<content type='text'>
commit_hash:ba3439438c76ed616e4f1059d0ff83ebb4a16b9a
</content>
</entry>
<entry>
<title>YQL-formatter improvements (part 1)</title>
<updated>2024-11-26T20:13:41Z</updated>
<author>
<name>zhvv117</name>
<email>zhvv117@yandex-team.com</email>
</author>
<published>2024-11-26T20:03:38Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=40f133ee2bbedc81d314e9804f0a39910489a3e6'/>
<id>urn:sha1:40f133ee2bbedc81d314e9804f0a39910489a3e6</id>
<content type='text'>
Список изменений:

1. Не делается перенос строки перед `WITH` с одним хинтом (например, перед `WITH TRUNCATE`).

2. Бинарные операторы ставятся в начале, а не конце строки.

3. Убрана лишняя пустая строка в конце файла.

4. Внутри выражений меняем `=` на `==`  и `&lt;&gt;` на `!=`.

5. Улучшено форматирование комментариев.

6. Перечисление символов в `EXPORT` записывается в виде вертикально развёрнутого списка вместо одной длинной строки.

7. Убран отступ для блока `WITHOUT`.
commit_hash:a407628a023fbd1b9eb98eb41ac92b1ca1593298
</content>
</entry>
<entry>
<title>Fixed usage of local/global as column names etc</title>
<updated>2024-11-26T17:56:38Z</updated>
<author>
<name>vvvv</name>
<email>vvvv@yandex-team.com</email>
</author>
<published>2024-11-26T17:46:59Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=60419ef1ed276c3a1f4269720382826a2b85e912'/>
<id>urn:sha1:60419ef1ed276c3a1f4269720382826a2b85e912</id>
<content type='text'>
init
commit_hash:9d93e3a75a50972e6d21935a82825a019017f087
</content>
</entry>
<entry>
<title>YQL-19264 relaxed check for assume order by</title>
<updated>2024-11-26T11:32:16Z</updated>
<author>
<name>vvvv</name>
<email>vvvv@yandex-team.com</email>
</author>
<published>2024-11-26T11:21:52Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=21733f5a6c4d30c01e69108729d3a9d0efcbae90'/>
<id>urn:sha1:21733f5a6c4d30c01e69108729d3a9d0efcbae90</id>
<content type='text'>
commit_hash:29ee6c53b63771357492cc2e4f7ceac15c5a86b1
</content>
</entry>
<entry>
<title>Fix YQL grammar for EXPLAIN QUERY PLAN</title>
<updated>2024-11-25T07:42:25Z</updated>
<author>
<name>pnv1</name>
<email>pnv1@yandex-team.com</email>
</author>
<published>2024-11-25T07:33:13Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=551b2ec4e6187023582efdbd78b3b73cabf11a76'/>
<id>urn:sha1:551b2ec4e6187023582efdbd78b3b73cabf11a76</id>
<content type='text'>
Original PR: &lt;https://github.com/ydb-platform/ydb/pull/11235&gt;
commit_hash:5224b3c65606b1456f7b2f8fe10a4b04752a4d1e
</content>
</entry>
<entry>
<title>Support ALTER SEQUENCE command</title>
<updated>2024-11-21T19:51:14Z</updated>
<author>
<name>shumkovnd</name>
<email>shumkovnd@yandex-team.com</email>
</author>
<published>2024-11-21T19:29:26Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=74e7baa2f49d69b2f0385db557749750b6121a20'/>
<id>urn:sha1:74e7baa2f49d69b2f0385db557749750b6121a20</id>
<content type='text'>
&lt;https://github.com/ydb-platform/ydb/issues/11763&gt;
commit_hash:5611cbe2f0e09543749e9866c5db8d427649e754
</content>
</entry>
<entry>
<title>ListSample/ListSampleN/ListShuffle implementation</title>
<updated>2024-11-21T18:57:57Z</updated>
<author>
<name>ziganshinmr</name>
<email>ziganshinmr@yandex-team.com</email>
</author>
<published>2024-11-21T18:45:01Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=c320ff3884640f83278ad36e5feeed263b523bd4'/>
<id>urn:sha1:c320ff3884640f83278ad36e5feeed263b523bd4</id>
<content type='text'>
commit_hash:987b10b398caa89eee8b94b33f9ea1dc74197223
</content>
</entry>
<entry>
<title>Extend TTL syntax to support tiers</title>
<updated>2024-11-21T10:58:12Z</updated>
<author>
<name>yentsovsemyon</name>
<email>yentsovsemyon@yandex-team.com</email>
</author>
<published>2024-11-21T10:46:41Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=4743a95fdc5925c514371b534d56b4dfd26cda0c'/>
<id>urn:sha1:4743a95fdc5925c514371b534d56b4dfd26cda0c</id>
<content type='text'>
RFC: **[nda.ya.ru/t/JsIT3hp679nYxn](https://nda.ya.ru/t/JsIT3hp679nYxn)**
commit_hash:a0a4f65b24ee591cb76fd3cf253ffe24a01bfaf5
</content>
</entry>
</feed>
