Skip Menu |

This queue is for tickets about the SQL-Abstract-Limit CPAN distribution.

Report information
The Basics
Id: 42749
Status: new
Priority: 0/
Queue: SQL-Abstract-Limit

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

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



Subject: DBIC::Const::GetInfoType is not always required
Hello, I think "use DBI::Const::GetInfoType();" is not always required. Could you load it in run-time? <$name = $dbh->get_info( $DBI::Const::GetInfoType::GetInfoType{SQL_DBMS_NAME} ) if $odbc; Show quoted text
>if($odbc){ > require DBI::Const::GetInfoType; > $name = $DBI::Const::GetInfoType::GetInfoType{SQL_DBMS_NAME}; >}
Regards, -- Goro Fuji (gfx) GFUJI at CPAN.org