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
/
v1
/
complete
/
sql_complete_ut.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
YQL-19747: Fix some autocomplete issues
vitya-smirnov
2025-08-19
1
-2
/
+69
*
YQL-19747: Infer table path from CONCAT and RANGE
vitya-smirnov
2025-08-19
1
-6
/
+53
*
YQL-20301: Map unsupported object to UnknownName
vitya-smirnov
2025-08-13
1
-1
/
+19
*
YQL-19747: Improve and fix completon engine
vitya-smirnov
2025-08-12
1
-1
/
+64
*
YQL-19747: Fix an absent column after WHERE
vitya-smirnov
2025-08-08
1
-0
/
+12
*
Watermarks: DDL
vokayndzop
2025-08-08
1
-0
/
+3
*
YQL-19747: Partially concat and resolve symbols
vitya-smirnov
2025-08-04
1
-8
/
+70
*
YQL-20221: Change binding replace range
vitya-smirnov
2025-07-22
1
-3
/
+31
*
YQL-19747: Complete table functions
vitya-smirnov
2025-07-10
1
-21
/
+66
*
YQL-19747: Fix query parameters parsing
vitya-smirnov
2025-07-09
1
-1
/
+1
*
YQL-19747: Fix binding precence at ID_QUOTED
vitya-smirnov
2025-07-09
1
-0
/
+13
*
YQL-19747: Fix small TODOs
vitya-smirnov
2025-07-04
1
-26
/
+26
*
YQL-19747: Respect WITHOUT at schema synthesis
vitya-smirnov
2025-07-03
1
-0
/
+24
*
YQL-19747: Respect quotable columns
vitya-smirnov
2025-07-03
1
-1
/
+19
*
YQL-19747: Support JOIN ON, WHERE, GROUP/ORDER BY
vitya-smirnov
2025-07-02
1
-0
/
+70
*
YQL-19747: Support qualified asterisk
vitya-smirnov
2025-06-25
1
-0
/
+19
*
YQL-19747: Hack parsing when at an empty id
vitya-smirnov
2025-06-25
1
-2
/
+6
*
YQL-19747: Fix self-join completion
vitya-smirnov
2025-06-25
1
-0
/
+18
*
YQL-19747: Synthesise subquery columns
vitya-smirnov
2025-06-24
1
-0
/
+28
*
YQL-19747: Complete columns from JOIN
vitya-smirnov
2025-06-23
1
-1
/
+25
*
YQL-19747: Set cursor shift at completion item
vitya-smirnov
2025-06-23
1
-106
/
+106
*
YQL-19747: Fix case sensivity
vitya-smirnov
2025-06-23
1
-10
/
+10
*
Intermediate changes
robot-piglet
2025-06-23
1
-10
/
+8
*
Intermediate changes
robot-piglet
2025-06-20
1
-13
/
+33
*
YQL-19747: Auto-close backtick on not folder
vitya-smirnov
2025-06-19
1
-11
/
+11
*
Intermediate changes
robot-piglet
2025-06-18
1
-26
/
+46
*
YQL-19747: Support table aliases
vitya-smirnov
2025-06-18
1
-0
/
+21
*
YQL-19747: Support token ignoring patterns
vitya-smirnov
2025-06-17
1
-0
/
+18
*
YQL-19747: Complete columns at simple select
vitya-smirnov
2025-06-17
1
-3
/
+32
*
YQL-19747: Improve types completion
vitya-smirnov
2025-06-17
1
-44
/
+49
*
YQL-19747: Support table completion at CONCAT
vityaman
2025-06-11
1
-0
/
+14
*
YQL-19747: Fix some TODOs and Clang Tidy checks
vityaman
2025-06-06
1
-1
/
+1
*
Intermediate changes
robot-piglet
2025-06-02
1
-0
/
+37
*
YQL-19747: Complete named expressions
vityaman
2025-06-02
1
-0
/
+41
*
Intermediate changes
robot-piglet
2025-05-28
1
-19
/
+9
*
YQL-19747: Support cursor shifting on completion
vityaman
2025-05-28
1
-31
/
+31
*
YQL-19747: Fix cluster provider interpretation
vityaman
2025-05-27
1
-18
/
+13
*
YQL-19747: Support immediate string named expressions
vityaman
2025-05-27
1
-8
/
+48
*
YQL-19747: Support statement blacklist
vityaman
2025-05-23
1
-0
/
+27
*
YQL-19747: Recover from unclosed ID_QUOTED
vityaman
2025-05-20
1
-1
/
+26
*
YQL-19747: Support USE statement
vityaman
2025-05-20
1
-0
/
+63
*
YQL-19747: Fix unquoted object path completion
vityaman
2025-05-19
1
-0
/
+9
*
YQL-19747: Ignore type_id completions and table_key
vityaman
2025-05-16
1
-24
/
+0
*
YQL-19747: Complete camel case type names
vityaman
2025-05-12
1
-33
/
+33
*
YQL-19747: Fix caret token position
vityaman
2025-05-12
1
-1
/
+9
*
YQL-19747 Complete folder, table and cluster names
vityaman
2025-05-06
1
-43
/
+326
*
YQL-19747 Fallback on failing NormalizeName
vityaman
2025-04-30
1
-1
/
+7
*
YQL-19747 Introduce Union and split Static NameServices
vityaman
2025-04-30
1
-0
/
+7
*
YQL-19747 Enable custom NameSet and FrequencyData
vityaman
2025-04-28
1
-11
/
+10
*
YQL-19747: Refactor sql/v1/complete usage of Future and Ptr
vityaman
2025-04-25
1
-58
/
+27
[next]