<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/sqlalchemy.git/lib/sqlalchemy/dialects, branch pr/111</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>Manual fixes for style E501 errors, etc. in dialects package</title>
<updated>2014-07-14T03:07:06+00:00</updated>
<author>
<name>Brian Jarrett</name>
<email>celttechie@gmail.com</email>
</author>
<published>2014-07-14T03:07:06+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/sqlalchemy.git/commit/?id=d81a256a5c6912f6b2a0de85c29079d8c329e275'/>
<id>d81a256a5c6912f6b2a0de85c29079d8c329e275</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Style fixes for dialects package</title>
<updated>2014-07-12T17:45:42+00:00</updated>
<author>
<name>Brian Jarrett</name>
<email>celttechie@gmail.com</email>
</author>
<published>2014-07-11T16:22:07+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/sqlalchemy.git/commit/?id=551680d06e7a0913690414c78d6dfdb590f1588f'/>
<id>551680d06e7a0913690414c78d6dfdb590f1588f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<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>- 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://91.123.203.49/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>- add postgresql_regconfig argument to PG dialect for match() operator,</title>
<updated>2014-07-08T22:18:04+00:00</updated>
<author>
<name>jonathan vanasco</name>
<email>jonathan@2xlp.com</email>
</author>
<published>2014-06-10T22:56:27+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/sqlalchemy.git/commit/?id=c996b76d5b90476e0c0a253f8eb3db5cdbf73867'/>
<id>c996b76d5b90476e0c0a253f8eb3db5cdbf73867</id>
<content type='text'>
implements PG's to_tsquery('regconfig', 'arg') pattern. fixes #3078
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
implements PG's to_tsquery('regconfig', 'arg') pattern. fixes #3078
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #101 from ddimmich/master</title>
<updated>2014-07-07T14:40:03+00:00</updated>
<author>
<name>mike bayer</name>
<email>mike_mp@zzzcomputing.com</email>
</author>
<published>2014-07-07T14:40:03+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/sqlalchemy.git/commit/?id=c9dceb0dfad9d8a57f531614a1a1403a99375300'/>
<id>c9dceb0dfad9d8a57f531614a1a1403a99375300</id>
<content type='text'>
Postgres 9.4 Jsonb support</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Postgres 9.4 Jsonb support</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #98 from abbec/mssql2008-multivalues-insert</title>
<updated>2014-07-06T20:55:05+00:00</updated>
<author>
<name>mike bayer</name>
<email>mike_mp@zzzcomputing.com</email>
</author>
<published>2014-07-06T20:55:05+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/sqlalchemy.git/commit/?id=49368458e040f89d320ef0ef7ecf3d8fad841da4'/>
<id>49368458e040f89d320ef0ef7ecf3d8fad841da4</id>
<content type='text'>
Fixed support for multivalue inserts for MS SQL 2008</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixed support for multivalue inserts for MS SQL 2008</pre>
</div>
</content>
</entry>
<entry>
<title>- clarify that the pg8000 backend has no impact of any kind on</title>
<updated>2014-07-04T19:49:01+00:00</updated>
<author>
<name>Mike Bayer</name>
<email>mike_mp@zzzcomputing.com</email>
</author>
<published>2014-07-04T19:49:01+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/sqlalchemy.git/commit/?id=6a7ef343618097916f3e2d8680cafe50c16a28c1'/>
<id>6a7ef343618097916f3e2d8680cafe50c16a28c1</id>
<content type='text'>
the pg8000 DBAPI's encoding behavior, fixes #3112.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
the pg8000 DBAPI's encoding behavior, fixes #3112.
</pre>
</div>
</content>
</entry>
<entry>
<title>- add link to dialect docs for SQLite autoincrement from column autoincrement,</title>
<updated>2014-07-03T15:34:51+00:00</updated>
<author>
<name>Mike Bayer</name>
<email>mike_mp@zzzcomputing.com</email>
</author>
<published>2014-07-03T15:34:51+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/sqlalchemy.git/commit/?id=3e4286079c760e9f8e3e76278b2a0c4d406a230d'/>
<id>3e4286079c760e9f8e3e76278b2a0c4d406a230d</id>
<content type='text'>
fixes #3110
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
fixes #3110
</pre>
</div>
</content>
</entry>
<entry>
<title>jsonb support for &lt;@, ?| and ?&amp; added.</title>
<updated>2014-07-01T09:24:30+00:00</updated>
<author>
<name>Damian Dimmich</name>
<email>damian@tauri-tec.com</email>
</author>
<published>2014-07-01T09:24:30+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/sqlalchemy.git/commit/?id=ceeee81017e5fb0ac03f4a102ffd6cce418f0b05'/>
<id>ceeee81017e5fb0ac03f4a102ffd6cce418f0b05</id>
<content type='text'>
need to see if equality already works.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
need to see if equality already works.
</pre>
</div>
</content>
</entry>
</feed>
