#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 Andres Salomon <[EMAIL PROTECTED]>):

 I have a few concerns/questions about Jeff's mysql patch, while looking
 throught it:

 a) 'import mysqldb' unconditionally, instead of inside MySQLConnection's
 ctor means that it (python-mysqldb, that is) will be required for any
 install instead of just for installs that actually call the ctor, doesn't
 it?

 b) like() comments say that the function is there for case-insensitive
 string matching, but LIKE in mysql is case-sensitive.

 I'm updating the patch, so I may have some more questions..

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