#986: MySQL database support
----------------------------+-----------------------------------------------
 Reporter:  anonymous       |        Owner:  jonas   
     Type:  enhancement     |       Status:  reopened
 Priority:  high            |    Milestone:  0.10    
Component:  general         |      Version:  devel   
 Severity:  major           |   Resolution:          
 Keywords:  database mysql  |  
----------------------------+-----------------------------------------------
Comment (by ):

 Dunno if it's worth mentioning but mysql is case-insensitive on = as well
 as like...

 {{{
 select 'a' = 'A';
 +-----------+
 | 'a' = 'A' |
 +-----------+
 |         1 |
 +-----------+
 1 row in set (0.00 sec)
 }}}

-- 
Ticket URL: <http://projects.edgewall.com/trac/ticket/986>
The Trac Project <http://trac.edgewall.com/>
_______________________________________________
Trac-Tickets mailing list
[email protected]
http://lists.edgewall.com/mailman/listinfo/trac-tickets

Reply via email to