David A. Ventimiglia

Results 6 comments of David A. Ventimiglia

@mikejackowski this feature request is not currently scheduled. I believe it's also not strictly necessary, since it is possible to sort the results of tracked custom functions, even if it's...

@albttx I'm afraid the order of insertion matters. This is described in the documentation in a few places, but it's easy to overlook. In this [sub-section](https://hasura.io/docs/latest/mutations/postgres/insert/#one-to-one--one-to-many-relationships) in **Mutations : Postgres...

> Does not work for databases (such as SQL Server) that do not have the notion of functions returning named table types. SQL Server [CREATE FUNCTION](https://learn.microsoft.com/en-us/sql/t-sql/statements/create-function-transact-sql?redirectedfrom=MSDN&view=sql-server-ver16) does have "Inline Table-Valued...

> Our users need DDL privileges to create these new functions or views. This privilege is not easily granted Perhaps it's not granted for a good reason. Are we sure...

> is it possible to query the information schema to figure out the return type of a function? Yes. There's a [built-in stored procedure](https://learn.microsoft.com/en-us/sql/relational-databases/system-stored-procedures/sp-describe-first-result-set-transact-sql?view=sql-server-ver16) that does this in `sp_describe_first_result_set`: ```sql...

@timcharper Hello! What's the status of this PR?