You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As part of this - #82, we have provided support for new generic query API support for postgres.
Now, we have two different implemenation of this API
one for MongoDb
one for Postgres
As the query API is generic, there are some differences in how the underlying store handles them.
E.g In the below query : we are applying aggregation w/o group by clasue
Issue
As part of this - #82, we have provided support for new generic query API support for postgres.
Now, we have two different implemenation of this API
As the query API is generic, there are some differences in how the underlying store handles them.
E.g In the below query : we are applying aggregation w/o group by clasue
The above is supported in mongo impl, but not in postgres. As part of this ticket, can we add support for the same in postgres?
The text was updated successfully, but these errors were encountered: