xorm icon indicating copy to clipboard operation
xorm copied to clipboard

fix compatibility #1292

Open yuanfan opened this issue 5 years ago • 3 comments

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

yuanfan avatar May 07 '19 06:05 yuanfan

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

yuanfan avatar May 07 '19 06:05 yuanfan

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%> (ø) :arrow_up:
xorm.go 66.66% <0%> (-1.52%) :arrow_down:

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-io avatar May 07 '19 06:05 codecov-io

Any ref document? Which postgres version are you using?

lunny avatar Oct 01 '19 07:10 lunny