Benjamin Talmard

Results 9 comments of Benjamin Talmard

According to [PostgreSQL documentation](https://www.postgresql.org/docs/current/libpq-connect.html#id-1.7.3.8.3.6) : > Percent-encoding may be used to include symbols with special meaning in any of the URI parts, e.g. replace = with %3D.

Hitting a similar issue as well, with a "Missing required procedure parameters" during a call to a stored proc with an optional parameter (not declared in the dab config file)...

On my end, this is the Exception I'm hitting when trying to call a stored procedure without providing a value for a parameter for which the stored procedure has a...

@seantleonard, @rohkhann, @abhishekkumams > may I ask you your thoughts on this one?

> hi @kliszaq, Thank you for reporting this. It is by design as of now since the `methods` property only restricts the APIs for entities that are backed by stored...

+1 on this one. For various reasons, the API we would like to implement through DAB is using only views to retrieve data from the database. For example: - We...

Hello @pingu2k4 Adding this use case in #1903 may be interesting.

Great stuff! Thanks I don't know if it makes sense to add the following which is already covered in #1771 ? Honor methods property for entities backed by tables/views Today,...