Changes for version 0.1
- creation
Changes for version 0.100
- Move $Idx from a file-scoped variable to a connect() scoped variable, which gets passed to other subroutines as needed. This will ensure that the cleanup/rollback feature will work properly when a script uses more than one database handle to the same database.
- Joe Thomas <joet@tellme.com>
- Fixed issues relating to changing handle state post connection. Handles now returned in same state as original and incomplete transactions rolled back before re-issuing handle so. Submited by: [Joe Thomas <joet@tellme.com>] Contributed by: [Patrick Mulvany <paddy@firedrake.org>]
- Fix a () bug in the connect() determining whether we must ping the database. PingTimeOut = 0 now works as documented. Submited by: [Joe Thomas <joet@tellme.com>] Contributed by: [Patrick Mulvany <paddy@firedrake.org>]
Modules
Authentication and Authorization via Perl's DBI
Initiate a persistent database connection
Provides
in DBI.pm