[Sqlalchemy-tickets] [sqlalchemy] #2933: pymysql py3k issue
Brought to you by:
zzzeek
|
From: sqlalchemy <mi...@zz...> - 2014-02-03 16:34:35
|
#2933: pymysql py3k issue
--------------------+---------------------------------------
Reporter: zzzeek | Owner:
Type: defect | Status: new
Priority: medium | Milestone: 0.9.3
Component: mysql | Severity: minor - half an hour
Keywords: | Progress State: in progress
--------------------+---------------------------------------
on connect
File
"/Users/classic/dev/sqlalchemy/./lib/sqlalchemy/connectors/mysqldb.py",
line 133, in _detect_charset
if self.server_version_info < (4, 1, 0):
TypeError: unorderable types: NoneType() < tuple()
--
Ticket URL: <http://www.sqlalchemy.org/trac/ticket/2933>
sqlalchemy <http://www.sqlalchemy.org/>
The Database Toolkit for Python
|