Skip Menu |

This queue is for tickets about the Catalyst-Plugin-AutoCRUD CPAN distribution.

Report information
The Basics
Id: 84954
Status: resolved
Priority: 0/
Queue: Catalyst-Plugin-AutoCRUD

People
Owner: OLIVER [...] cpan.org
Requestors:
Cc:
AdminCc:

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



Subject: ILIKE is not supported in Oracle
I'm using CPAC against an Oracle instance, and when I tried to apply filters to varchar2 columns, I would get the popup box stating 'Failed to load records'. I traced the SQL statements and noticed that the SQL command that was running was using the 'ILIKE' statement. Oracle does not accept 'ILIKE' and was reporting an error (see - http://forums.databasejournal.com/showthread.php?40786-equivalent-of-ilike-operator). Looking at Catalyst::Plugin::AutoCRUD::Model::StorageEngine::DBIC::CRUD, if you add "Oracle => '-like'," to 'sub _likeop_for' it corrects the issue.
Hi, Many thanks for this bug report. I've just released version 2.131210 to CPAN with your patch. regards, oliver.