| Summary | invalid sql statement deleting in horde_stories |
| Queue | Horde Framework Packages |
| Queue Version | HEAD |
| Type | Bug |
| State | No Feedback |
| Priority | 1. Low |
| Owners | |
| Requester | srrafa (at) usc (dot) es |
| Created | 02/08/2007 (6849 days ago) |
| Due | |
| Updated | 03/29/2007 (6800 days ago) |
| Assigned | 02/08/2007 (6849 days ago) |
| Resolved | 03/29/2007 (6800 days ago) |
| Github Issue Link | |
| Github Pull Request | |
| Milestone | |
| Patch | No |
(3 or 5 errors per day).
I'll try to put some debugging code. I hope to give you more information soon.
State ⇒ Feedback
is called without any names at all. Do you know when this is
happening, i.e. what is triggering that error message?
Priority ⇒ 1. Low
Type ⇒ Bug
Summary ⇒ invalid sql statement deleting in horde_stories
Queue ⇒ Horde Framework Packages
State ⇒ Unconfirmed
SQL statement (at least for PostgreSQL 7.3) when no $ids are found:
Feb 8 12:11:18 rojo5 postgres[17100]: [1-1] LOG: statement: DELETE
FROM horde_histories WHERE object_uid IN ()
Feb 8 12:11:18 rojo5 postgres[17100]: [2-1] ERROR: syntax error at or
near ")" at character 50
Feb 8 12:25:41 rojo5 postgres[17773]: [1-1] LOG: statement: DELETE
FROM horde_histories WHERE object_uid IN ()
Feb 8 12:25:41 rojo5 postgres[17773]: [2-1] ERROR: syntax error at or
near ")" at character 50