[sqlalchemy] Re: MySQL Connector/Python support

2010-01-04 Thread geertjanvdk
On Jan 4, 5:29 pm, Michael Bayer mike...@zzzcomputing.com wrote: .. * Could you change the dialect name from 'myconnpy' to 'mysqlconnector' or something like that. 'MySQL' should be first in the name, as this is most 'official' thing the MySQL Team has done for Python. Would be great.

Re: [sqlalchemy] Re: MySQL Connector/Python support

2010-01-04 Thread Michael Bayer
geertjanvdk wrote: Thanks so much for this! I think that name will make it more clear what it is. There was additional myconnpy import in __init__.py, which I corrected in the patch below. oops, yeah , that is in r6615 thx One change I did was _get_server_version_info(), see in patch

[sqlalchemy] Re: MySQL Connector/Python support

2010-01-04 Thread geertjanvdk
Thanks for the quick changes there! On Jan 4, 7:45 pm, Michael Bayer mike...@zzzcomputing.com wrote: .. For MySQL dialects there should be no errors or failures - at most there may be a handful of errors/failures which correspond to tests that should be skipped for that DBAPI, although if