xorm
xorm copied to clipboard
fix compatibility #1292
compatibility support for auto create primary key named "primary" .
update the fix code. compatibility support for auto create primary key named "primary" .
Codecov Report
Merging #1294 into master will decrease coverage by
0.01%
. The diff coverage is100%
.
@@ 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.
Any ref document? Which postgres version are you using?