<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/sqlalchemy.git/test/dialect/mysql/test_dialect.py, branch pr/220</title>
<subtitle>github.com: zzzeek/sqlalchemy.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sqlalchemy.git/'/>
<entry>
<title>- totally skip on mysqlconnector for now</title>
<updated>2015-03-21T19:14:47+00:00</updated>
<author>
<name>Mike Bayer</name>
<email>mike_mp@zzzcomputing.com</email>
</author>
<published>2015-03-21T19:14:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sqlalchemy.git/commit/?id=9a4a8a8684b0d7c1d47e26489ebaef15433284e2'/>
<id>9a4a8a8684b0d7c1d47e26489ebaef15433284e2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>- oursql is unsupported on this</title>
<updated>2015-03-21T13:57:01+00:00</updated>
<author>
<name>Mike Bayer</name>
<email>mike_mp@zzzcomputing.com</email>
</author>
<published>2015-03-21T13:57:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sqlalchemy.git/commit/?id=10593e77689cf3c9d6d0de957632d42fd74bf697'/>
<id>10593e77689cf3c9d6d0de957632d42fd74bf697</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>- Repaired the commit for issue #2771 which was inadvertently commented</title>
<updated>2015-03-20T23:53:12+00:00</updated>
<author>
<name>Mike Bayer</name>
<email>mike_mp@zzzcomputing.com</email>
</author>
<published>2015-03-20T23:53:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sqlalchemy.git/commit/?id=3ae00fea903b3403c1900e9b9f440305362dd26c'/>
<id>3ae00fea903b3403c1900e9b9f440305362dd26c</id>
<content type='text'>
out.
- add __backend__ to the dialect suite so that it runs on CI.
- will be 1.0.0b3
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
out.
- add __backend__ to the dialect suite so that it runs on CI.
- will be 1.0.0b3
</pre>
</div>
</content>
</entry>
<entry>
<title>- test fix</title>
<updated>2015-03-20T20:07:09+00:00</updated>
<author>
<name>Mike Bayer</name>
<email>mike_mp@zzzcomputing.com</email>
</author>
<published>2015-03-20T20:07:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sqlalchemy.git/commit/?id=e429f9ebe75f7eea15cfad5f9e4f153be9f9c1e3'/>
<id>e429f9ebe75f7eea15cfad5f9e4f153be9f9c1e3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>- add a test for #2771, fixes #2771</title>
<updated>2015-03-20T19:08:23+00:00</updated>
<author>
<name>Mike Bayer</name>
<email>mike_mp@zzzcomputing.com</email>
</author>
<published>2015-03-20T18:56:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sqlalchemy.git/commit/?id=58ce4d53bf5e2f2d6fa28720dc9e3a130c77f7e3'/>
<id>58ce4d53bf5e2f2d6fa28720dc9e3a130c77f7e3</id>
<content type='text'>
- changelog for #2771
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- changelog for #2771
</pre>
</div>
</content>
</entry>
<entry>
<title>- Changed the default value of "raise_on_warnings" to False for</title>
<updated>2014-07-09T20:04:07+00:00</updated>
<author>
<name>Mike Bayer</name>
<email>mike_mp@zzzcomputing.com</email>
</author>
<published>2014-07-09T20:04:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sqlalchemy.git/commit/?id=2b85e80d75f58a7691533a44693378e28ead752c'/>
<id>2b85e80d75f58a7691533a44693378e28ead752c</id>
<content type='text'>
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
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
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
</pre>
</div>
</content>
</entry>
<entry>
<title>MySQL-connector dialect now allows options in the create_engine</title>
<updated>2013-10-13T18:09:35+00:00</updated>
<author>
<name>Mike Bayer</name>
<email>mike_mp@zzzcomputing.com</email>
</author>
<published>2013-10-13T18:09:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sqlalchemy.git/commit/?id=366e74b1bef36d384da4da8ff68751d68ba078f6'/>
<id>366e74b1bef36d384da4da8ff68751d68ba078f6</id>
<content type='text'>
query string to override those defaults set up in the connect,
including "buffered" and "raise_on_warnings".
[ticket:2515]
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
query string to override those defaults set up in the connect,
including "buffered" and "raise_on_warnings".
[ticket:2515]
</pre>
</div>
</content>
</entry>
<entry>
<title>refactor test suites for postgresql, mssql, mysql into packages.</title>
<updated>2013-06-29T02:30:11+00:00</updated>
<author>
<name>Mike Bayer</name>
<email>mike_mp@zzzcomputing.com</email>
</author>
<published>2013-06-29T02:30:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sqlalchemy.git/commit/?id=1c23741b8e045d266d0ecbed975952547444a5fa'/>
<id>1c23741b8e045d266d0ecbed975952547444a5fa</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
