Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
LDI
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Grant Weddell
LDI
Merge requests
!7
Rewrite Parsers for SQLP Query, Schema, and Referring Type Expression
Code
Review changes
Check out branch
Download
Patches
Plain diff
Open
Rewrite Parsers for SQLP Query, Schema, and Referring Type Expression
rewrite
into
master
Overview
0
Commits
10
Pipelines
0
Changes
5
Open
Tony Zhang
requested to merge
rewrite
into
master
4 years ago
Overview
0
Commits
10
Pipelines
0
Changes
5
Expand
0
0
Merge request reports
Viewing commit
2c6e2f9f
Prev
Next
Show latest version
5 files
+
621
−
677
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
5
Search (e.g. *.vue) (Ctrl+P)
2c6e2f9f
Remove unused files; fix tests
· 2c6e2f9f
Tony Zhang
authored
4 years ago
SQLPParserTests/TranslationQuery1
+
1
−
1
Options
select
x.ssn_num, x.age from Person x where x.std_info.name = "A"
select
distinct limit 10 x.name as name, d.dep_name Person x
Loading