Feature: QueryBuilder prepared statements #323
Labels
No labels
bug
confirmed
critical
discussion
documentation
Doing
enhancement
experiment
suggestion
support
Testing
To Do
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: hazaar/framework#323
Loading…
Add table
Add a link
Reference in a new issue
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?
Problem Statement
The Hazaar DBI query builder currently does not utilize PHP's prepared statement queries, which can lead to potential security risks (e.g., SQL injection) and performance inefficiencies due to repeated query parsing. Implementing prepared statements will improve security and efficiency in query execution.
Who will benefit?
Benefits and risks
Benefits
Risks
Proposed Solution
Priority/Severity
assigned to @jamie
changed title from Feature: Query{- b-}uilder prepared statements to Feature: Query{+B+}uilder prepared statements
created branch
323-feature-querybuilder-prepared-statements
to address this issuementioned in merge request !215
mentioned in commit
dc36239813