Don't rely on connect_info(), instead fetch the dsn from _dbi_connect_info (which...
authorPeter Rabbitson <ribasushi@cpan.org>
Sun, 9 Nov 2008 16:02:05 +0000 (16:02 +0000)
committerPeter Rabbitson <ribasushi@cpan.org>
Sun, 9 Nov 2008 16:02:05 +0000 (16:02 +0000)
commitee3bc4eaabcd4be6112c9bcb6278b0db1eda20d0
treeb3fe396b742b8e5dab5d335d041ec96e9e35dcba
parent27252a4a98791c2fcf13693cfbb9f8c44f5e585b
Don't rely on connect_info(), instead fetch the dsn from _dbi_connect_info (which is stable no matter which connect_info() flavor is used)
todo: ping jnpiorkowski about Replicated::Pool and Replicated::Replicant - it blindly assumes that connect_info->[0] contains the dsn, which might not be the case. Even when using _dbi_connect_info, the first element might be a coderef
t/19quotes_newstyle.t
t/32connect_code_ref.t