Apache-DBI
view release on metacpan or search on metacpan
- applied patch from Jeff Baker <jeff@godzilla.tamu.edu>
fix menu item for DBI connections that are made using
the Oracle TNS listener.
- implemented proposal from Leslie Mikesell <les@Mcs.Net>
change group-handling in AuthzDBI. All groups related to
the given user are selected at once and then put into a
comma-separated list. This list is compared with the
required groups.
Depending upon the existence of Auth_DBI_grp_table, the
SQL-select looks either in the pwd_table or in the
grp_table for the groupid. PLEASE CHECK THE MODULE
DOCUMENTATION AND YOUR .htaccess !
0.78 February 18, 1998
- applied patch from "B. W. Fitzpatrick" <fitz@onShore.com>
DBI calls connect always with 4 parameters, even if they
are empty. This results in an error with DBD-Informix.
- added '$dbh->disconnect' before 'return SERVER_ERROR;'
( run in 0.436 second using v1.01-cache-2.11-cpan-64827b87656 )