Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

This queue is for tickets about the Queue-DBI CPAN distribution.

Report information
The Basics
Id: 76194
Status: resolved
Priority: 0/
Queue: Queue-DBI

People
Owner: Nobody in particular
Requestors: bond-spb [...] mail.ru
Cc:
AdminCc:

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



Subject: Bug in Queue-DBI-1.7.2
Date: Sun, 1 Apr 2012 11:47:00 +0400
To: <bug-queue-dbi [...] rt.cpan.org>
From: "Sergey Bond" <bond-spb [...] mail.ru>
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
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