reform icon indicating copy to clipboard operation
reform copied to clipboard

Override view name in querier

Open AlekSi opened this issue 5 years ago • 2 comments

By @bitxel. Closes #154.

TODO

  • [ ] More tests.
  • [ ] Support for INSERT/UPDATE/DELETE.

AlekSi avatar Jul 31 '18 07:07 AlekSi

Codecov Report

Merging #167 into v1-stable will increase coverage by 0.18%. The diff coverage is 100%.

Impacted file tree graph

@@              Coverage Diff              @@
##           v1-stable     #167      +/-   ##
=============================================
+ Coverage       68.4%   68.58%   +0.18%     
=============================================
  Files             19       19              
  Lines           1557     1566       +9     
=============================================
+ Hits            1065     1074       +9     
  Misses           442      442              
  Partials          50       50
Impacted Files Coverage Δ
querier_selects.go 97.29% <100%> (+0.07%) :arrow_up:
querier.go 100% <100%> (ø) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 8019070...27faa85. Read the comment docs.

codecov[bot] avatar Jul 31 '18 10:07 codecov[bot]

@bitxel May you please check this branch? It should work for all SELECTs without nasty side-effects.

AlekSi avatar Aug 07 '18 06:08 AlekSi