Mike Bayer
9a4a8a8684
- totally skip on mysqlconnector for now
2015-03-21 15:14:47 -04:00
Mike Bayer
10593e7768
- oursql is unsupported on this
2015-03-21 09:57:01 -04:00
Mike Bayer
3ae00fea90
- Repaired the commit for issue #2771 which was inadvertently commented
...
out.
- add __backend__ to the dialect suite so that it runs on CI.
- will be 1.0.0b3
2015-03-20 19:53:12 -04:00
Mike Bayer
e429f9ebe7
- test fix
2015-03-20 16:07:09 -04:00
Mike Bayer
58ce4d53bf
- add a test for #2771 , fixes #2771
...
- changelog for #2771
2015-03-20 15:08:23 -04:00
Mike Bayer
2b85e80d75
- Changed the default value of "raise_on_warnings" to False for
...
MySQLconnector. This was set at True for some reason. The "buffered"
flag unfortunately must stay at True as MySQLconnector does not allow
a cursor to be closed unless all results are fully fetched. fixes #2515
- lots of MySQL tests seemed to not be hitting all backends, so we should
be getting some mysqlconnector failures now
2014-07-09 16:04:07 -04:00
Mike Bayer
366e74b1be
MySQL-connector dialect now allows options in the create_engine
...
query string to override those defaults set up in the connect,
including "buffered" and "raise_on_warnings".
[ticket:2515]
2013-10-13 14:09:35 -04:00
Mike Bayer
1c23741b8e
refactor test suites for postgresql, mssql, mysql into packages.
2013-06-28 22:30:11 -04:00