parse-community / Parse-Swift

The Swift SDK for Parse Platform (iOS, macOS, watchOS, tvOS, Linux, Android, Windows)
https://parseplatform.org
MIT License
306 stars 69 forks source link

docs: update relative QueryConstraint support for Postgres #305

Closed cbaker6 closed 2 years ago

cbaker6 commented 2 years ago

New Pull Request Checklist

Issue Description

Update documentation to reflect changes in support for the relative QueryConstraint for Postgres.

Related issue: #n/a

Approach

TODOs before merging

parse-github-assistant[bot] commented 2 years ago

Thanks for opening this pull request!

codecov[bot] commented 2 years ago

Codecov Report

Merging #305 (3a2242f) into main (1636285) will increase coverage by 0.03%. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #305      +/-   ##
==========================================
+ Coverage   83.70%   83.73%   +0.03%     
==========================================
  Files         105      105              
  Lines       11154    11154              
==========================================
+ Hits         9336     9340       +4     
+ Misses       1818     1814       -4     
Impacted Files Coverage Δ
Sources/ParseSwift/Types/Query+async.swift 100.00% <ø> (ø)
Sources/ParseSwift/Types/Query+combine.swift 100.00% <ø> (ø)
Sources/ParseSwift/Types/Query.swift 92.61% <ø> (ø)
Sources/ParseSwift/Types/QueryConstraint.swift 97.20% <ø> (ø)
Sources/ParseSwift/LiveQuery/ParseLiveQuery.swift 73.52% <0.00%> (+0.59%) :arrow_up:

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 1636285...3a2242f. Read the comment docs.