Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support pointer in aggregate query #4493

Merged
merged 1 commit into from
Jan 9, 2018

Conversation

dplewis
Copy link
Member

@dplewis dplewis commented Jan 9, 2018

Closes: #4489

Lints Postgres Adapter

const pipeline = [
   { group: { objectId: '$pointerField' } }
];

@codecov
Copy link

codecov bot commented Jan 9, 2018

Codecov Report

Merging #4493 into master will decrease coverage by 0.02%.
The diff coverage is 92.85%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #4493      +/-   ##
==========================================
- Coverage    92.8%   92.78%   -0.03%     
==========================================
  Files         118      118              
  Lines        8384     8394      +10     
==========================================
+ Hits         7781     7788       +7     
- Misses        603      606       +3
Impacted Files Coverage Δ
src/Adapters/Storage/Mongo/MongoStorageAdapter.js 95.93% <100%> (+0.14%) ⬆️
...dapters/Storage/Postgres/PostgresStorageAdapter.js 97.01% <75%> (-0.1%) ⬇️
src/RestWrite.js 93.28% <0%> (-0.37%) ⬇️

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 cb8f038...5c24811. Read the comment docs.

@dplewis dplewis requested a review from flovilmart January 9, 2018 02:38
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.

2 participants