Skip Menu |

This queue is for tickets about the Class-DBI-Plugin-AbstractCount CPAN distribution.

Report information
The Basics
Id: 13114
Status: resolved
Priority: 0/
Queue: Class-DBI-Plugin-AbstractCount

People
Owner: j.-c.zeus [...] web.de
Requestors: m.romani [...] spinsoft.it
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: 0.03
Fixed in: (no value)



Subject: Test 03sql.t, line 42 fails
Line 42 of file t/03sql.t is: ok( $main::sql eq "SELECT COUNT(*)\nFROM __TABLE__\nWHERE ( artist = ? AND release BETWEEN ? AND ? AND title like ? )\n" it should be instead: ok( $main::sql eq "SELECT COUNT(*)\nFROM __TABLE__\nWHERE ( artist = ? AND release BETWEEN ? AND ? AND title LIKE ? )\n" ('like' changed in 'LIKE') Here is my environment: OS: WinXP SP2, ActivePerl 5.8.6 build 811 Class::DBI::Plugin 0.03 SQL::Abstract 1.19
Gracie mille! This issue is now fixed in version 0.04 of Class::DBI::Plugin::AbstractCount.