will try one a few systems and different MYSQLdb
The mysqlDB 1.2.1gamma3
__author__ = "Andy Dustman <[EMAIL PROTECTED]>"
__revision__ = """$Revision: 1.36.2.4 $"""[11:-2]
version_info = (
1,
2,
1,
"gamma",
3)
will do some more testing on friday afternoon.
Michael Bayer wrote:
>
> On May 24, 2007, at 10:12 PM, Mike Bernson wrote:
>
>> It give me an error attaching output
>
>
> well that tests passes for everyone else AFAIK, so maybe something is
> up with either the way youre connecting to MySQL (are you turning on
> the use_unicode flag? ) or maybe your version of MySQLDB, what are
> you running there ? can you get a plain DBAPI program to insert a
> BLOB ?
>
> im noticing on my end if I connect with use_unicode=1 (MySQLDB's
> flag, not SA's) the test fails to get the same content back, but
> doesnt error out.
>
> ah MySQLDB !
>
>
>
>
>
> >
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"sqlalchemy" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/sqlalchemy?hl=en
-~----------~----~----~----~------~----~------~--~---