Skip to content

DBI_TRACE='SQL|pglogin|pgprefix' has no effect #180

@KES777

Description

@KES777

DBI tries to setup tracing before connecting to database. Thus driver specific options are ignored.

In this case pglogin and pgprefix have no effect.

It would be nice to set debuggig level after DB::driver was parsed
and repeat the call to DBI->trace after that.

How to reproduce:

DBI_TRACE='SQL|pglogin|pgprefix' perl yourscript.pl where you are working with PostgreSQL database.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions