Postgres should support relativeTime query #7746
Labels
state:released
Released as stable version
state:released-alpha
Released as alpha version
state:released-beta
Released as beta version
type:feature
New feature or improvement of existing feature
New Feature / Enhancement Checklist
Current Limitation
The PostgresAdapter doesn't support the
relativeTime
query constraint. Currently, the mongo adapter supports it.Feature / Enhancement Description
Relative time queries allows devs to query dates based on strings, i.e.
'1 day ago'
Example Use Case
Using the Swift SDK:
Alternatives / Workarounds
Specify query constraints on dates directly.
3rd Party References
The parse-server already supports this for Mongo:
parse-server/spec/ParseQuery.spec.js
Lines 4769 to 4868 in 4c29d4d
The text was updated successfully, but these errors were encountered: