Subject: | Failure with function in where clause |
Date: | Wed, 26 Sep 2007 14:30:18 -0700 |
To: | bug-DBD-SQLite [...] rt.cpan.org |
From: | Marc Mims <marc [...] questright.com> |
I have a test script, attached, which fails in all versions of
DBD::SQLite that I've tested, including 1.12, 1.13, and 1.14.
This simple SQL statement returns expected results when run from the
sqlite3 command line, but not from DBI:
select count(*) from artist where length(name) > 2
Am I missing something, or is this a bug?
-Marc
Message body is not shown because sender requested not to inline it.