Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

sql/parse: add support for expression aliases. #61

Merged
merged 1 commit into from
Nov 18, 2016

Conversation

smola
Copy link
Contributor

@smola smola commented Nov 18, 2016

  • Add alias parsing support.
  • Fix plan.Project so that it calculates schema properly
    when child schema differs in names.

* Add alias parsing support.
* Fix plan.Project so that it calculates schema properly
  when child schema differs in names.
@smola smola added the feature label Nov 18, 2016
@smola smola added this to the v0.1.0 milestone Nov 18, 2016
@codecov-io
Copy link

Current coverage is 53.04% (diff: 70.83%)

Merging #61 into master will decrease coverage by 0.34%

@@             master        #61   diff @@
==========================================
  Files            30         30          
  Lines          1122       1133    +11   
  Methods           0          0          
  Messages          0          0          
  Branches          0          0          
==========================================
+ Hits            599        601     +2   
- Misses          478        485     +7   
- Partials         45         47     +2   

Powered by Codecov. Last update b03f3d0...7e469ff

@smola smola merged commit 003dc36 into src-d:master Nov 18, 2016
@smola smola mentioned this pull request Nov 18, 2016
dpordomingo pushed a commit to dpordomingo/gitbase that referenced this pull request Mar 10, 2017
* Add alias parsing support.
* Fix plan.Project so that it calculates schema properly
  when child schema differs in names.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants