Skip Menu |

This queue is for tickets about the ORLite CPAN distribution.

Report information
The Basics
Id: 80551
Status: new
Priority: 0/
Queue: ORLite

People
Owner: Nobody in particular
Requestors: DDUMONT [...] cpan.org
Cc:
AdminCc:

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



Subject: Foreign keys are not found if SQL is written in lowercase
Hello when using lowercases in SQL like this: foreign key (account_id) references Accounts(id) on delete cascade ORLite does not find the foreign key. Unless I'm mistaken, the regexp in lines 477 and 481 are missing the i modifier to ignore case. All the best