Skip Menu |

This queue is for tickets about the DBI CPAN distribution.

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

People
Owner: Nobody in particular
Requestors: MRDVT [...] cpan.org
Cc:
AdminCc:

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



Subject: Documentation for DSN "DBI:" vs "dbi:"
The examples should match documentation. - DBI->parse_dsn("DBI:MyDriver(RaiseError=>1):db=test;port=42"); + DBI->parse_dsn("dbi:MyDriver(RaiseError=>1):db=test;port=42"); Even though both are supported technically "DBI:" is not documented and therefore should not be used in the example. however, since the documentation was ambiguous DBI will always have to support case insensitivity so we may want to update the documentation as such. Mike mrdvt92 RT: #101180: DSN regex match needs to be case insensitive (Dancer::Plugin::Database::Core)
Fixed (finally) in a96f348. Thanks!