Florian Pieper

Results 5 comments of Florian Pieper

Why are the checks failing? Just because the build is broken? I am asking because I want to use it (directly from your fork hbasria).

Yes, this would be a great feature. It would be great if one component could implement multiple traits and that these traits are then used for cross-component calls (especially with...

Maybe something has changed, but I needed to specify the exact type `Decimal` ``` overrides: - db_type: "pg_catalog.numeric" go_type: "github.com/shopspring/decimal.Decimal" ```

Similiar to @elitan's workaround, it is also possible to modify an already existing column: ```sql ALTER TABLE persons ALTER COLUMN first_name SET DEFAULT ''; ``` It is correctly detected in...

@binaryme I am not sure if you needed to run the query from a client or programmatically, but you can easily run the query from the Hasura Console (under Data...