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

[Streaming Replication - 2nd] Fix affected rows parsing in CommandCompleteMessage #52

Merged
merged 2 commits into from Sep 9, 2022

Conversation

osaxma
Copy link
Contributor

@osaxma osaxma commented Sep 9, 2022

When using non-standard command such as 'IDENTIFY_SYSTEM', the parsing had an issue where it'll parse SYSTEM as the integer. A new reliable regex was added to parse the affected rows correctly if there's any.

When using non-standard command such as 'IDENTIFY_SYSTEM', the parsing had an issue where it'll parse `SYSTEM` as the integer. A new reliable regex was added to parse the affected rows correctly if there's any
@osaxma osaxma changed the title [Streaming Replication -2] Fix affected rows parsing in CommandCompleteMessage [Streaming Replication - 2nd] Fix affected rows parsing in CommandCompleteMessage Sep 9, 2022
lib/src/server_messages.dart Outdated Show resolved Hide resolved
lib/src/server_messages.dart Show resolved Hide resolved
@isoos isoos merged commit 047e59c into isoos:master Sep 9, 2022
@osaxma osaxma deleted the fix_affected_rows_parsing branch September 10, 2022 09:31
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.

None yet

2 participants