Opened 17 years ago
Closed 17 years ago
#6432 closed patch (fixed)
Fix transposed bindValue() args in mythfilldatabase
| Reported by: | Owned by: | Janne Grunau | |
|---|---|---|---|
| Priority: | minor | Milestone: | 0.22 |
| Component: | MythTV - Mythfilldatabase | Version: | head |
| Severity: | medium | Keywords: | |
| Cc: | Ticket locked: | no |
Description
The attached patch fixes transposed bindValue() arguments in mythfilldatabase added in [20286]. The symptom of the problem was reported by Alex Williamson and the problem was found by Andrew Leiserson and confirmed by Nick Morrot all on -users list.
Basically, the same issue was reported in another location in #6375 and fixed in [20284]. To ensure there were no other locations where the arguments were transposed, I grep'ed the source tree for 'bindValue(.*":\w\+")' and found these were the only two locations where the arguments are transposed.
Attachments (1)
Change History (3)
by , 17 years ago
| Attachment: | mythtv-6432-mythfilldatabase_bindValue_args_transposed.patch added |
|---|
comment:1 by , 17 years ago
| Milestone: | unknown → 0.22 |
|---|---|
| Owner: | changed from to |
| Status: | new → accepted |
comment:2 by , 17 years ago
| Resolution: | → fixed |
|---|---|
| Status: | accepted → closed |
Note:
See TracTickets
for help on using tickets.

(In [20314]) Fix transposed arguments of msqlquery:bindvalue introduced in [20286]. Fixes #6432
patch by: Micheal T. Dean > mtdean >AT< thirdcontact $DOT$ com <