Package home | Report new bug | New search | Development Roadmap Status: Open | Feedback | All | Closed Since Version 1.5.0b5

Bug #17676 Unexpected transaction
Submitted: 2010-08-09 16:24 UTC
From: renskiy Assigned: quipo
Status: Closed Package: MDB2_Driver_ibase (version SVN)
PHP Version: 5.3.1 OS: Any
Roadmaps: (Not assigned)    
Subscription  


 [2010-08-09 16:24 UTC] renskiy (Rinat Khabibiev)
Description: ------------ Starting unexpected transaction while fetching 'text' type fields. Test script: --------------- <?php require_once('MDB2.php'); $options = array('database_extension'=>''); $dsn = 'ibase(firebird)://SYSDBA:masterkey@localhost/test'; $db = MDB2::connect($dsn, $options); $db->beginTransaction(); $result = $db->queryOne('SELECT * FROM test_table', 'text', 'text_field'); $db->rollback(); // sleeping, check unexpected opened transaction at this time sleep(60); Expected result: ---------------- No any unclosed transaction.

Comments

 [2010-08-09 16:29 UTC] renskiy (Rinat Khabibiev)
 [2010-08-29 15:17 UTC] quipo (Lorenzo Alberton)
-Status: Open +Status: Closed -Assigned To: +Assigned To: quipo
This bug has been fixed in SVN. If this was a documentation problem, the fix will appear on pear.php.net by the end of next Sunday (CET). If this was a problem with the pear.php.net website, the change should be live shortly. Otherwise, the fix will appear in the package's next release. Thank you for the report and for helping us make PEAR better.