Jeff Lambert
Jeff Lambert
@dreevo This is a dead project it seems.
just want to tell you @tirumaraiselvan that I _really_ appreciate strict=true!
Still a problem in 2.15.1
This reminds me there's a bug with the API call. It doesn't rename the "update_many" mutation.
> @jflambert This feature is available as API: https://hasura.io/docs/latest/graphql/core/api-reference/metadata-api/custom-functions/#metadata-pg-set-function-customization > > The console work is still pending. Still pending over 1 year later?
nice @vijayprasanna13 are we talking 2.30?
I'm pretty sure the answer is "no" but was this fixed with the recently released 2.6-1? As a workaround, I've been grepping out lines that begin with "COMMENT ON".
@jonnio Does your fork solve the PostgreSQL 10 sequence issue #225 ?
+1 bummed to discover this has been an open issue for almost 5 years! The workaround isn't doing it for me.
> I ran into this and worked around it by creating a custom type instead of a table linked by a FK. It works, but custom types can be a...