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