[sqlalchemy] MySQL Connector and BIT test case (+patch)

2010-01-15 Thread geertjanvdk
Hello, We had a problem with BIT data types in MySQL Connector/Python. A fix was pushed today, but I can't still make this test_bit_50 (here below) work. It appears that what gets back from MySQL through RowProxy(?) is 'empty'. If anyone can hit me with the cluebat to figure out what's wrong?

[sqlalchemy] MySQL Connector/Python support

2010-01-04 Thread geertjanvdk
Hello, And best wishes for 2010! I am the maintainer, Geert Vanderkelen, of MySQL Connector/Python at Sun Microsystems. First, thanks for taking MySQL Connector/Python and putting it in as a dialect in SQL Alchemy, great stuff already! This will be great for other projects using SQLAlchemy. Very

[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.

[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