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

chore: replace db.Prepare with db.Exec #60

Merged
merged 1 commit into from
Oct 1, 2024

Conversation

vpavlin
Copy link
Member

@vpavlin vpavlin commented Sep 25, 2024

Most were replaced as part of adding common fields. Fixing the last instance, so that we can close the issue

closes #43

Copy link
Member

Choose a reason for hiding this comment

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

Is this file meant to be deleted as part of this PR?

Copy link
Member Author

Choose a reason for hiding this comment

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

It would have been wiser to do it in a separate PR, but yes, that file was a leftover from some refactoring and not imported or used as fair as I can tell

@adklempner adklempner merged commit aed7d99 into status-im:master Oct 1, 2024
1 check passed
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.

Consider using db.Exec instead of creating prepared statements
3 participants