chore(postgres): support add schema as prefix of table name #875

Merged
lunny merged 4 commits from tb into master 2018-04-08 15:49:59 +00:00
Member

as title.

as title.
Owner

ci failed

ci failed
codecov-io commented 2018-04-08 13:54:23 +00:00 (Migrated from github.com)
Owner

Codecov Report

Merging #875 into master will decrease coverage by 0.13%.
The diff coverage is 72.72%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #875      +/-   ##
==========================================
- Coverage   53.42%   53.29%   -0.14%     
==========================================
  Files          39       39              
  Lines        7465     7457       -8     
==========================================
- Hits         3988     3974      -14     
- Misses       2974     2978       +4     
- Partials      503      505       +2
Impacted Files Coverage Δ
engine.go 58.95% <72.72%> (+0.09%) ⬆️
xorm.go 64.06% <0%> (-1.57%) ⬇️
statement.go 65.33% <0%> (-1.04%) ⬇️

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 9242b92...9815505. Read the comment docs.

# [Codecov](https://codecov.io/gh/go-xorm/xorm/pull/875?src=pr&el=h1) Report > Merging [#875](https://codecov.io/gh/go-xorm/xorm/pull/875?src=pr&el=desc) into [master](https://codecov.io/gh/go-xorm/xorm/commit/9242b921d8ff5e08b569c846c4c1446f3b357bed?src=pr&el=desc) will **decrease** coverage by `0.13%`. > The diff coverage is `72.72%`. [![Impacted file tree graph](https://codecov.io/gh/go-xorm/xorm/pull/875/graphs/tree.svg?width=650&height=150&src=pr&token=yB5nO1krEe)](https://codecov.io/gh/go-xorm/xorm/pull/875?src=pr&el=tree) ```diff @@ Coverage Diff @@ ## master #875 +/- ## ========================================== - Coverage 53.42% 53.29% -0.14% ========================================== Files 39 39 Lines 7465 7457 -8 ========================================== - Hits 3988 3974 -14 - Misses 2974 2978 +4 - Partials 503 505 +2 ``` | [Impacted Files](https://codecov.io/gh/go-xorm/xorm/pull/875?src=pr&el=tree) | Coverage Δ | | |---|---|---| | [engine.go](https://codecov.io/gh/go-xorm/xorm/pull/875/diff?src=pr&el=tree#diff-ZW5naW5lLmdv) | `58.95% <72.72%> (+0.09%)` | :arrow_up: | | [xorm.go](https://codecov.io/gh/go-xorm/xorm/pull/875/diff?src=pr&el=tree#diff-eG9ybS5nbw==) | `64.06% <0%> (-1.57%)` | :arrow_down: | | [statement.go](https://codecov.io/gh/go-xorm/xorm/pull/875/diff?src=pr&el=tree#diff-c3RhdGVtZW50Lmdv) | `65.33% <0%> (-1.04%)` | :arrow_down: | ------ [Continue to review full report at Codecov](https://codecov.io/gh/go-xorm/xorm/pull/875?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/875?src=pr&el=footer). Last update [9242b92...9815505](https://codecov.io/gh/go-xorm/xorm/pull/875?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.