Closed (fixed)
Project:
Login Ticket API
Version:
5.x-1.7
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
4 Dec 2009 at 14:47 UTC
Updated:
18 Dec 2009 at 15:20 UTC
The delete query does not work on MySQL:
DELETE FROM loginticket WHERE ticket_id = (15,22,23,66,78,81)
correct query:
DELETE FROM loginticket WHERE ticket_id IN (15,22,23,66,78,81)
Patch attached.
| Comment | File | Size | Author |
|---|---|---|---|
| loginticket_delete.patch | 478 bytes | klausi |
Comments
Comment #1
fagothanks, committed to 5.x and 6.x