fix compatibility #1292 #1294

Closed
yuanfan wants to merge 2 commits from yuanfan/bugfix into master
yuanfan commented 2019-05-07 06:14:42 +00:00 (Migrated from github.com)

compatibility support for auto create primary key named "primary" .

compatibility support for auto create primary key named "primary" .
yuanfan commented 2019-05-07 06:49:48 +00:00 (Migrated from github.com)

update the fix code. compatibility support for auto create primary key named "primary" .

update the fix code. compatibility support for auto create primary key named "primary" .
codecov-io commented 2019-05-07 06:50:02 +00:00 (Migrated from github.com)

Codecov Report

Merging #1294 into master will decrease coverage by 0.01%.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #1294      +/-   ##
==========================================
- Coverage   57.35%   57.34%   -0.02%     
==========================================
  Files          44       44              
  Lines        7818     7818              
==========================================
- Hits         4484     4483       -1     
  Misses       2777     2777              
- Partials      557      558       +1
Impacted Files Coverage Δ
dialect_postgres.go 76.11% <100%> (ø) ⬆️
xorm.go 66.66% <0%> (-1.52%) ⬇️

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 6a1dd59...65e9ff7. Read the comment docs.

# [Codecov](https://codecov.io/gh/go-xorm/xorm/pull/1294?src=pr&el=h1) Report > Merging [#1294](https://codecov.io/gh/go-xorm/xorm/pull/1294?src=pr&el=desc) into [master](https://codecov.io/gh/go-xorm/xorm/commit/6a1dd5973789318df3a253c0d42345ac5a9abd00?src=pr&el=desc) will **decrease** coverage by `0.01%`. > The diff coverage is `100%`. [![Impacted file tree graph](https://codecov.io/gh/go-xorm/xorm/pull/1294/graphs/tree.svg?width=650&token=yB5nO1krEe&height=150&src=pr)](https://codecov.io/gh/go-xorm/xorm/pull/1294?src=pr&el=tree) ```diff @@ Coverage Diff @@ ## master #1294 +/- ## ========================================== - Coverage 57.35% 57.34% -0.02% ========================================== Files 44 44 Lines 7818 7818 ========================================== - Hits 4484 4483 -1 Misses 2777 2777 - Partials 557 558 +1 ``` | [Impacted Files](https://codecov.io/gh/go-xorm/xorm/pull/1294?src=pr&el=tree) | Coverage Δ | | |---|---|---| | [dialect\_postgres.go](https://codecov.io/gh/go-xorm/xorm/pull/1294/diff?src=pr&el=tree#diff-ZGlhbGVjdF9wb3N0Z3Jlcy5nbw==) | `76.11% <100%> (ø)` | :arrow_up: | | [xorm.go](https://codecov.io/gh/go-xorm/xorm/pull/1294/diff?src=pr&el=tree#diff-eG9ybS5nbw==) | `66.66% <0%> (-1.52%)` | :arrow_down: | ------ [Continue to review full report at Codecov](https://codecov.io/gh/go-xorm/xorm/pull/1294?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/1294?src=pr&el=footer). Last update [6a1dd59...65e9ff7](https://codecov.io/gh/go-xorm/xorm/pull/1294?src=pr&el=lastupdated). Read the [comment docs](https://docs.codecov.io/docs/pull-request-comments).

Any ref document? Which postgres version are you using?

Any ref document? Which postgres version are you using?

outdated.

outdated.
lunny closed this pull request 2023-07-22 15:12:10 +00:00

Pull request closed

Sign in to join this conversation.
No description provided.