<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/sqlalchemy.git/lib/sqlalchemy/dialects/mysql/base.py, branch pr/109</title>
<subtitle>github.com: zzzeek/sqlalchemy.git
</subtitle>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/sqlalchemy.git/'/>
<entry>
<title>- break up the &lt;authors&gt; copyright comment as part of a pass</title>
<updated>2014-07-09T22:26:55+00:00</updated>
<author>
<name>Mike Bayer</name>
<email>mike_mp@zzzcomputing.com</email>
</author>
<published>2014-07-09T22:26:55+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/sqlalchemy.git/commit/?id=5407ec9d389cfa1cdd4ed4b82ba311085132d9db'/>
<id>5407ec9d389cfa1cdd4ed4b82ba311085132d9db</id>
<content type='text'>
to get all flake8 passing
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
to get all flake8 passing
</pre>
</div>
</content>
</entry>
<entry>
<title>- MySQL error 2014 "commands out of sync" appears to be raised as a</title>
<updated>2014-06-27T19:52:40+00:00</updated>
<author>
<name>Mike Bayer</name>
<email>mike_mp@zzzcomputing.com</email>
</author>
<published>2014-06-27T19:52:40+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/sqlalchemy.git/commit/?id=3ea154fbf5dbda642141a5867afac6b0fc97e3cb'/>
<id>3ea154fbf5dbda642141a5867afac6b0fc97e3cb</id>
<content type='text'>
ProgrammingError, not OperationalError, in modern MySQL-Python versions;
all MySQL error codes that are tested for "is disconnect" are now
checked within OperationalError and ProgrammingError regardless.
fixes #3101
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
ProgrammingError, not OperationalError, in modern MySQL-Python versions;
all MySQL error codes that are tested for "is disconnect" are now
checked within OperationalError and ProgrammingError regardless.
fixes #3101
</pre>
</div>
</content>
</entry>
<entry>
<title>- Fixed bug where column names added to ``mysql_length`` parameter</title>
<updated>2014-06-18T14:56:23+00:00</updated>
<author>
<name>Mike Bayer</name>
<email>mike_mp@zzzcomputing.com</email>
</author>
<published>2014-06-18T14:56:23+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/sqlalchemy.git/commit/?id=a46932422b9bc7422e86b7d7db9fb753136730e0'/>
<id>a46932422b9bc7422e86b7d7db9fb753136730e0</id>
<content type='text'>
on an index needed to have the same quoting for quoted names in
order to be recognized.  The fix makes the quotes optional but
also provides the old behavior for backwards compatibility with those
using the workaround.
fixes #3085
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
on an index needed to have the same quoting for quoted names in
order to be recognized.  The fix makes the quotes optional but
also provides the old behavior for backwards compatibility with those
using the workaround.
fixes #3085
</pre>
</div>
</content>
</entry>
<entry>
<title>- fix some identity map accessors</title>
<updated>2014-05-24T21:02:47+00:00</updated>
<author>
<name>Mike Bayer</name>
<email>mike_mp@zzzcomputing.com</email>
</author>
<published>2014-05-24T21:02:47+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/sqlalchemy.git/commit/?id=f9adac0a34e49bacfc02cb18a899b4ae757754dd'/>
<id>f9adac0a34e49bacfc02cb18a899b4ae757754dd</id>
<content type='text'>
- fix a bad comparison in MySQL w/ limit/offset thing
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- fix a bad comparison in MySQL w/ limit/offset thing
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'issue_3034' of https://bitbucket.org/dobesv/sqlalchemy/branch/issue_3034 into ticket_3034</title>
<updated>2014-05-16T18:45:40+00:00</updated>
<author>
<name>Mike Bayer</name>
<email>mike_mp@zzzcomputing.com</email>
</author>
<published>2014-05-16T18:45:40+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/sqlalchemy.git/commit/?id=8414c9f00b9ddf972d6b78c6883c315beaf29822'/>
<id>8414c9f00b9ddf972d6b78c6883c315beaf29822</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use _offset_clause and _limit_clause, which are always Visitable and usually a BindParameter, instead of _offset and _limit in GenerativeSelect.</title>
<updated>2014-04-25T17:42:12+00:00</updated>
<author>
<name>Dobes Vandermeer</name>
<email>dvandermeer@roovy.com</email>
</author>
<published>2014-04-25T17:42:12+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/sqlalchemy.git/commit/?id=4af172b644d90f1bcab3de2bd0501a9cf50dc1d5'/>
<id>4af172b644d90f1bcab3de2bd0501a9cf50dc1d5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Added optional '=' to MySQL KEY_BLOCK_SIZE regex</title>
<updated>2014-04-19T16:16:46+00:00</updated>
<author>
<name>W. Sean McGivern</name>
<email>WSMcGivern@gmail.com</email>
</author>
<published>2014-04-19T16:16:46+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/sqlalchemy.git/commit/?id=c5a95ea8e37bfc98d5c9593638dc0c0e32351c72'/>
<id>c5a95ea8e37bfc98d5c9593638dc0c0e32351c72</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 topological rule here to place PARTITIONS after PARTITION_BY,</title>
<updated>2014-02-19T22:00:37+00:00</updated>
<author>
<name>Mike Bayer</name>
<email>mike_mp@zzzcomputing.com</email>
</author>
<published>2014-02-19T22:00:37+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/sqlalchemy.git/commit/?id=a0fb9e74c61b0c2cb8f2f91ae6cc38d3c8c95949'/>
<id>a0fb9e74c61b0c2cb8f2f91ae6cc38d3c8c95949</id>
<content type='text'>
for output consistency within the tests as well as in practice
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
for output consistency within the tests as well as in practice
</pre>
</div>
</content>
</entry>
<entry>
<title>- Added new MySQL-specific :class:`.mysql.DATETIME` which includes</title>
<updated>2014-02-19T20:49:37+00:00</updated>
<author>
<name>Mike Bayer</name>
<email>mike_mp@zzzcomputing.com</email>
</author>
<published>2014-02-19T20:49:37+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/sqlalchemy.git/commit/?id=a552606091bf84579751cd80ca458a0483b2b96a'/>
<id>a552606091bf84579751cd80ca458a0483b2b96a</id>
<content type='text'>
fractional seconds support; also added fractional seconds support
to :class:`.mysql.TIMESTAMP`.  DBAPI support is limited, though
fractional seconds are known to be supported by MySQL Connector/Python.
Patch courtesy Geert JM Vanderkelen. #2941
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
fractional seconds support; also added fractional seconds support
to :class:`.mysql.TIMESTAMP`.  DBAPI support is limited, though
fractional seconds are known to be supported by MySQL Connector/Python.
Patch courtesy Geert JM Vanderkelen. #2941
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'master' of https://bitbucket.org/50onred/sqlalchemy/overview into t</title>
<updated>2014-02-19T20:24:36+00:00</updated>
<author>
<name>Mike Bayer</name>
<email>mike_mp@zzzcomputing.com</email>
</author>
<published>2014-02-19T20:24:36+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/sqlalchemy.git/commit/?id=7e66d7e392138caf2a57be53f2498e6098c30187'/>
<id>7e66d7e392138caf2a57be53f2498e6098c30187</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
