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.