Frederick

Results 65 comments of Frederick

@diksipav how is this going? Is this waiting on a review?

I don't think that there is structured information like that by default. I may be wrong though. I'll double check tomorrow. However, you can override the error message with whatever...

Here is a link to the [relevant documentation](https://www.edgedb.com/docs/datamodel/inheritance#constraints). `errmessage` is the bit that changes the message.

I confirmed that the server doesn't send any structured data that indicates which constraint has been violated.

For whoever stumbles on this issue, we plan to refactor errors in EdgeQL it self. This will improve a lot of things. Information about constraint violations being one of them.

I'm going to close this because there is no way to improve the situation until errors are refactored in the query language.

> I would default to being public, if a user really wants to keep it private he can place it under an internal directory so that it's public to external...

> Hello, a little question, @fmoor, triying use the flag -pubfuncs not working, I suppose is not in the current release, can you help me to pass private to public,...

> pubtypes generates a public struct but its fields are all private. Was it intentional to keep these private as well? Yes. In EdgeQL it is possible to have both...

> Is best practice to name those fields so they will be generated so they are public or generate the return type by default with public fields if you use...