summaryrefslogtreecommitdiffstats
path: root/yql/essentials/sql/v1/sql_query.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Fix bugs with parsing alter database (+add ut on compiling)flown4qqqq2025-02-111-1/+1
| | | | commit_hash:7e6d742dce448b1c5f815abebd781049e7b22b46
* Support SHOW CREATE TABLE statementshumkovnd2025-02-111-0/+13
| | | | commit_hash:01d41da47d238ae4a86642bd8cdb8c245d9c503a
* YQL-19553 initial implementation of YQL lintersvvvv2025-02-071-1/+1
| | | | commit_hash:70690bcdabf0bcfe095fb10e9e58717281d11d53
* Introduce ytflow providerngc2242025-02-061-0/+45
| | | | commit_hash:58d01c10ee3254aa66a6f5f68e1563faeb70cc0b
* init commitflown4qqqq2025-02-051-0/+24
| | | | commit_hash:0564ecb94145bde9e411b0f6786c93e4e5d1d503
* Add option 'HASH' into CREATE USERflown4qqqq2025-01-241-26/+26
| | | | | | | | | | | | | 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-4/+169
| | | | commit_hash:09502f46a7ee665609d2c4ba8d9e0aa421720cdb
* Introduced TableSource wrapper and Blocks/Peephole mode for minirun testsvvvv2025-01-201-0/+6
| | | | | init commit_hash:22d9a4470f726b8efcd86aaf043bfa5552c2b35e
* Add BATCH to update/delete stmtsditimizhev2025-01-161-21/+43
| | | | | Impl BATCH to UPDATE and DELETE stmts without ON for batch execution in YDB. commit_hash:426f8fae0635a8fec07e940e0f0dfba1974531bf
* fix errors in arcadia with 'uknown option login in create user'flown4qqqq2024-12-271-6/+2
| | | | commit_hash:c5befaca465358942992e4e07be0d853b834a9bf
* fix error in create user parserflown4qqqq2024-12-261-1/+1
| | | | | в пре <HIDDEN_URL> некоторые тестые с create user упали с ошибкой "TMaybe is empty, value type: NSQLTranslationV1::TRoleParameters" (заметил я это только после того, как смержил). Такого не должно было быть. Пофиксил в данном пре эту проблему. Теперь тесты снова падают, но уже в kqp - это в процессе разработки commit_hash:e9e790d96cb91c6e25efea1dfd3d104dd3a8c274
* PR from branch users/flown4qqqq/yql-new-query-alter-user-login-nologinflown4qqqq2024-12-241-5/+25
| | | | | | | | | | | | | | | | 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
* CONSISTENCY_MODE => CONSISTENCY_LEVEL (final)ilnaz2024-12-161-1/+0
| | | | commit_hash:c22df1fdd7ae49fe226e2c999c3ae7869ada7f6b
* CONSISTENCY_MODE => CONSISTENCY_LEVEL (prepare)ilnaz2024-12-121-1/+2
| | | | commit_hash:2d6aa4500505056c846345f04060f1fb4fee9778
* Enable FlexibleTypes by default. Deprecate DisableFlexibleTypesaneporada2024-12-051-0/+3
| | | | commit_hash:32b898cffdffa9c41e8e4093f35bf6db27ed2560
* New options for ASYNC REPLICATIONilnaz2024-12-031-8/+37
| | | | commit_hash:7ee0e4b59035ed5c8dedc69e00f95457eca65b88
* Enable CompactNamedExprs by default. Deprecate DisableCompactNamedExprsaneporada2024-11-271-0/+3
| | | | commit_hash:600b62ee71ee1c8295f5bae5410dcf5370a73654
* EmitUnionMerge - pragma to emit UnionMerge instead of UnionAllaneporada2024-11-271-0/+6
| | | | commit_hash:ba3439438c76ed616e4f1059d0ff83ebb4a16b9a
* Support ALTER SEQUENCE commandshumkovnd2024-11-211-0/+101
| | | | | <https://github.com/ydb-platform/ydb/issues/11763> commit_hash:5611cbe2f0e09543749e9866c5db8d427649e754
* Apply GH commitsudovichenko-r2024-11-121-12/+30
| | | | | | | | | | | | | 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
* Merge PR #10831, #11068, #11075, #11152aneporada2024-11-121-13/+17
| | | | | | | | | | | #11152 - Allow to choose normal or aggreation PG function #11075 - Handle invalid base #11068 - Allow more postgis functions #10831 - Views: if exists / if not exists for DDL commit_hash:0ebf35e45ac6de147c9000440ca25237db061d2e
* Moved other yql/essentials libs YQL-19206vvvv2024-11-071-0/+3446
init commit_hash:7d4c435602078407bbf20dd3c32f9c90d2bbcbc0