resolve
resolve copied to clipboard
It looks like the fieldList parameter of the store.find function is not taken into account in sql query.
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 *.