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

Bug #4067 Dialect_Mysql.php needs tinyint in $types
Submitted: 2005-04-05 20:47 UTC
From: epte at ruffdogs dot com Assigned: busterb
Status: Closed Package: SQL_Parser
PHP Version: 4.3.8 OS:
Roadmaps: (Not assigned)    
Subscription  


 [2005-04-05 20:47 UTC] epte at ruffdogs dot com
Description: ------------ Added tinyint as MySQL type. Patch: Index: Dialect_MySQL.php =================================================================== --- Dialect_MySQL.php (revision 2682) +++ Dialect_MySQL.php (working copy) @@ -30,7 +30,7 @@ 'operators'=>array('=','<>','<','<=','>','>=','like','clike','slike','not','is','in','between'), -'types'=>array('character','char','varchar','nchar','bit','numeric','decimal','dec','integer','int','smallint','float','real','double','date','datetime', 'time','timestamp','interval','bool','boolean','set','enum','text'), +'types'=>array('character','char','varchar','nchar','bit','numeric','decimal','dec','integer','int','smallint','float','real','double','date','datetime', 'time','timestamp','interval','bool','boolean','set','enum','text','tinyint'), 'conjunctions'=>array('by','as','on','into','from','where','with'),

Comments

 [2005-04-06 04:41 UTC] busterb
This bug has been fixed in CVS. In case this was a documentation problem, the fix will show up at the end of next Sunday (CET) on pear.php.net. In case this was a pear.php.net website problem, the change will show up on the website in short time. Thank you for the report, and for helping us make PEAR better.