resolve icon indicating copy to clipboard operation
resolve copied to clipboard

It looks like the fieldList parameter of the store.find function is not taken into account in sql query.

Open Matosov opened this issue 4 years ago • 0 comments

https://github.com/reimagined/resolve/blob/dev/packages/adapters/readmodel-adapters/resolve-readmodel-postgresql-serverless/src/find.js#L55

The fieldList is used further in the convertResultRow function, but it would be more optimal to use it directly in the select operator instead of the *.

Matosov avatar Feb 08 '21 08:02 Matosov