index
:
ydb
add-upcoming-event-1
alexv-smirnov-patch-1
alexv-smirnov1
blinkov-patch-1
docs-dont-link-to-archived-go-sdk
docs-drop-unused-files
docs-gtm
docs-quickstart-add-mkdir
docs-yfm-link
fix-header-ident-bloom
get_cmakelists2
license-year-2023
mai
main
readme-linkedin-link
readme-links-update
readme-social-update
roadmap
stable-22-2
stable-22-4
stable-22-5
stable-23-1
stable-23-2
stable-23-3
Mirror of YDB github repos
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
yql
/
essentials
/
sql
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Fix bug in ALTER USER with set null password
flown4qqqq
2025-03-06
4
-24
/
+106
*
ignore wildcard warning policy during replay
vvvv
2025-03-03
2
-0
/
+2
*
Change the text of error for create user with password.
flown4qqqq
2025-03-02
4
-20
/
+78
*
Intermediate changes
robot-piglet
2025-02-28
16
-0
/
+991
*
Intermediate changes
robot-piglet
2025-02-28
4
-16320
/
+8363
*
refine Antlr deps
vvvv
2025-02-27
20
-201
/
+83
*
Switch to library/cpp/charset/lite to avoid dependency on libiconv
aneporada
2025-02-27
2
-2
/
+2
*
YQL-19626 reexport of symbols, better issues from libraries
vvvv
2025-02-25
1
-4
/
+0
*
YQL-18303: Introduce Parse64 function
imunkin
2025-02-25
1
-2
/
+0
*
YQL-19129 soft WITHOUT
vvvv
2025-02-21
6
-11
/
+22
*
YQL-19594 Explicit lexers & parsers 2
vvvv
2025-02-21
12
-24
/
+124
*
Drop internal v0 deps
vvvv
2025-02-20
3
-63
/
+4
*
YQL-19594 Explicit lexers & parsers
vvvv
2025-02-19
18
-57
/
+212
*
Introduced lexer & parser interfaces
vvvv
2025-02-18
32
-152
/
+683
*
YQL-19612 format for value_constructor
vvvv
2025-02-18
2
-0
/
+63
*
refactor SQL translators YQL-19594
vvvv
2025-02-16
6
-18
/
+42
*
MR: support projection of aggregations in MEASURES
vokayndzop
2025-02-14
4
-142
/
+167
*
Introduced SQL ITranslator
vvvv
2025-02-14
13
-34
/
+326
*
Fix bugs with parsing alter database (+add ut on compiling)
flown4qqqq
2025-02-11
5
-8
/
+6
*
Support SHOW CREATE TABLE statement
shumkovnd
2025-02-11
10
-1
/
+150
*
Antlr4 by default
vvvv
2025-02-11
1
-5
/
+1
*
YQL-19553 CLI for yql linter
vvvv
2025-02-10
3
-9
/
+9
*
YQL-19553 initial implementation of YQL linters
vvvv
2025-02-07
6
-7
/
+8
*
Introduce ytflow provider
ngc224
2025-02-06
3
-0
/
+52
*
init commit
flown4qqqq
2025-02-05
11
-0
/
+159
*
YQL-19545 fixed indents for ??
vvvv
2025-02-04
2
-4
/
+14
*
YQL-19530 pass cpu & mem settings to Udf/ScriptUdf
vvvv
2025-02-03
5
-41
/
+169
*
Fix comment line count calculation
zhvv117
2025-01-31
2
-5
/
+19
*
YQL-19496 fixed INode clone
vvvv
2025-01-30
3
-20
/
+22
*
Do not remove newlines from type description in table hints
zhvv117
2025-01-30
2
-1
/
+3
*
MR: aggregation in MEASURES
vokayndzop
2025-01-29
14
-652
/
+952
*
EXISTS with tables YQL-19496
vvvv
2025-01-29
3
-2
/
+21
*
fix bug in Create/Alter user parser
flown4qqqq
2025-01-29
1
-4
/
+2
*
more tests YQL-19494
vvvv
2025-01-28
1
-0
/
+1
*
DynamicVariant YQL-19499
vvvv
2025-01-24
1
-0
/
+1
*
Add option 'HASH' into CREATE USER
flown4qqqq
2025-01-24
10
-181
/
+331
*
drop deprecated funcs
vvvv
2025-01-23
4
-15
/
+0
*
YQL for create, alter and drop transfer from topic to table (fix)
tesseract
2025-01-22
1
-1
/
+1
*
YQL for create, alter and drop transfer from topic to table
tesseract
2025-01-21
22
-187
/
+946
*
Introduced TableSource wrapper and Blocks/Peephole mode for minirun tests
vvvv
2025-01-20
6
-7
/
+22
*
Add BATCH to update/delete stmts
ditimizhev
2025-01-16
8
-41
/
+190
*
YQL-19243 Fix Yson::From accepting too many arguments
avevad
2025-01-10
1
-3
/
+0
*
Fix -Wunused-parameter
vadim-xd
2024-12-31
1
-2
/
+2
*
fix errors in arcadia with 'uknown option login in create user'
flown4qqqq
2024-12-27
4
-14
/
+5
*
fix error in create user parser
flown4qqqq
2024-12-26
1
-1
/
+1
*
alter/create user login/nologin. fix parsing into ast
flown4qqqq
2024-12-26
2
-2
/
+17
*
YQL-18548: BlockReader PG types + refactor
mrlolthe1st
2024-12-25
1
-0
/
+10
*
PR from branch users/flown4qqqq/yql-new-query-alter-user-login-nologin
flown4qqqq
2024-12-24
9
-23
/
+288
*
Fix order by missing column with DisableSimpleColumns
aneporada
2024-12-19
1
-0
/
+4
*
do not add newline before comment if it is on the same line with statement
zhvv117
2024-12-19
2
-0
/
+7
[prev]
[next]