Add PQERRORS_SQLSTATE enum to type Verbosity#77
Add PQERRORS_SQLSTATE enum to type Verbosity#77taimoorzaeem wants to merge 1 commit intohaskellari:masterfrom
Conversation
I checkout this commit and at that time the major version was |
It is. The library interface would change with addition of new constructor to the data-type. |
I see. Would it be possible to do a new major release anytime soon? |
It will. I "just" need to check whether there's also something else breaking to be made. |
|
Hey @phadej, it's been a while, just sending a reminder in case it's cool to move forward with this. |
Reopening this after previous unintentional merge which was reverted
PostgreSQL supports
PQERRORS_SQLSTATE(see PGVerbosity) value for error verbosity. This is missing in the currentVerbositytype. This is required for implementing PostgREST/postgrest#4088 (comment).In
libpqthis was added in the following commit and here is the discussion. I am still not sure what version oflibpqthis was released in.