QueryString and QueryInterface supports composite conditions #784

Merged
lunny merged 1 commits from lunny/improve_query_interface into master 2017-11-20 08:14:27 +00:00
Owner

Like Query, QueryString and QueryInterface also could use Where, And and other conditions.

Like `Query`, `QueryString` and `QueryInterface` also could use `Where`, `And` and other conditions.
codecov-io commented 2017-11-20 08:14:39 +00:00 (Migrated from github.com)
Author
Owner

Codecov Report

Merging #784 into master will decrease coverage by 0.05%.
The diff coverage is 55.73%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #784      +/-   ##
==========================================
- Coverage   51.71%   51.66%   -0.06%     
==========================================
  Files          39       39              
  Lines        8589     8598       +9     
==========================================
  Hits         4442     4442              
- Misses       3655     3661       +6     
- Partials      492      495       +3
Impacted Files Coverage Δ
engine.go 56.14% <100%> (ø) ⬆️
session_query.go 56.42% <52.63%> (-2.99%) ⬇️

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 936cca7...4f07eea. Read the comment docs.

# [Codecov](https://codecov.io/gh/go-xorm/xorm/pull/784?src=pr&el=h1) Report > Merging [#784](https://codecov.io/gh/go-xorm/xorm/pull/784?src=pr&el=desc) into [master](https://codecov.io/gh/go-xorm/xorm/commit/936cca7c69587c10993d2fd4c6f08e9ab5088cdf?src=pr&el=desc) will **decrease** coverage by `0.05%`. > The diff coverage is `55.73%`. [![Impacted file tree graph](https://codecov.io/gh/go-xorm/xorm/pull/784/graphs/tree.svg?src=pr&height=150&width=650&token=yB5nO1krEe)](https://codecov.io/gh/go-xorm/xorm/pull/784?src=pr&el=tree) ```diff @@ Coverage Diff @@ ## master #784 +/- ## ========================================== - Coverage 51.71% 51.66% -0.06% ========================================== Files 39 39 Lines 8589 8598 +9 ========================================== Hits 4442 4442 - Misses 3655 3661 +6 - Partials 492 495 +3 ``` | [Impacted Files](https://codecov.io/gh/go-xorm/xorm/pull/784?src=pr&el=tree) | Coverage Δ | | |---|---|---| | [engine.go](https://codecov.io/gh/go-xorm/xorm/pull/784?src=pr&el=tree#diff-ZW5naW5lLmdv) | `56.14% <100%> (ø)` | :arrow_up: | | [session\_query.go](https://codecov.io/gh/go-xorm/xorm/pull/784?src=pr&el=tree#diff-c2Vzc2lvbl9xdWVyeS5nbw==) | `56.42% <52.63%> (-2.99%)` | :arrow_down: | ------ [Continue to review full report at Codecov](https://codecov.io/gh/go-xorm/xorm/pull/784?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/784?src=pr&el=footer). Last update [936cca7...4f07eea](https://codecov.io/gh/go-xorm/xorm/pull/784?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.