diff options
| author | robot-piglet <[email protected]> | 2025-05-29 14:52:39 +0300 |
|---|---|---|
| committer | robot-piglet <[email protected]> | 2025-05-29 15:04:22 +0300 |
| commit | 34e21616cce8ffe2653a910afd0ac38d58c4b9ed (patch) | |
| tree | f3760a24d215feee189f715ed246b1be3b9d2db6 /yql/essentials | |
| parent | fdbc38349df2ee0ddc678fa2bffe84786f9639a3 (diff) | |
Intermediate changes
commit_hash:38be060082c898380f3e02b03eea72108f8cf50b
Diffstat (limited to 'yql/essentials')
| -rw-r--r-- | yql/essentials/docs/en/changelog/2025.02.md | 10 | ||||
| -rw-r--r-- | yql/essentials/docs/en/changelog/2025.03.md | 2 | ||||
| -rw-r--r-- | yql/essentials/docs/ru/changelog/2025.02.md | 10 | ||||
| -rw-r--r-- | yql/essentials/docs/ru/changelog/2025.03.md | 2 |
4 files changed, 12 insertions, 12 deletions
diff --git a/yql/essentials/docs/en/changelog/2025.02.md b/yql/essentials/docs/en/changelog/2025.02.md index 841efc2fb62..4a2edc44063 100644 --- a/yql/essentials/docs/en/changelog/2025.02.md +++ b/yql/essentials/docs/en/changelog/2025.02.md @@ -28,8 +28,8 @@ SELECT foo_new, ... WHERE foo = 1 GROUP BY expr AS foo_new ## Changes in the String module {#string-module} -* Removed String::Reverse function, use Unicode::Reverse. -* Removed String::HasPrefixIgnoreCase and String::StartsWithIgnoreCase functions, use String::AsciiStartsWithIgnoreCase. -* Removed String::HasSuffixIgnoreCase and String::EndsWithIgnoreCase functions, use String::AsciiEndsWithIgnoreCase. -* Added String::AsciiContainsIgnoreCase and String::AsciiEqualsIgnoreCase functions. -* Added String::ReverseBytes and String::ReverseBits functions. +* Removed `String::Reverse` function, use `Unicode::Reverse`. +* Removed `String::HasPrefixIgnoreCase` and `String::StartsWithIgnoreCase` functions, use `String::AsciiStartsWithIgnoreCase`. +* Removed `String::HasSuffixIgnoreCase` and `String::EndsWithIgnoreCase` functions, use `String::AsciiEndsWithIgnoreCase`. +* Added `String::AsciiContainsIgnoreCase` and `String::AsciiEqualsIgnoreCase` functions. +* Added `String::ReverseBytes` and `String::ReverseBits` functions. diff --git a/yql/essentials/docs/en/changelog/2025.03.md b/yql/essentials/docs/en/changelog/2025.03.md index e85da1f9c28..6a22743eb74 100644 --- a/yql/essentials/docs/en/changelog/2025.03.md +++ b/yql/essentials/docs/en/changelog/2025.03.md @@ -1,3 +1,3 @@ ## Changes in RE2 module {#re2-module} -* Queries are guaranteed to fail when invalid regular expressions are passed +* Queries are guaranteed to fail when invalid regular expressions are passed. diff --git a/yql/essentials/docs/ru/changelog/2025.02.md b/yql/essentials/docs/ru/changelog/2025.02.md index e24b5646f5c..7904d4b893d 100644 --- a/yql/essentials/docs/ru/changelog/2025.02.md +++ b/yql/essentials/docs/ru/changelog/2025.02.md @@ -28,8 +28,8 @@ SELECT foo_new, ... WHERE foo = 1 GROUP BY expr AS foo_new ## Изменения в модуле String {#string-module} -* Удалена функция String::Reverse, используйте Unicode::Reverse. -* Удалены функции String::HasPrefixIgnoreCase и String::StartsWithIgnoreCase, используйте String::AsciiStartsWithIgnoreCase. -* Удалены функции String::HasSuffixIgnoreCase и String::EndsWithIgnoreCase, используйте String::AsciiEndsWithIgnoreCase. -* Добавлены функции String::AsciiContainsIgnoreCase и String::AsciiEqualsIgnoreCase. -* Добавлены функции String::ReverseBytes и String::ReverseBits. +* Удалена функция `String::Reverse`, используйте `Unicode::Reverse`. +* Удалены функции `String::HasPrefixIgnoreCase` и `String::StartsWithIgnoreCase`, используйте `String::AsciiStartsWithIgnoreCase`. +* Удалены функции `String::HasSuffixIgnoreCase` и `String::EndsWithIgnoreCase`, используйте `String::AsciiEndsWithIgnoreCase`. +* Добавлены функции `String::AsciiContainsIgnoreCase` и `String::AsciiEqualsIgnoreCase`. +* Добавлены функции `String::ReverseBytes` и `String::ReverseBits`. diff --git a/yql/essentials/docs/ru/changelog/2025.03.md b/yql/essentials/docs/ru/changelog/2025.03.md index 0a25c97b15b..2f87f374da0 100644 --- a/yql/essentials/docs/ru/changelog/2025.03.md +++ b/yql/essentials/docs/ru/changelog/2025.03.md @@ -1,3 +1,3 @@ ## Изменения в модуле RE2 {#re2-module} -* Гарантируется падение запросов при передаче невалидных регулярных выражений +* Гарантируется падение запросов при передаче невалидных регулярных выражений. |
