Skip to content

fixed Postgresql range index decimal data type error - #539

Closed
zhoney wants to merge 4 commits into
masterfrom
postgre-decimal
Closed

fixed Postgresql range index decimal data type error#539
zhoney wants to merge 4 commits into
masterfrom
postgre-decimal

Conversation

@zhoney

@zhoney zhoney commented May 29, 2019

Copy link
Copy Markdown
Contributor

fixed: #538

Change-Id: Ib6c84e90a301c38362c7c0bf153787a8dae4d876

fixed: #538

Change-Id: Ib6c84e90a301c38362c7c0bf153787a8dae4d876
@codecov

codecov Bot commented May 29, 2019

Copy link
Copy Markdown

Codecov Report

Merging #539 into master will decrease coverage by <.01%.
The diff coverage is 66.66%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master     #539      +/-   ##
============================================
- Coverage     69.95%   69.95%   -0.01%     
- Complexity     3395     3399       +4     
============================================
  Files           216      216              
  Lines         16506    16504       -2     
  Branches       2359     2360       +1     
============================================
- Hits          11547    11545       -2     
+ Misses         3698     3696       -2     
- Partials       1261     1263       +2
Impacted Files Coverage Δ Complexity Δ
...aidu/hugegraph/backend/store/mysql/MysqlTable.java 76.09% <66.66%> (-0.36%) 69 <0> (ø)
...ph/backend/store/postgresql/PostgresqlOptions.java 75% <0%> (-15%) 1% <0%> (-1%)
...va/com/baidu/hugegraph/structure/HugeProperty.java 50% <0%> (-9.26%) 8% <0%> (-1%)
...ava/com/baidu/hugegraph/structure/HugeElement.java 63.97% <0%> (-2.47%) 42% <0%> (-2%)
...u/hugegraph/backend/store/mysql/MysqlSessions.java 70.12% <0%> (+0.18%) 17% <0%> (ø) ⬇️
...a/com/baidu/hugegraph/backend/query/Condition.java 64.55% <0%> (+0.52%) 23% <0%> (ø) ⬇️
...n/java/com/baidu/hugegraph/schema/PropertyKey.java 83.51% <0%> (+4.76%) 41% <0%> (+8%) ⬆️

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 0061d4f...0018917. Read the comment docs.

zhoney added 3 commits May 29, 2019 20:19
Change-Id: I38af9cccda6adad609e08328baccaeb74211f9fa
Change-Id: Ibe315b887f2d017f6063b14dc0e0d0998fc26cd5
Change-Id: Ic6c1e06a01e95bb730f900498b0e7ace120810ad
@zhoney

zhoney commented Jun 5, 2019

Copy link
Copy Markdown
Contributor Author

merged into #513

@zhoney zhoney closed this Jun 5, 2019
@javeme
javeme deleted the postgre-decimal branch April 3, 2020 16:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Postgresql range index decimal type error

2 participants