summaryrefslogtreecommitdiffstats
path: root/yql/essentials/sql/v1/sql_translation.cpp
Commit message (Collapse)AuthorAgeFilesLines
* YQL-19594 Explicit lexers & parsersvvvv2025-02-191-2/+3
| | | | commit_hash:6be543b7c5bff6ee474ee606c920197fb2569767
* Add option 'HASH' into CREATE USERflown4qqqq2025-01-241-36/+87
| | | | | | | | | | | | | Need for: <https://github.com/ydb-platform/ydb-rfc/blob/main/backup_fstek.md> ``` CREATE USER my_user HASH ' {"hash": "p4ffeMugohqyBwyckYCK1TjJfz3LIHbKiGL+t+oEhzw=", "salt": "U+tzBtgo06EBQCjlARA6Jg==", "type": "argon2id" }' ``` commit_hash:a0c695c2e2f7f794e5c4db978fe33a7bfea59e2c
* YQL for create, alter and drop transfer from topic to tabletesseract2025-01-211-3/+100
| | | | commit_hash:09502f46a7ee665609d2c4ba8d9e0aa421720cdb
* Introduced TableSource wrapper and Blocks/Peephole mode for minirun testsvvvv2025-01-201-1/+1
| | | | | init commit_hash:22d9a4470f726b8efcd86aaf043bfa5552c2b35e
* fix errors in arcadia with 'uknown option login in create user'flown4qqqq2024-12-271-5/+1
| | | | commit_hash:c5befaca465358942992e4e07be0d853b834a9bf
* alter/create user login/nologin. fix parsing into astflown4qqqq2024-12-261-1/+1
| | | | commit_hash:47dcc54f91a32727e932a24909243d1f4d8fa8cc
* PR from branch users/flown4qqqq/yql-new-query-alter-user-login-nologinflown4qqqq2024-12-241-9/+72
| | | | | | | | | | | | | | | | New option in query: ``` CREATE USER user LOGIN; CREATE USER user NOLOGIN; ALTER USER user LOGIN; ALTER USER user NOLOGIN; ``` > implementation in sql > add ut commit_hash:7d7c0f251711814d86ae6cb49b4d052317a74001
* Extend TTL syntax to support tiersyentsovsemyon2024-11-211-8/+57
| | | | | RFC: **[nda.ya.ru/t/JsIT3hp679nYxn](https://nda.ya.ru/t/JsIT3hp679nYxn)** commit_hash:a0a4f65b24ee591cb76fd3cf253ffe24a01bfaf5
* Apply GH commitsudovichenko-r2024-11-121-7/+49
| | | | | | | | | | | | | Apply GH: Extract prefix and entries in backup-related sql (#10807) Apply GH: Fix syntax for Column Family (#10781) Apply GH: Case-insensitive mode for searching modules and functions (#10842) Apply GH: Fixed i/o for pg_proc (#10914) Apply GH: An option to render SQL transalation with Seq! (#11015) commit_hash:d2d2fcdef2bbd0434236aef325aa071c7e39c526
* Moved other yql/essentials libs YQL-19206vvvv2024-11-071-0/+5149
init commit_hash:7d4c435602078407bbf20dd3c32f9c90d2bbcbc0