<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/sqlalchemy.git/lib/sqlalchemy/dialects/mysql, branch pr/83</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>- Tweaked the settings for mysql-connector-python; in Py2K, the</title>
<updated>2014-03-27T23:18:06+00:00</updated>
<author>
<name>Mike Bayer</name>
<email>mike_mp@zzzcomputing.com</email>
</author>
<published>2014-03-27T23:18:06+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/sqlalchemy.git/commit/?id=50576a01eb39742632268fe1e595a554625171eb'/>
<id>50576a01eb39742632268fe1e595a554625171eb</id>
<content type='text'>
"supports unicode statements" flag is now False, so that SQLAlchemy
will encode the *SQL string* (note: *not* the parameters)
to bytes before sending to the database.  This seems to allow
all unicode-related tests to pass for mysql-connector, including those
that use non-ascii table/column names, as well as some tests for the
TEXT type using unicode under cursor.executemany().
- other mysql-connector fixes; latest version seems to do better on
function call counts
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
"supports unicode statements" flag is now False, so that SQLAlchemy
will encode the *SQL string* (note: *not* the parameters)
to bytes before sending to the database.  This seems to allow
all unicode-related tests to pass for mysql-connector, including those
that use non-ascii table/column names, as well as some tests for the
TEXT type using unicode under cursor.executemany().
- other mysql-connector fixes; latest version seems to do better on
function call counts
</pre>
</div>
</content>
</entry>
<entry>
<title>cut out the BS as far as MySQLdb urls, put the one url everyone should be using</title>
<updated>2014-03-04T17:51:23+00:00</updated>
<author>
<name>Mike Bayer</name>
<email>mike_mp@zzzcomputing.com</email>
</author>
<published>2014-03-04T17:51:23+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/sqlalchemy.git/commit/?id=c6f540da58a63485344894dbe02ad40d26c5ce7c'/>
<id>c6f540da58a63485344894dbe02ad40d26c5ce7c</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>
<entry>
<title>- update mysql connector python link, #2938</title>
<updated>2014-02-19T01:49:33+00:00</updated>
<author>
<name>Mike Bayer</name>
<email>mike_mp@zzzcomputing.com</email>
</author>
<published>2014-02-19T01:49:33+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/sqlalchemy.git/commit/?id=185938e7b7467a364fc8df5bee2597b4fee91bac'/>
<id>185938e7b7467a364fc8df5bee2597b4fee91bac</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>- expand docs on MySQL table arguments beyond just storage engines</title>
<updated>2014-02-16T01:51:38+00:00</updated>
<author>
<name>Mike Bayer</name>
<email>mike_mp@zzzcomputing.com</email>
</author>
<published>2014-02-16T01:51:38+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/sqlalchemy.git/commit/?id=70ed9c8b559b9d158e8571da521e09a947c0a0f4'/>
<id>70ed9c8b559b9d158e8571da521e09a947c0a0f4</id>
<content type='text'>
- clarify section on "foreign key reflection" and group this in a
section that refers to foreign keys.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- clarify section on "foreign key reflection" and group this in a
section that refers to foreign keys.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixes MySQL dialect partitioning</title>
<updated>2014-02-14T18:23:51+00:00</updated>
<author>
<name>Marcus McCurdy</name>
<email>mmccurdy@50onred.com</email>
</author>
<published>2014-02-14T18:23:51+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/sqlalchemy.git/commit/?id=c597843f137b2b3ff90e648e7507dd1f325d4f48'/>
<id>c597843f137b2b3ff90e648e7507dd1f325d4f48</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Parse server version info more robustly</title>
<updated>2014-02-11T22:26:03+00:00</updated>
<author>
<name>Matt (work)</name>
<email>matt@digitaleye.com</email>
</author>
<published>2014-02-11T22:26:03+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/sqlalchemy.git/commit/?id=bd98bd5fffd53a650319d36f002031171930ca86'/>
<id>bd98bd5fffd53a650319d36f002031171930ca86</id>
<content type='text'>
Closes #2934
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closes #2934
</pre>
</div>
</content>
</entry>
<entry>
<title>- Fixed bug which prevented MySQLdb-based dialects (e.g.</title>
<updated>2014-02-03T17:04:51+00:00</updated>
<author>
<name>Mike Bayer</name>
<email>mike_mp@zzzcomputing.com</email>
</author>
<published>2014-02-03T17:04:51+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/sqlalchemy.git/commit/?id=8b08b1a35b85c24349226c34e6834f4f60db3c6f'/>
<id>8b08b1a35b85c24349226c34e6834f4f60db3c6f</id>
<content type='text'>
pymysql) from working in Py3K, where a check for "connection
charset" would fail due to Py3K's more strict value comparison
rules.  The call in question  wasn't taking the database
version into account in any case as the server version was
still None at that point, so the method overall has been
simplified to rely upon connection.character_set_name().
[ticket:2933]
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
pymysql) from working in Py3K, where a check for "connection
charset" would fail due to Py3K's more strict value comparison
rules.  The call in question  wasn't taking the database
version into account in any case as the server version was
still None at that point, so the method overall has been
simplified to rely upon connection.character_set_name().
[ticket:2933]
</pre>
</div>
</content>
</entry>
</feed>
