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] 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!