<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/sqlalchemy.git/doc/build/dialects, branch slots</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>- corrections</title>
<updated>2014-12-27T21:22:41+00:00</updated>
<author>
<name>Mike Bayer</name>
<email>mike_mp@zzzcomputing.com</email>
</author>
<published>2014-12-27T20:55:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sqlalchemy.git/commit/?id=544e72bcb6af1ca657b1762f105634372eca3bc0'/>
<id>544e72bcb6af1ca657b1762f105634372eca3bc0</id>
<content type='text'>
- attempt to add a script to semi-automate the fixing of links
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- attempt to add a script to semi-automate the fixing of links
</pre>
</div>
</content>
</entry>
<entry>
<title>- added new backend for pysqlcipher, as we will probably get</title>
<updated>2014-10-29T18:55:42+00:00</updated>
<author>
<name>Mike Bayer</name>
<email>mike_mp@zzzcomputing.com</email>
</author>
<published>2014-10-29T18:55:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sqlalchemy.git/commit/?id=d2c1edfb15334a2fb6ada5b064563c144ac22ad7'/>
<id>d2c1edfb15334a2fb6ada5b064563c144ac22ad7</id>
<content type='text'>
requests for it soon.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
requests for it soon.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #138 from BY-jk/master</title>
<updated>2014-09-16T19:10:36+00:00</updated>
<author>
<name>mike bayer</name>
<email>mike_mp@zzzcomputing.com</email>
</author>
<published>2014-09-16T19:10:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sqlalchemy.git/commit/?id=7094193c61595574fca448564dc346f852f7126c'/>
<id>7094193c61595574fca448564dc346f852f7126c</id>
<content type='text'>
Added EXASolution dialect to documentation</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Added EXASolution dialect to documentation</pre>
</div>
</content>
</entry>
<entry>
<title>Added EXASolution dialect to documentation</title>
<updated>2014-09-16T18:54:27+00:00</updated>
<author>
<name>Jan</name>
<email>BY-jk@users.noreply.github.com</email>
</author>
<published>2014-09-16T18:54:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sqlalchemy.git/commit/?id=4f39e3839f8a57cceb3e959eb99b768216abecdc'/>
<id>4f39e3839f8a57cceb3e959eb99b768216abecdc</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>document JSONB</title>
<updated>2014-07-07T21:59:47+00:00</updated>
<author>
<name>Mike Bayer</name>
<email>mike_mp@zzzcomputing.com</email>
</author>
<published>2014-07-07T21:59:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sqlalchemy.git/commit/?id=5eefdae113194d6aa029188f7200dd9aca54e2b7'/>
<id>5eefdae113194d6aa029188f7200dd9aca54e2b7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>typo: s/founds/found</title>
<updated>2014-06-28T09:45:50+00:00</updated>
<author>
<name>Priit Laes</name>
<email>plaes@plaes.org</email>
</author>
<published>2014-06-28T09:45:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sqlalchemy.git/commit/?id=8c337099852333d6c3587b35168af9b1af171487'/>
<id>8c337099852333d6c3587b35168af9b1af171487</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>- Added a new type :class:`.postgresql.OID` to the Postgresql dialect.</title>
<updated>2014-06-20T21:58:06+00:00</updated>
<author>
<name>Mike Bayer</name>
<email>mike_mp@zzzcomputing.com</email>
</author>
<published>2014-06-20T21:58:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sqlalchemy.git/commit/?id=42bbb7163adaaa1513c7c4f5212675632be8e030'/>
<id>42bbb7163adaaa1513c7c4f5212675632be8e030</id>
<content type='text'>
While "oid" is generally a private type within PG that is not exposed
in modern versions, there are some PG use cases such as large object
support where these types might be exposed, as well as within some
user-reported schema reflection use cases.
fixes #3002
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
While "oid" is generally a private type within PG that is not exposed
in modern versions, there are some PG use cases such as large object
support where these types might be exposed, as well as within some
user-reported schema reflection use cases.
fixes #3002
</pre>
</div>
</content>
</entry>
<entry>
<title>- remove drizzle dialect</title>
<updated>2014-05-30T22:06:09+00:00</updated>
<author>
<name>Mike Bayer</name>
<email>mike_mp@zzzcomputing.com</email>
</author>
<published>2014-05-30T22:06:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sqlalchemy.git/commit/?id=809a7890a1cc1c957ae2263bdcbda2d42f5372ba'/>
<id>809a7890a1cc1c957ae2263bdcbda2d42f5372ba</id>
<content type='text'>
- restore mysqldb fully within dialects/mysql/, it's no longer a connector.
fixes #2984
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- restore mysqldb fully within dialects/mysql/, it's no longer a connector.
fixes #2984
</pre>
</div>
</content>
</entry>
<entry>
<title>fix typo</title>
<updated>2014-05-30T17:21:12+00:00</updated>
<author>
<name>Mike Bayer</name>
<email>mike_mp@zzzcomputing.com</email>
</author>
<published>2014-05-30T17:20:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sqlalchemy.git/commit/?id=2da30fde12e312dd9ea7dfff41f50cee93fc0793'/>
<id>2da30fde12e312dd9ea7dfff41f50cee93fc0793</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>more docs for using psycopg2 range types, specifically instantiating models with them</title>
<updated>2014-05-25T14:46:31+00:00</updated>
<author>
<name>Chris Withers</name>
<email>chris@withers.org</email>
</author>
<published>2014-05-25T14:46:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sqlalchemy.git/commit/?id=551c730f3fee058f68a813b5f0eadce0c8a2820a'/>
<id>551c730f3fee058f68a813b5f0eadce0c8a2820a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
