Re: [sqlalchemy] MySQL Connector

2019-03-09 Thread Mike Bayer
Note the mysql-connector people actually contacted us this week on the devel list, and while mysql-connector-python does still have a lot of major issues they are not as bad as the ones I listed on the site, as apparently there is a totally different fork of it called mysql-connector also on pypi

Re: [sqlalchemy] MySQL Connector

2019-03-05 Thread Warwick Prince
Hi Mike Thanks very much. It’s a shame they broke it so badly! I’ll change to your recommendation immediately. Cheers Warwick Warwick A. Prince Mushroom Systems International Pty. Ltd. > On 5 Mar 2019, at 3:07 am, Mike Bayer wrote: > >> On Sun, Mar 3, 2019 at 8:40 PM Warwick Prince >>

Re: [sqlalchemy] MySQL Connector

2019-03-04 Thread Mike Bayer
On Sun, Mar 3, 2019 at 8:40 PM Warwick Prince wrote: > > Hi Community > > We’ve been using sqlalchemy with great success for many years. We’ve been > using the mysqlconnector to connect to my MySQL databases with no issues to > speak of. > > My issue is that I recently upgraded to the latest

[sqlalchemy] MySQL Connector

2019-03-03 Thread Warwick Prince
Hi Community We’ve been using sqlalchemy with great success for many years. We’ve been using the mysqlconnector to connect to my MySQL databases with no issues to speak of. My issue is that I recently upgraded to the latest version of the connector from Oracle which has changed from Python

[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