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

Do not raise for missed sequence_number #4

Merged
merged 3 commits into from
Feb 6, 2023

Conversation

orsinium
Copy link
Member

@orsinium orsinium commented Feb 6, 2023

The sequence_number table is created only with the first autoincrement column and so can be missed in the database, especially empty one. There is no simple way to suppress the error on the SQL query side.

The PR suppresses the error on the Elixir wrapper side.

@orsinium orsinium merged commit ce3555a into master Feb 6, 2023
@orsinium orsinium deleted the handle_empty_sequence_number branch February 6, 2023 09:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

1 participant