support different text type with JSON type #646

Closed
lunny wants to merge 2 commits from lunny/json_with_texts into master
Owner
No description provided.
codecov-io commented 2017-07-20 12:17:01 +00:00 (Migrated from github.com)
Author
Owner

Codecov Report

Merging #646 into master will decrease coverage by 1.52%.
The diff coverage is 60%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #646      +/-   ##
==========================================
- Coverage   49.67%   48.14%   -1.53%     
==========================================
  Files          34       34              
  Lines        7090     8370    +1280     
==========================================
+ Hits         3522     4030     +508     
- Misses       3085     3853     +768     
- Partials      483      487       +4
Impacted Files Coverage Δ
dialect_mysql.go 54.96% <ø> (-0.75%) ⬇️
engine.go 54.11% <ø> (-2.83%) ⬇️
engine_cond.go 52.72% <0%> (+0.06%) ⬆️
dialect_mssql.go 0% <0%> (ø) ⬆️
session.go 48.55% <0%> (-1.76%) ⬇️
dialect_oracle.go 0% <0%> (ø) ⬆️
session_convert.go 20.27% <100%> (-1.26%) ⬇️
statement.go 62.07% <100%> (-1.05%) ⬇️
dialect_sqlite3.go 76.49% <100%> (-1.56%) ⬇️
tag.go 70.65% <100%> (+2.71%) ⬆️
... and 31 more

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 774f83c...0708a56. Read the comment docs.

# [Codecov](https://codecov.io/gh/go-xorm/xorm/pull/646?src=pr&el=h1) Report > Merging [#646](https://codecov.io/gh/go-xorm/xorm/pull/646?src=pr&el=desc) into [master](https://codecov.io/gh/go-xorm/xorm/commit/774f83c1bc04aca2a136270778d70ba0212d25d5?src=pr&el=desc) will **decrease** coverage by `1.52%`. > The diff coverage is `60%`. [![Impacted file tree graph](https://codecov.io/gh/go-xorm/xorm/pull/646/graphs/tree.svg?src=pr&token=yB5nO1krEe&width=650&height=150)](https://codecov.io/gh/go-xorm/xorm/pull/646?src=pr&el=tree) ```diff @@ Coverage Diff @@ ## master #646 +/- ## ========================================== - Coverage 49.67% 48.14% -1.53% ========================================== Files 34 34 Lines 7090 8370 +1280 ========================================== + Hits 3522 4030 +508 - Misses 3085 3853 +768 - Partials 483 487 +4 ``` | [Impacted Files](https://codecov.io/gh/go-xorm/xorm/pull/646?src=pr&el=tree) | Coverage Δ | | |---|---|---| | [dialect\_mysql.go](https://codecov.io/gh/go-xorm/xorm/pull/646/diff?src=pr&el=tree#diff-ZGlhbGVjdF9teXNxbC5nbw==) | `54.96% <ø> (-0.75%)` | :arrow_down: | | [engine.go](https://codecov.io/gh/go-xorm/xorm/pull/646/diff?src=pr&el=tree#diff-ZW5naW5lLmdv) | `54.11% <ø> (-2.83%)` | :arrow_down: | | [engine\_cond.go](https://codecov.io/gh/go-xorm/xorm/pull/646/diff?src=pr&el=tree#diff-ZW5naW5lX2NvbmQuZ28=) | `52.72% <0%> (+0.06%)` | :arrow_up: | | [dialect\_mssql.go](https://codecov.io/gh/go-xorm/xorm/pull/646/diff?src=pr&el=tree#diff-ZGlhbGVjdF9tc3NxbC5nbw==) | `0% <0%> (ø)` | :arrow_up: | | [session.go](https://codecov.io/gh/go-xorm/xorm/pull/646/diff?src=pr&el=tree#diff-c2Vzc2lvbi5nbw==) | `48.55% <0%> (-1.76%)` | :arrow_down: | | [dialect\_oracle.go](https://codecov.io/gh/go-xorm/xorm/pull/646/diff?src=pr&el=tree#diff-ZGlhbGVjdF9vcmFjbGUuZ28=) | `0% <0%> (ø)` | :arrow_up: | | [session\_convert.go](https://codecov.io/gh/go-xorm/xorm/pull/646/diff?src=pr&el=tree#diff-c2Vzc2lvbl9jb252ZXJ0Lmdv) | `20.27% <100%> (-1.26%)` | :arrow_down: | | [statement.go](https://codecov.io/gh/go-xorm/xorm/pull/646/diff?src=pr&el=tree#diff-c3RhdGVtZW50Lmdv) | `62.07% <100%> (-1.05%)` | :arrow_down: | | [dialect\_sqlite3.go](https://codecov.io/gh/go-xorm/xorm/pull/646/diff?src=pr&el=tree#diff-ZGlhbGVjdF9zcWxpdGUzLmdv) | `76.49% <100%> (-1.56%)` | :arrow_down: | | [tag.go](https://codecov.io/gh/go-xorm/xorm/pull/646/diff?src=pr&el=tree#diff-dGFnLmdv) | `70.65% <100%> (+2.71%)` | :arrow_up: | | ... and [31 more](https://codecov.io/gh/go-xorm/xorm/pull/646/diff?src=pr&el=tree-more) | | ------ [Continue to review full report at Codecov](https://codecov.io/gh/go-xorm/xorm/pull/646?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/646?src=pr&el=footer). Last update [774f83c...0708a56](https://codecov.io/gh/go-xorm/xorm/pull/646?src=pr&el=lastupdated). Read the [comment docs](https://docs.codecov.io/docs/pull-request-comments).
lunny modified the milestone from 0.8 to 0.8.2 2019-10-21 03:49:16 +00:00
lunny modified the milestone from 0.8.2 to 1.3.0 2020-01-20 08:25:39 +00:00
lunny modified the milestone from 1.3.0 to 2.0.0 2021-10-20 00:56:27 +00:00
Author
Owner

outdated.

outdated.
lunny closed this pull request 2023-07-22 15:13:08 +00:00
lunny removed this from the 2.0.0 milestone 2023-07-26 01:27:32 +00:00
Some checks failed
continuous-integration/drone/push Build is failing
continuous-integration/drone/pr Build is failing

Pull request closed

Sign in to join this conversation.
No description provided.