Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Return Multiple Error Messages #2

Closed
penland365 opened this issue Feb 15, 2016 · 2 comments
Closed

Return Multiple Error Messages #2

penland365 opened this issue Feb 15, 2016 · 2 comments
Assignees
Labels

Comments

@penland365
Copy link
Contributor

Under the current Postgres Protocol, a single ErrorResponse may contain multiple ErrorMessages within it. Currently, we are retrieving the first ErrorMessage from the response, then throwing the rest on the floor.

This needs to be fixed pre 0.1.0, but returning multiple messages needs to wait until we have a better handle on Dispatcher Architecture.

@penland365
Copy link
Contributor Author

The foundation for this was laid in #19 . A more accurate description is that we have one "Error Type", bust many components of that Error Type.

All components are now being parsed, but we are currently using a very generic Error type that needs to be fleshed out more.

@penland365 penland365 added this to the 0.0.1 Initial Release milestone Mar 22, 2016
@penland365 penland365 self-assigned this Mar 22, 2016
@penland365
Copy link
Contributor Author

This has been closed up by #22 .

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant