<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/sqlalchemy.git/lib/sqlalchemy/dialects/mysql/gaerdbms.py, branch pullreq55</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>- happy new year</title>
<updated>2014-01-05T21:57:05+00:00</updated>
<author>
<name>Mike Bayer</name>
<email>mike_mp@zzzcomputing.com</email>
</author>
<published>2014-01-05T21:57:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sqlalchemy.git/commit/?id=f89d4d216bd7605c920b7b8a10ecde6bfea2238c'/>
<id>f89d4d216bd7605c920b7b8a10ecde6bfea2238c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixing the error regex to match numbers with the long suffix, like 1146L</title>
<updated>2013-06-08T09:04:27+00:00</updated>
<author>
<name>Brett Slatkin</name>
<email>brett@haxor.com</email>
</author>
<published>2013-06-08T09:04:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sqlalchemy.git/commit/?id=c8f9831a66728787d8cedf0e1d9d24bfbcb8a559'/>
<id>c8f9831a66728787d8cedf0e1d9d24bfbcb8a559</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>PEP8</title>
<updated>2013-06-08T07:15:37+00:00</updated>
<author>
<name>Brett Slatkin</name>
<email>brett@haxor.com</email>
</author>
<published>2013-06-08T07:15:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sqlalchemy.git/commit/?id=3472083ba9aebf87d334769ccf2c3c96dccb080f'/>
<id>3472083ba9aebf87d334769ccf2c3c96dccb080f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Makes gaerdbms for App Engine use local MySQL server when running under dev_appserver2.</title>
<updated>2013-06-08T07:10:26+00:00</updated>
<author>
<name>Brett Slatkin</name>
<email>brett@haxor.com</email>
</author>
<published>2013-06-08T07:10:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sqlalchemy.git/commit/?id=2dee20448ca5ac2cd8d877b0d67ad49bcb2859e1'/>
<id>2dee20448ca5ac2cd8d877b0d67ad49bcb2859e1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix mysql+gaerdbms dialect for changed exception format</title>
<updated>2013-04-20T01:01:39+00:00</updated>
<author>
<name>Dan Ring</name>
<email>dfring@gmail.com</email>
</author>
<published>2013-04-20T01:01:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sqlalchemy.git/commit/?id=d657cf0600e9fa1aa49a4e27ba2063073d879987'/>
<id>d657cf0600e9fa1aa49a4e27ba2063073d879987</id>
<content type='text'>
googleappengine v1.7.5 changed the exception format to be
incompatible with MySQLDialect_gaerdbms#_extract_error_code

This fix works for both old- and new-style exceptions.

Changes causing the breakage:
/trunk/python/google/storage/speckle/python/api/rdbms.py
at
https://code.google.com/p/googleappengine/source/detail?r=318
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
googleappengine v1.7.5 changed the exception format to be
incompatible with MySQLDialect_gaerdbms#_extract_error_code

This fix works for both old- and new-style exceptions.

Changes causing the breakage:
/trunk/python/google/storage/speckle/python/api/rdbms.py
at
https://code.google.com/p/googleappengine/source/detail?r=318
</pre>
</div>
</content>
</entry>
<entry>
<title>Added a conditional import to the ``gaerdbms`` dialect which attempts</title>
<updated>2013-02-02T23:40:56+00:00</updated>
<author>
<name>Mike Bayer</name>
<email>mike_mp@zzzcomputing.com</email>
</author>
<published>2013-02-02T23:40:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sqlalchemy.git/commit/?id=a6697a83e57ef58780e3d6da43f907f88a60e3a8'/>
<id>a6697a83e57ef58780e3d6da43f907f88a60e3a8</id>
<content type='text'>
to import rdbms_apiproxy vs. rdbms_googleapi to work
on both dev and production platforms.  Also now honors the
``instance`` attribute.  Courtesy Sean Lynch.
[ticket:2649]
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
to import rdbms_apiproxy vs. rdbms_googleapi to work
on both dev and production platforms.  Also now honors the
``instance`` attribute.  Courtesy Sean Lynch.
[ticket:2649]
</pre>
</div>
</content>
</entry>
<entry>
<title>happy new year (see #2645)</title>
<updated>2013-01-01T18:46:21+00:00</updated>
<author>
<name>Diana Clarke</name>
<email>diana.joan.clarke@gmail.com</email>
</author>
<published>2013-01-01T18:46:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sqlalchemy.git/commit/?id=5db55c999faae04ca338b0d4b034b3b99e0ca3fa'/>
<id>5db55c999faae04ca338b0d4b034b3b99e0ca3fa</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixes issue where GAE error handling can cause AttributeError: 'NoneType' object has no attribute 'group'</title>
<updated>2012-12-29T01:20:23+00:00</updated>
<author>
<name>Owen Nelson</name>
<email>onelson@gmail.com</email>
</author>
<published>2012-12-29T01:20:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sqlalchemy.git/commit/?id=16ab0d61ef7e3e324bec71a672983384eba48389'/>
<id>16ab0d61ef7e3e324bec71a672983384eba48389</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>GAE dialect now supports the use of credentials</title>
<updated>2012-12-29T01:18:20+00:00</updated>
<author>
<name>Owen Nelson</name>
<email>onelson@gmail.com</email>
</author>
<published>2012-12-29T01:18:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sqlalchemy.git/commit/?id=989f11b4fc55dbd29ea1184e5d7abe2661e145d6'/>
<id>989f11b4fc55dbd29ea1184e5d7abe2661e145d6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>kill me now, pep8 pass, so close</title>
<updated>2012-11-20T05:47:31+00:00</updated>
<author>
<name>Diana Clarke</name>
<email>diana.joan.clarke@gmail.com</email>
</author>
<published>2012-11-20T05:47:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sqlalchemy.git/commit/?id=ead37e4ec0dd5750769226befea043d9527f869e'/>
<id>ead37e4ec0dd5750769226befea043d9527f869e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
