[sqlalchemy] Re: [Sqlalchemy-users] Test failure on Mac OSX 10.4.8 w/ Python 2.4.4c1

2006-10-15 Thread skip . montanaro
Michael> (just FYI we've moved the list to google groups) Ah yes, forgot about that. Michael> i think the error you have might be a result of MySQLDB not Michael> being installed on your machine, and the dialect, not finding Michael> it, is defaulting to "named parameter" mode.

[sqlalchemy] Re: [Sqlalchemy-users] Test failure on Mac OSX 10.4.8 w/ Python 2.4.4c1

2006-10-15 Thread Michael Bayer
hey skip (just FYI we've moved the list to google groups) i think the error you have might be a result of MySQLDB not being installed on your machine, and the dialect, not finding it, is defaulting to "named parameter" mode. i could put a fix into the mysql dialect to default to "position