Query now could work with Where, In, SQL and other condition methods #776

Merged
lunny merged 1 commits from lunny/extend_query into master 2017-11-15 03:35:00 +00:00
Owner
No description provided.
codecov-io commented 2017-11-15 03:27:14 +00:00 (Migrated from github.com)
Author
Owner

Codecov Report

Merging #776 into master will increase coverage by 0.05%.
The diff coverage is 56.86%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #776      +/-   ##
==========================================
+ Coverage   51.33%   51.38%   +0.05%     
==========================================
  Files          39       39              
  Lines        8557     8605      +48     
==========================================
+ Hits         4393     4422      +29     
- Misses       3680     3693      +13     
- Partials      484      490       +6
Impacted Files Coverage Δ
engine.go 56.14% <100%> (ø) ⬆️
session_query.go 59.41% <55.1%> (+0.39%) ⬆️

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 a620571...6f142ad. Read the comment docs.

# [Codecov](https://codecov.io/gh/go-xorm/xorm/pull/776?src=pr&el=h1) Report > Merging [#776](https://codecov.io/gh/go-xorm/xorm/pull/776?src=pr&el=desc) into [master](https://codecov.io/gh/go-xorm/xorm/commit/a620571388c685fde76f4dda04dfd840196262e4?src=pr&el=desc) will **increase** coverage by `0.05%`. > The diff coverage is `56.86%`. [![Impacted file tree graph](https://codecov.io/gh/go-xorm/xorm/pull/776/graphs/tree.svg?width=650&height=150&src=pr&token=yB5nO1krEe)](https://codecov.io/gh/go-xorm/xorm/pull/776?src=pr&el=tree) ```diff @@ Coverage Diff @@ ## master #776 +/- ## ========================================== + Coverage 51.33% 51.38% +0.05% ========================================== Files 39 39 Lines 8557 8605 +48 ========================================== + Hits 4393 4422 +29 - Misses 3680 3693 +13 - Partials 484 490 +6 ``` | [Impacted Files](https://codecov.io/gh/go-xorm/xorm/pull/776?src=pr&el=tree) | Coverage Δ | | |---|---|---| | [engine.go](https://codecov.io/gh/go-xorm/xorm/pull/776?src=pr&el=tree#diff-ZW5naW5lLmdv) | `56.14% <100%> (ø)` | :arrow_up: | | [session\_query.go](https://codecov.io/gh/go-xorm/xorm/pull/776?src=pr&el=tree#diff-c2Vzc2lvbl9xdWVyeS5nbw==) | `59.41% <55.1%> (+0.39%)` | :arrow_up: | ------ [Continue to review full report at Codecov](https://codecov.io/gh/go-xorm/xorm/pull/776?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/776?src=pr&el=footer). Last update [a620571...6f142ad](https://codecov.io/gh/go-xorm/xorm/pull/776?src=pr&el=lastupdated). Read the [comment docs](https://docs.codecov.io/docs/pull-request-comments).
Sign in to join this conversation.
No description provided.