Edgewall Software

Ticket #3660 (closed defect: wontfix)

Opened 2 years ago

Last modified 2 years ago

Check for python-mysqldb does not work properly

Reported by: Martin Burger <mburger@…> Owned by: jonas
Priority: normal Milestone:
Component: general Version: devel
Severity: normal Keywords:
Cc:

Description

In trac/db/mysql_backend.py line 138 there is a test for python-mysqldb version. I installed 1.2.1c2-1 (Debian Sarge), so that if statement should take the first suite. But, the suite of the else clause is executed.

Attachments

Change History

Changed 2 years ago by Martin Burger <mburger@…>

  • version changed from 0.9.6 to devel

I am using Trac 0.10b1

Changed 2 years ago by mgood

  • status changed from new to closed
  • resolution set to wontfix

MySQLdb 1.2.1c2 is a pre-release version, so it is not considered to be >= 1.2.1. The reason for the version test is to check whether the "connect" method supports the "charset" parameter, which is not in the pre-release versions. I have MySQLdb 1.2.1c3 installed from Ubuntu Dapper and it does not contain the necessary API changes.

Add/Change #3660 (Check for python-mysqldb does not work properly)

Author



Change Properties
<Author field>
Action
as closed
Next status will be 'reopened'
to The owner will change from jonas. Next status will be 'closed'
 
Note: See TracTickets for help on using tickets.