Avelino

Results 294 comments of Avelino

> When will be this issue fixed? @saqwel unfortunately no, correction was sent, but we need a test before merging

@AlexIskander you propose some REST signature for CONCAT? COUNT example: https://postgres.rest/query-statements/#select-get

I like the idea of putting the `schema` in configuration, so we don't need to put `schema` in the **endpoint** (url), _avoiding_ having to **"guess"** what is **scheme and object...

The problem with this approach is to identify via URI what is scheme and table. ``` GET /bar/TABLE?FIELD=$eq.VALUE GET /bar/SCHEMA/TABLE?FIELD=$eq.VALUE ``` the solution I see would be to count the...

@murilofurquim can you describe your environment? - postgresql version - prest version with this we can simulate your environment here

@murilofurquim what version of postgres are you using? the `row_to_json ` function that prestd uses is from postgres itself

discussion related to this subject https://github.com/prest/prest/discussions/387#discussioncomment-108952

I like the idea, but wouldn't that be `define` of the go template? ex: https://play.golang.org/p/ozf4sUVYuj

@Rakurai can you implement your feature suggestion?