<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/sqlalchemy.git/lib/sqlalchemy/dialects/mysql, branch rel_0_9</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>- backport doc improvements from 31f96c27a5fea302358ba580313a2f742c12b83d re:</title>
<updated>2016-03-15T21:21:54+00:00</updated>
<author>
<name>Mike Bayer</name>
<email>mike_mp@zzzcomputing.com</email>
</author>
<published>2016-03-15T21:21:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sqlalchemy.git/commit/?id=4bac8ad16f647a41c3b740c0b5b75b57b0175270'/>
<id>4bac8ad16f647a41c3b740c0b5b75b57b0175270</id>
<content type='text'>
isolation_level settings for postgresql, mysql

(cherry picked from commit 49eb39366a0ca54ce973147802864fd7c359adb3)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
isolation_level settings for postgresql, mysql

(cherry picked from commit 49eb39366a0ca54ce973147802864fd7c359adb3)
</pre>
</div>
</content>
</entry>
<entry>
<title>- cross-linking for pool recycle feature</title>
<updated>2015-10-30T15:47:56+00:00</updated>
<author>
<name>Mike Bayer</name>
<email>mike_mp@zzzcomputing.com</email>
</author>
<published>2015-10-30T15:47:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sqlalchemy.git/commit/?id=bf70786950460300f796dbd9ba20001498c67896'/>
<id>bf70786950460300f796dbd9ba20001498c67896</id>
<content type='text'>
(cherry picked from commit 07a199d929aa920b5b2b5d8b2d7008626a731f1f)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(cherry picked from commit 07a199d929aa920b5b2b5d8b2d7008626a731f1f)
</pre>
</div>
</content>
</entry>
<entry>
<title>- merge recent commits from master which reorganize and</title>
<updated>2015-03-22T23:27:31+00:00</updated>
<author>
<name>Mike Bayer</name>
<email>mike_mp@zzzcomputing.com</email>
</author>
<published>2015-03-20T18:57:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sqlalchemy.git/commit/?id=3c8ac32d8bbc80c2f8c11d2f9fbfd3fd8339fda6'/>
<id>3c8ac32d8bbc80c2f8c11d2f9fbfd3fd8339fda6</id>
<content type='text'>
clarify MySQL unicode documentation, bringing it up-to-date
with current DBAPI support
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
clarify MySQL unicode documentation, bringing it up-to-date
with current DBAPI support
</pre>
</div>
</content>
</entry>
<entry>
<title>- Fixed unicode support for PyMySQL when using an "executemany"</title>
<updated>2015-03-22T23:10:10+00:00</updated>
<author>
<name>Mike Bayer</name>
<email>mike_mp@zzzcomputing.com</email>
</author>
<published>2015-03-22T23:05:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sqlalchemy.git/commit/?id=41ca5c8c6769ff1edbf9f22eff5f8c3650390830'/>
<id>41ca5c8c6769ff1edbf9f22eff5f8c3650390830</id>
<content type='text'>
operation with unicode parameters.  SQLAlchemy now passes both
the statement as well as the bound parameters as unicode
objects, as PyMySQL generally uses string interpolation
internally to produce the final statement, and in the case of
executemany does the "encode" step only on the final statement.
fixes #3337

(cherry picked from commit dcf5408f7d315b4d9ddec5d0d696eb364d763099)

Conflicts:
	lib/sqlalchemy/dialects/mysql/pymysql.py
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
operation with unicode parameters.  SQLAlchemy now passes both
the statement as well as the bound parameters as unicode
objects, as PyMySQL generally uses string interpolation
internally to produce the final statement, and in the case of
executemany does the "encode" step only on the final statement.
fixes #3337

(cherry picked from commit dcf5408f7d315b4d9ddec5d0d696eb364d763099)

Conflicts:
	lib/sqlalchemy/dialects/mysql/pymysql.py
