Topic/fix cache uint #635

Merged
mamoroom merged 4 commits from topic/fix_cache_uint into master 2017-07-06 05:03:07 +00:00
mamoroom commented 2017-07-05 15:22:36 +00:00 (Migrated from github.com)

Cache key assertion should be unified what to base on.
To base on SQLType is good for creating cache key.
https://github.com/go-xorm/xorm/issues/330

Cache key assertion should be unified what to base on. To base on SQLType is good for creating cache key. https://github.com/go-xorm/xorm/issues/330
codecov-io commented 2017-07-05 15:27:23 +00:00 (Migrated from github.com)

Codecov Report

Merging #635 into master will decrease coverage by 0.12%.
The diff coverage is 42.1%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #635      +/-   ##
==========================================
- Coverage   49.65%   49.53%   -0.13%     
==========================================
  Files          33       33              
  Lines        7032     7039       +7     
==========================================
- Hits         3492     3487       -5     
- Misses       3069     3077       +8     
- Partials      471      475       +4
Impacted Files Coverage Δ
session_find.go 58.33% <33.33%> (-0.82%) ⬇️
engine.go 56.74% <43.75%> (-0.05%) ⬇️
logger.go 55.07% <0%> (-5.8%) ⬇️
session_insert.go 56.77% <0%> (-0.58%) ⬇️
xorm.go 69.49% <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 32d688f...858391c. Read the comment docs.

# [Codecov](https://codecov.io/gh/go-xorm/xorm/pull/635?src=pr&el=h1) Report > Merging [#635](https://codecov.io/gh/go-xorm/xorm/pull/635?src=pr&el=desc) into [master](https://codecov.io/gh/go-xorm/xorm/commit/32d688fd965efb2a6c9fbce8a4e36708731e1f80?src=pr&el=desc) will **decrease** coverage by `0.12%`. > The diff coverage is `42.1%`. [![Impacted file tree graph](https://codecov.io/gh/go-xorm/xorm/pull/635/graphs/tree.svg?width=650&token=yB5nO1krEe&height=150&src=pr)](https://codecov.io/gh/go-xorm/xorm/pull/635?src=pr&el=tree) ```diff @@ Coverage Diff @@ ## master #635 +/- ## ========================================== - Coverage 49.65% 49.53% -0.13% ========================================== Files 33 33 Lines 7032 7039 +7 ========================================== - Hits 3492 3487 -5 - Misses 3069 3077 +8 - Partials 471 475 +4 ``` | [Impacted Files](https://codecov.io/gh/go-xorm/xorm/pull/635?src=pr&el=tree) | Coverage Δ | | |---|---|---| | [session\_find.go](https://codecov.io/gh/go-xorm/xorm/pull/635?src=pr&el=tree#diff-c2Vzc2lvbl9maW5kLmdv) | `58.33% <33.33%> (-0.82%)` | :arrow_down: | | [engine.go](https://codecov.io/gh/go-xorm/xorm/pull/635?src=pr&el=tree#diff-ZW5naW5lLmdv) | `56.74% <43.75%> (-0.05%)` | :arrow_down: | | [logger.go](https://codecov.io/gh/go-xorm/xorm/pull/635?src=pr&el=tree#diff-bG9nZ2VyLmdv) | `55.07% <0%> (-5.8%)` | :arrow_down: | | [session\_insert.go](https://codecov.io/gh/go-xorm/xorm/pull/635?src=pr&el=tree#diff-c2Vzc2lvbl9pbnNlcnQuZ28=) | `56.77% <0%> (-0.58%)` | :arrow_down: | | [xorm.go](https://codecov.io/gh/go-xorm/xorm/pull/635?src=pr&el=tree#diff-eG9ybS5nbw==) | `69.49% <0%> (ø)` | :arrow_up: | ------ [Continue to review full report at Codecov](https://codecov.io/gh/go-xorm/xorm/pull/635?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/635?src=pr&el=footer). Last update [32d688f...858391c](https://codecov.io/gh/go-xorm/xorm/pull/635?src=pr&el=lastupdated). Read the [comment docs](https://docs.codecov.io/docs/pull-request-comments).

Thanks!

Thanks!
Sign in to join this conversation.
No description provided.