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

Resolve runtime warning regarding unnecessary dbFetch() calls #73

Open
kamilsi opened this issue Feb 27, 2024 · 0 comments
Open

Resolve runtime warning regarding unnecessary dbFetch() calls #73

kamilsi opened this issue Feb 27, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@kamilsi
Copy link
Contributor

kamilsi commented Feb 27, 2024

During the execution of our application, we encountered a warning message that may indicate a misalignment with best practices in database interaction. The warning is as follows:

Warning message:
Don't need to call dbFetch() for statements, only for queries

This warning suggests that dbFetch() is being called in scenarios where it might not be necessary, potentially for statements that do not return a result set (e.g., INSERT, UPDATE, DELETE statements).

@kamilsi kamilsi added the bug Something isn't working label Feb 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant