fix insert single pk column table failed #603

Merged
lunny merged 1 commits from lunny/fix_single_pk_column_insert into master 2017-06-01 01:57:34 +00:00
Owner

will fix #573

will fix #573
codecov-io commented 2017-06-01 01:57:09 +00:00 (Migrated from github.com)
Author
Owner

Codecov Report

Merging #603 into master will increase coverage by 0.05%.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #603      +/-   ##
==========================================
+ Coverage   49.66%   49.71%   +0.05%     
==========================================
  Files          30       30              
  Lines        6925     6933       +8     
==========================================
+ Hits         3439     3447       +8     
  Misses       3025     3025              
  Partials      461      461
Impacted Files Coverage Δ
session_insert.go 57.34% <100%> (+1%) ⬆️

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 36a9cda...b59d4cb. Read the comment docs.

# [Codecov](https://codecov.io/gh/go-xorm/xorm/pull/603?src=pr&el=h1) Report > Merging [#603](https://codecov.io/gh/go-xorm/xorm/pull/603?src=pr&el=desc) into [master](https://codecov.io/gh/go-xorm/xorm/commit/36a9cdaa236c2b0e645534b2cf3939756f60f6fa?src=pr&el=desc) will **increase** coverage by `0.05%`. > The diff coverage is `100%`. [![Impacted file tree graph](https://codecov.io/gh/go-xorm/xorm/pull/603/graphs/tree.svg?width=650&height=150&src=pr&token=yB5nO1krEe)](https://codecov.io/gh/go-xorm/xorm/pull/603?src=pr&el=tree) ```diff @@ Coverage Diff @@ ## master #603 +/- ## ========================================== + Coverage 49.66% 49.71% +0.05% ========================================== Files 30 30 Lines 6925 6933 +8 ========================================== + Hits 3439 3447 +8 Misses 3025 3025 Partials 461 461 ``` | [Impacted Files](https://codecov.io/gh/go-xorm/xorm/pull/603?src=pr&el=tree) | Coverage Δ | | |---|---|---| | [session\_insert.go](https://codecov.io/gh/go-xorm/xorm/pull/603?src=pr&el=tree#diff-c2Vzc2lvbl9pbnNlcnQuZ28=) | `57.34% <100%> (+1%)` | :arrow_up: | ------ [Continue to review full report at Codecov](https://codecov.io/gh/go-xorm/xorm/pull/603?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/603?src=pr&el=footer). Last update [36a9cda...b59d4cb](https://codecov.io/gh/go-xorm/xorm/pull/603?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.