Name : perl-DBIx-ShowCaller
| |
Version : 0.80
| Vendor : N0i_Net
|
Release : 1.n0i.1
| Date : 2005-07-28 03:57:32
|
Group : Development/Libraries
| Source RPM : perl-DBIx-ShowCaller-0.80-1.n0i.1.src.rpm
|
Size : 0.00 MB
| |
Packager : Marius Feraru < altblue_n0i_net>
| |
Summary : Adds a Perl caller info to the SQL command
|
Description :
This module can be used instead of the DBI module. For each SQL command that is prepared (both using $dbh->prepare and via do, selectall_* and the like) it prepends a /* */ style comment containing information about file and line that called that prepare/selectall_*/other method. Thus it makes it easier to see where a particular SQL command came from. Only database servers that log the whole SQL command (like Oracle or MySQL) can make reasonable use of this. Also, if you call the same SQL from different places of your code, the comment will be different and the SQL server won\'t be able to reuse parsed info. Consider the speed tradeoff here.
|
RPM found in directory: /packages/linux-pbone/archive/reb00t.com/fedora/6/perl |