[DBIx-Class-Devel] Re: [dbix-class] Testcase to demonstrate that DBI is not always loaded before being used (#23)

Peter Rabbitson notifications at github.com
Sat Apr 6 20:06:45 GMT 2013


The fix isn't really "involved", it amounts more or less to this (read comment in linked hunk): http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=dbsrgits/DBIx-Class.git;a=commitdiff;h=524343a94#patch5

The rationale is that we want to delay loading of the DBI/DBD combo until a connection (or something that will result in a connection) is about to fire. It sounds a tad counterintuitive in the context of DBIC, but is a pretty reasonable expectation within the scope of a larger project.

As such I will close this ticket without merging the test (there is a test which failure already being triggered in the 0.08250 branch, as indicated in the linked merge). The HFH issue will be resolved by a new release by the end of next week.

Sorry for the trouble :(


---
Reply to this email directly or view it on GitHub:
https://github.com/dbsrgits/dbix-class/pull/23#issuecomment-16003089
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.scsys.co.uk/pipermail/dbix-class-devel/attachments/20130406/ee61ade1/attachment.htm


More information about the DBIx-Class-Devel mailing list