Add query interface #695

Merged
lunny merged 2 commits from lunny/query_interface into master 2017-08-27 14:09:31 +00:00
Owner
No description provided.
codecov-io commented 2017-08-27 13:56:37 +00:00 (Migrated from github.com)
Author
Owner

Codecov Report

Merging #695 into master will increase coverage by 0.07%.
The diff coverage is 58.82%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #695      +/-   ##
==========================================
+ Coverage   49.06%   49.13%   +0.07%     
==========================================
  Files          34       35       +1     
  Lines        8185     8226      +41     
==========================================
+ Hits         4016     4042      +26     
- Misses       3698     3708      +10     
- Partials      471      476       +5
Impacted Files Coverage Δ
engine.go 54.7% <100%> (+0.18%) ⬆️
session_query.go 56% <56%> (ø)
session_raw.go 58.86% <63.41%> (+1.66%) ⬆️

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 d2ffc61...e9d2e9e. Read the comment docs.

# [Codecov](https://codecov.io/gh/go-xorm/xorm/pull/695?src=pr&el=h1) Report > Merging [#695](https://codecov.io/gh/go-xorm/xorm/pull/695?src=pr&el=desc) into [master](https://codecov.io/gh/go-xorm/xorm/commit/d2ffc61745b0a79df7c6977fe0689743453a02c2?src=pr&el=desc) will **increase** coverage by `0.07%`. > The diff coverage is `58.82%`. [![Impacted file tree graph](https://codecov.io/gh/go-xorm/xorm/pull/695/graphs/tree.svg?width=650&height=150&src=pr&token=yB5nO1krEe)](https://codecov.io/gh/go-xorm/xorm/pull/695?src=pr&el=tree) ```diff @@ Coverage Diff @@ ## master #695 +/- ## ========================================== + Coverage 49.06% 49.13% +0.07% ========================================== Files 34 35 +1 Lines 8185 8226 +41 ========================================== + Hits 4016 4042 +26 - Misses 3698 3708 +10 - Partials 471 476 +5 ``` | [Impacted Files](https://codecov.io/gh/go-xorm/xorm/pull/695?src=pr&el=tree) | Coverage Δ | | |---|---|---| | [engine.go](https://codecov.io/gh/go-xorm/xorm/pull/695?src=pr&el=tree#diff-ZW5naW5lLmdv) | `54.7% <100%> (+0.18%)` | :arrow_up: | | [session\_query.go](https://codecov.io/gh/go-xorm/xorm/pull/695?src=pr&el=tree#diff-c2Vzc2lvbl9xdWVyeS5nbw==) | `56% <56%> (ø)` | | | [session\_raw.go](https://codecov.io/gh/go-xorm/xorm/pull/695?src=pr&el=tree#diff-c2Vzc2lvbl9yYXcuZ28=) | `58.86% <63.41%> (+1.66%)` | :arrow_up: | ------ [Continue to review full report at Codecov](https://codecov.io/gh/go-xorm/xorm/pull/695?src=pr&el=continue). > **Legend** - [Click here to learn more](https://docs.codecov.io/docs/codecov-delta) > `Δ = absolute <relative> (impact)`, `ø = not affected`, `? = missing data` > Powered by [Codecov](https://codecov.io/gh/go-xorm/xorm/pull/695?src=pr&el=footer). Last update [d2ffc61...e9d2e9e](https://codecov.io/gh/go-xorm/xorm/pull/695?src=pr&el=lastupdated). Read the [comment docs](https://docs.codecov.io/docs/pull-request-comments).
Author
Owner

will replace #430

will replace #430
Sign in to join this conversation.
No description provided.