</pre>
</div>
</content>
</entry>
<entry>
<title>fix Python 2-specific byte conversion</title>
<updated>2015-03-20T15:29:38+00:00</updated>
<author>
<name>David Marin</name>
<email>dm@davidmarin.org</email>
</author>
<published>2015-02-06T00:51:57+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sqlalchemy.git/commit/?id=2cb67a2364b48ed8a06bdddcafe5088b44a95286'/>
<id>2cb67a2364b48ed8a06bdddcafe5088b44a95286</id>
<content type='text'>
(cherry picked from commit 00f37f3984c35fc4a2ee5687e798c5ca36953d6c)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(cherry picked from commit 00f37f3984c35fc4a2ee5687e798c5ca36953d6c)
</pre>
</div>
</content>
</entry>
<entry>
<title>- copyright 2015</title>
<updated>2015-03-10T19:27:20+00:00</updated>
<author>
<name>Mike Bayer</name>
<email>mike_mp@zzzcomputing.com</email>
</author>
<published>2015-03-10T19:27:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sqlalchemy.git/commit/?id=c3c889d8826062a3efe19d28094c11ecc1313b3f'/>
<id>c3c889d8826062a3efe19d28094c11ecc1313b3f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>- Added new user-space accessors for viewing transaction isolation</title>
<updated>2015-01-20T16:43:27+00:00</updated>
<author>
<name>Mike Bayer</name>
<email>mike_mp@zzzcomputing.com</email>
</author>
<published>2015-01-20T16:37:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sqlalchemy.git/commit/?id=e4ed81dbe3ebd495110c435c24531a5194f0808e'/>
<id>e4ed81dbe3ebd495110c435c24531a5194f0808e</id>
<content type='text'>
levels; :meth:`.Connection.get_isolation_level`,
:attr:`.Connection.default_isolation_level`.
- enhance documentation inter-linkage between new accessors,
existing isolation_level parameters, as well as in
the dialect-level methods which should be fully covered
by Engine/Connection level APIs now.

(cherry picked from commit c3d898e8d06c7e549bb273fc8654f5d24fab2204)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
levels; :meth:`.Connection.get_isolation_level`,
:attr:`.Connection.default_isolation_level`.
- enhance documentation inter-linkage between new accessors,
existing isolation_level parameters, as well as in
the dialect-level methods which should be fully covered
by Engine/Connection level APIs now.

(cherry picked from commit c3d898e8d06c7e549bb273fc8654f5d24fab2204)
</pre>
</div>
</content>
</entry>
<entry>
<title>- ouch, this needs to be in dbapi, not module level!</title>
<updated>2014-12-19T23:20:36+00:00</updated>
<author>
<name>Mike Bayer</name>
<email>mike_mp@zzzcomputing.com</email>
</author>
<published>2014-12-19T23:20:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sqlalchemy.git/commit/?id=cdd2237857bd195783179f4aa1c98c0732dc07d9'/>
<id>cdd2237857bd195783179f4aa1c98c0732dc07d9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>- make the google deprecation messages more specific, use full URL</title>
<updated>2014-12-19T19:16:44+00:00</updated>
<author>
<name>Mike Bayer</name>
<email>mike_mp@zzzcomputing.com</email>
</author>
<published>2014-12-19T19:15:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sqlalchemy.git/commit/?id=942f88ace48bfb20442c378c43301aa52f071165'/>
<id>942f88ace48bfb20442c378c43301aa52f071165</id>
<content type='text'>
format
- add an extra doc to MySQLdb
- changelog

(cherry picked from commit 182553b7409cfa6673483d03f29bc4c462336577)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
format
- add an extra doc to MySQLdb
- changelog

(cherry picked from commit 182553b7409cfa6673483d03f29bc4c462336577)
</pre>
</div>
</content>
</entry>
<entry>
<title>Update gaerdbms to highlight improved connection method</title>
<updated>2014-12-19T19:16:37+00:00</updated>
<author>
<name>Rob Berry</name>
<email>rob@lostpropertyhq.com</email>
</author>
<published>2014-12-18T13:17:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sqlalchemy.git/commit/?id=216ef0408435795cc01010f8572cd10c78d6e86f'/>
<id>216ef0408435795cc01010f8572cd10c78d6e86f</id>
<content type='text'>
(cherry picked from commit 0d15791a6e3ec35e3c2e297026d8396742e30a34)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(cherry picked from commit 0d15791a6e3ec35e3c2e297026d8396742e30a34)
</pre>
</div>
</content>
</entry>
</feed>
