Strange Problem in queue_wait - uppercase char in field name
17 views
Skip to first unread message
Martin
unread,
Dec 12, 2010, 12:39:30 PM12/12/10
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Q4M - a Message Queue for MySQL
Hi all
I just ran into a problem which took me an hour to debug.
I have a queue_wait expression which included the expression
(dial_retriesA<5)
The query failed... e.g. never returned a row.
I deleted this particular expression and the query worked...
Now i found out that changing the field name to dial_retries_a was the
solution.
There might be some inconsistency with field names including uppercase
chars.
Anyway the problem is solved - but my message might help others with
strange problems in their queue_wait expressions.