Sergey,
Thank you for the report! Foreign key constraints are unfortunately not
tested by unit tests as SQLite doesn't support them, so that's how the
bug went undetected.
I just released v1.7.3 with your fix and it should be available on CPAN
shortly, but please let me know if you find anything else.
Guillaume
On Sun Apr 01 03:46:31 2012, bond-spb@mail.ru wrote:
Show quoted text> file: DBI.pm
> line: 776 CONSTRAINT `queue_element_ibfk_1` FOREIGN KEY (`queue_id`)
> REFERENCES `queue` (`queue_id`)
>
>
> s/REFERENCES `queue`/REFERENCES `queues`/
>
> Regards
> Sergey