Skip to content

Conversation

@karenc-bq
Copy link
Contributor

Summary

chore: add a table for exception codes

Additional Reviewers

@sergiyvamz

## Failover Exception Codes

| Exceptions | Is the connection valid? | Can the connection be reused? | Has the session state changed? | Does the session need to be reconfigured? | Does the last statement need to be re-executed | Does the transaction need to be restarted |
| ------------------------------------------ | ------------------------ | ----------------------------- | ------------------------------ | ----------------------------------------- | ---------------------------------------------- | ----------------------------------------- |
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If we need to add more columns/questions then the table gets wider that makes it unreadable. Does it makes sense to pivot the table?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I tried to transpose the table but I think this version is more readable. If we do decide to add columns I think we should look for a better representation than using table.

@karenc-bq karenc-bq merged commit 804e190 into main Aug 11, 2022
@karenc-bq karenc-bq deleted the exception_codes branch August 11, 2022 20:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants