Alex Yu
Alex Yu
Is this intentional: `"--schema", "auth"` ? You really has such schema and need to backup it?
That's a postgresql related not hasura itself. Every database has schema `public` which I see in parameters: `"--schema", "public"` When you connect hasura to a database 2 new schemas are...
Those tests has at least one defect - their duration is always time.Sleep duration + time of test itself. I propose to cleanup them in a way described in: https://speakerdeck.com/mitchellh/advanced-testing-with-go?slide=62...
The types in list are small and it looks desirable to guarantee that their content could not be modified after been passed to functions. Main point is less possibilities for...
I did not understood how to use it too. ## SELECT message::text ```sql SELECT 'Hello world!'; ``` `return_message` is `SELECT 1` ## RAISE NOTICE ```sql SELECT * FROM cron.schedule('raise_exp' ,'*...
It's only natural that you're trying to find solutions for problems you encountered in past. But exploring new technology this way leads to absolutely natural mistakes. You're are worring about...