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

Bug #9693 database schema change
Submitted: 2006-12-25 19:28 UTC
From: afz at php dot net Assigned: quipo
Status: Closed Package: MDB2_Driver_sqlite
PHP Version: Irrelevant OS:
Roadmaps: (Not assigned)    
Subscription  
Comments Add Comment Add patch


Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know! Just going to say 'Me too!'? Don't clutter the database with that please !
Your email address:
MUST BE VALID
Solve the problem : 9 + 4 = ?

 
 [2006-12-25 19:28 UTC] afz at php dot net (Ali Fazelzade)
Description: ------------ some time when execute query this errors occurred. for more information see: http://www.sqlite.org/faq.html#q17 and solution for this bug is: replace line 518 of sqlite.php on MDB2/Driver with: do { $result = @$function($query.';', $connection); } while (sqlite_last_error($connection) == SQLITE_SCHEMA); and replace line 521 of sqlite.php on MDB2/Driver with: do { $result = @$function($query.';', $connection, SQLITE_BOTH, $php_errormsg); } while (sqlite_last_error($connection) == SQLITE_SCHEMA);

Comments

 [2007-03-04 23:57 UTC] User who submitted this comment has not confirmed identity
If you submitted this note, check your email.If you do not have a message, click here to re-send
MANUAL CONFIRMATION IS NOT POSSIBLE.  Write a message to pear-dev@lists.php.net
to request the confirmation link.  All bugs/comments/patches associated with this

email address will be deleted within 48 hours if the account request is not confirmed!