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

Bug #12146 wrong regex in MDB2_Driver_Reverse_sqlite::_getTableColumns($sql)
Submitted: 2007-09-29 17:43 UTC
From: spliffster Assigned: quipo
Status: Closed Package: MDB2 (version 2.4.1)
PHP Version: 5.2.1 OS: linux 2.6
Roadmaps: (Not assigned)    
Subscription  


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 : 41 - 19 = ?

 
 [2007-09-29 17:43 UTC] spliffster (Simon Wunderlin)
Description: ------------ SQLite version 2.8.17 error in reverse module regex. The regex at line 77 expects: CREATE TABLE page ( id INTEGER NOT NULL PRIMARY KEY, uri varchar(250) NOT NULL default '', type int(10) NOT NULL default 0, language char(4) default 'de-DE', template varchar(250) default 'default', version INTEGER NOT NULL default 0 ) but this sqlite version returns: CREATE TABLE page ( id INTEGER NOT NULL PRIMARY KEY, uri varchar(250) NOT NULL default '', type int(10) NOT NULL default 0, language char(4) default 'de-DE', template varchar(250) default 'default', version INTEGER NOT NULL default 0 )

Comments

 [2007-10-06 10:52 UTC] quipo (Lorenzo Alberton)
This bug has been fixed in CVS. 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.