Skip Menu |

This queue is for tickets about the Sprite CPAN distribution.

Report information
The Basics
Id: 1429
Status: new
Priority: 0/
Queue: Sprite

People
Owner: Nobody in particular
Requestors: reynolds [...] avaya.com
Cc:
AdminCc:

Bug Information
Severity: Important
Broken in: (no value)
Fixed in: (no value)



Subject: Found a bug in the Sprite module
Running perl 5.0.6 with Sprite v3.21 Last modified: April 21, 1998 If the table name begins with "OR" or "AND"(case insensitive), the where condition is modified, causing the statement to fail with no records found. I had a table name "Orel". The where condition looked like "orel" instead of "Orel". I believe it is a limitation of regex statement. I changed the table name to "orel", but the where condition still failed.