PEAR is archived and read-only

This mirror preserves historical PEAR package releases and metadata so existing references remain available.

Home » Database » MDB » Bug #3771

the function commit in ibase module don't work with transaction/auto_commit

Details

Submitted2005-03-10 19:09 UTC
Fromfabio at bs2 dot com dot br
Assignedquipo
StatusClosed
PackageMDB
PHP VersionIrrelevant
Roadmaps(Not assigned)

Comments

[2005-03-10 19:09 UTC] fabio at bs2 dot com dot br

Description:
------------
when you use the MDB with property auto_commit = false the function _doQuery uses the property trasaction_id as link resource and the function commit in MDB_ibase class always use the property connection to commit the data changes. The function commit don't obey the auto_commit property as the function _doQuery

[2005-03-10 19:26 UTC] fabio at bs2 dot com dot br

When you use the the property auto_commit = false, the function commit don't use the same resource link that the function _doQuery