Query execution would be better encapsulated with a Statement wrapper #1
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Instead of cluttering the DatabaseWrapper with query execution logic, move that code to a statement wrapper. Statements can then be prepared and executed transparently from the perspective of the rest of the code.