Add support for map[string]interface{} as condition on Update and Where #764

Merged
lunny merged 1 commits from lunny/support_map_condition into master 2017-10-30 03:07:57 +00:00
Owner

Will resolved #763

Will resolved #763
codecov-io commented 2017-10-30 03:08:09 +00:00 (Migrated from github.com)
Author
Owner

Codecov Report

Merging #764 into master will decrease coverage by <.01%.
The diff coverage is 47.82%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #764      +/-   ##
==========================================
- Coverage   51.38%   51.38%   -0.01%     
==========================================
  Files          38       38              
  Lines        8529     8547      +18     
==========================================
+ Hits         4383     4392       +9     
- Misses       3661     3670       +9     
  Partials      485      485
Impacted Files Coverage Δ
statement.go 64.12% <0%> (-0.45%) ⬇️
session_update.go 52.17% <64.7%> (+0.88%) ⬆️
xorm.go 66.19% <0%> (ø) ⬆️

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 43222cb...8443890. Read the comment docs.

# [Codecov](https://codecov.io/gh/go-xorm/xorm/pull/764?src=pr&el=h1) Report > Merging [#764](https://codecov.io/gh/go-xorm/xorm/pull/764?src=pr&el=desc) into [master](https://codecov.io/gh/go-xorm/xorm/commit/43222cbcafefb18e76d095960596f0223c81b0ef?src=pr&el=desc) will **decrease** coverage by `<.01%`. > The diff coverage is `47.82%`. [![Impacted file tree graph](https://codecov.io/gh/go-xorm/xorm/pull/764/graphs/tree.svg?token=yB5nO1krEe&width=650&height=150&src=pr)](https://codecov.io/gh/go-xorm/xorm/pull/764?src=pr&el=tree) ```diff @@ Coverage Diff @@ ## master #764 +/- ## ========================================== - Coverage 51.38% 51.38% -0.01% ========================================== Files 38 38 Lines 8529 8547 +18 ========================================== + Hits 4383 4392 +9 - Misses 3661 3670 +9 Partials 485 485 ``` | [Impacted Files](https://codecov.io/gh/go-xorm/xorm/pull/764?src=pr&el=tree) | Coverage Δ | | |---|---|---| | [statement.go](https://codecov.io/gh/go-xorm/xorm/pull/764?src=pr&el=tree#diff-c3RhdGVtZW50Lmdv) | `64.12% <0%> (-0.45%)` | :arrow_down: | | [session\_update.go](https://codecov.io/gh/go-xorm/xorm/pull/764?src=pr&el=tree#diff-c2Vzc2lvbl91cGRhdGUuZ28=) | `52.17% <64.7%> (+0.88%)` | :arrow_up: | | [xorm.go](https://codecov.io/gh/go-xorm/xorm/pull/764?src=pr&el=tree#diff-eG9ybS5nbw==) | `66.19% <0%> (ø)` | :arrow_up: | ------ [Continue to review full report at Codecov](https://codecov.io/gh/go-xorm/xorm/pull/764?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/764?src=pr&el=footer). Last update [43222cb...8443890](https://codecov.io/gh/go-xorm/xorm/pull/764?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.