[DBIx-Class-Devel] [dbsrgits/dbix-class] Fix parsing driver names from DSN when the middle part includes DBI attributes (#99)

Fabrice Gabolde notifications at github.com
Fri Apr 1 13:13:08 GMT 2016


According to [parse_dsn](https://metacpan.org/pod/DBI#parse_dsn), the middle part of a DSN may include DBI attributes. Currently the driver name extracted from a DSN includes everything up to the next colon, which makes DBIC think it is not supported.
You can view, comment on, or merge this pull request online at:

  https://github.com/dbsrgits/dbix-class/pull/99

-- Commit Summary --

  * Fix parsing driver names from DSN when the middle part includes DBI attributes.

-- File Changes --

    M lib/DBIx/Class/Storage/DBI.pm (5)
    M t/storage/dbi_env.t (4)

-- Patch Links --

https://github.com/dbsrgits/dbix-class/pull/99.patch
https://github.com/dbsrgits/dbix-class/pull/99.diff

---
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/dbsrgits/dbix-class/pull/99
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.scsys.co.uk/pipermail/dbix-class-devel/attachments/20160401/f49cbacd/attachment.htm>


More information about the DBIx-Class-Devel mailing list