Actions
Bug #10604
closedDbo: Query self-assignment loses bound parameters
Start date:
07/06/2022
Due date:
% Done:
100%
Estimated time:
Description
AbstractQuery::operator=(const AbstractQuery& other)
calls reset()
before the parameters from other
are copied over, which means that in the case of self-assignment a query will first clear its bound parameters, and then copy an empty vector over.
Updated by Roel Standaert over 2 years ago
- Status changed from InProgress to Review
- Assignee deleted (
Roel Standaert)
Updated by Roel Standaert over 2 years ago
- Status changed from Review to Implemented @Emweb
Updated by Roel Standaert over 2 years ago
- Status changed from Implemented @Emweb to Resolved
Updated by Roel Standaert over 2 years ago
- Status changed from Resolved to Closed
Actions