in reply to Disconnecting from a Database
The transaction behavior of the "disconnect" method is, sadly, undefined. Some database systems (such as Oracle and Ingres) will automatically commit any outstanding changes, but others (such as Informix) will rollback any outstanding changes.So, this behavior may be an artifact of DBD::mysql more than anything else. Testing with PostgreSQL, or Oracle may shed some light on this.
|
|---|