did some debug.
seems that the faulting array comes from mysqldb cursors. There is are
function char_array that gets called in MySqlDb/converters.py.
def char_array(s):
return array.array('c', s)
...
FIELD_TYPE.STRING: [
(FLAG.BINARY, char_array),
(None, None),
],
does this mean that there is a binary flag somewhere that make this
conversion?
I installed MySQL-python-1.2.1c6.tar.gz, is it supported?
-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
sqlobject-discuss mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/sqlobject-discuss