fix querystring bit type #711

Merged
lunny merged 2 commits from lunny/fix_bit into master 2017-09-09 09:10:15 +00:00
Owner

will fix #701

will fix #701
codecov-io commented 2017-09-09 08:53:27 +00:00 (Migrated from github.com)
Author
Owner

Codecov Report

Merging #711 into master will increase coverage by 0.04%.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #711      +/-   ##
==========================================
+ Coverage   52.08%   52.12%   +0.04%     
==========================================
  Files          35       35              
  Lines        8218     8224       +6     
==========================================
+ Hits         4280     4287       +7     
+ Misses       3454     3452       -2     
- Partials      484      485       +1
Impacted Files Coverage Δ
dialect_postgres.go 66.17% <100%> (+0.3%) ⬆️
session_query.go 58.59% <100%> (+2.59%) ⬆️
xorm.go 66.19% <0%> (-1.41%) ⬇️

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 3dad119...d4a068f. Read the comment docs.

# [Codecov](https://codecov.io/gh/go-xorm/xorm/pull/711?src=pr&el=h1) Report > Merging [#711](https://codecov.io/gh/go-xorm/xorm/pull/711?src=pr&el=desc) into [master](https://codecov.io/gh/go-xorm/xorm/commit/3dad119dd66bd7d72ddc954463b99330d5fd6f19?src=pr&el=desc) will **increase** coverage by `0.04%`. > The diff coverage is `100%`. [![Impacted file tree graph](https://codecov.io/gh/go-xorm/xorm/pull/711/graphs/tree.svg?width=650&height=150&src=pr&token=yB5nO1krEe)](https://codecov.io/gh/go-xorm/xorm/pull/711?src=pr&el=tree) ```diff @@ Coverage Diff @@ ## master #711 +/- ## ========================================== + Coverage 52.08% 52.12% +0.04% ========================================== Files 35 35 Lines 8218 8224 +6 ========================================== + Hits 4280 4287 +7 + Misses 3454 3452 -2 - Partials 484 485 +1 ``` | [Impacted Files](https://codecov.io/gh/go-xorm/xorm/pull/711?src=pr&el=tree) | Coverage Δ | | |---|---|---| | [dialect\_postgres.go](https://codecov.io/gh/go-xorm/xorm/pull/711?src=pr&el=tree#diff-ZGlhbGVjdF9wb3N0Z3Jlcy5nbw==) | `66.17% <100%> (+0.3%)` | :arrow_up: | | [session\_query.go](https://codecov.io/gh/go-xorm/xorm/pull/711?src=pr&el=tree#diff-c2Vzc2lvbl9xdWVyeS5nbw==) | `58.59% <100%> (+2.59%)` | :arrow_up: | | [xorm.go](https://codecov.io/gh/go-xorm/xorm/pull/711?src=pr&el=tree#diff-eG9ybS5nbw==) | `66.19% <0%> (-1.41%)` | :arrow_down: | ------ [Continue to review full report at Codecov](https://codecov.io/gh/go-xorm/xorm/pull/711?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/711?src=pr&el=footer). Last update [3dad119...d4a068f](https://codecov.io/gh/go-xorm/xorm/pull/711?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.