Benoit Ranque

Results 59 comments of Benoit Ranque

@choxx The clickhouse documentation mentions `FOREIGN TABLE` as a possible value for the table type here. I could not find other mentions. Two questions: - How are these tables created?...

@choxx We've published `v2.35.2` which should fix this issue. For the time being we've opted to exclude foreign tables, so you won't see them from Hasura when using the connector....

There is a setting in the console, under data > migrations (only visible in cli console) This setting will disallow schema changes from the console UI. I am unsure if...

Most likely part of the answer here will be, from the [JSON spec](https://www.json.org/json-en.html): > An object is an unordered set of name/value pairs. Therefore it could be argued that JSON...

@codedmart I'm actually unsure, apologies. This may or may not have been a regression. There's an associated ticket: 2363, but the version is not recorded there, nor is it mentioned...

@olmohake it seems we only support scalar arguments at the moment. Working on changing that, to support array arguments at least.

@olmohake just wanted you to know, as a workaround: this issue is only a problem with the function introspection. This means that, as a workaround, you can manually write the...

Once feature I'm not seeing mentioned is the ability to print silently. Which is to say send a print job to a specified printer without additional user interaction. This is...

I'm not sure what's happening here, but I get this error when trying to run the insert in your reproduction steps: ``` Code: 62. DB::Exception: Cannot parse expression of type...

> Any progress on this issue? We're having the same problem with Hasura cloud and there's no logical explanation for Hasura exhausting the number of sessions. Can you offer more...