<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/sqlalchemy.git, branch pr/126</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>Public inspector method to load enum list</title>
<updated>2014-08-08T07:05:30+00:00</updated>
<author>
<name>Ilya Pekelny</name>
<email>ipekelny@mirantis.com</email>
</author>
<published>2014-07-24T16:27:18+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/sqlalchemy.git/commit/?id=a0e0f4c289b46c0c9a051c08d7f9a1929e0e30ce'/>
<id>a0e0f4c289b46c0c9a051c08d7f9a1929e0e30ce</id>
<content type='text'>
Provide opportunity to get enums list via an inspector instance public
interface.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Provide opportunity to get enums list via an inspector instance public
interface.
</pre>
</div>
</content>
</entry>
<entry>
<title>DropEnumType class available from postgres dialect</title>
<updated>2014-08-08T07:00:17+00:00</updated>
<author>
<name>Ilya Pekelny</name>
<email>ipekelny@mirantis.com</email>
</author>
<published>2014-08-08T07:00:17+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/sqlalchemy.git/commit/?id=10bb97e89a5bdf6fab31c95f8f5a7a07b5d534bc'/>
<id>10bb97e89a5bdf6fab31c95f8f5a7a07b5d534bc</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>- take out the iterator approach here as it does not support concurrent access</title>
<updated>2014-08-07T16:36:50+00:00</updated>
<author>
<name>Mike Bayer</name>
<email>mike_mp@zzzcomputing.com</email>
</author>
<published>2014-08-07T16:36:50+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/sqlalchemy.git/commit/?id=6fd073b9125fdfb895543a07167c6a4f6026d941'/>
<id>6fd073b9125fdfb895543a07167c6a4f6026d941</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>-Fixed bug where Postgresql JSON type was not able to persist or</title>
<updated>2014-08-07T14:43:55+00:00</updated>
<author>
<name>Mike Bayer</name>
<email>mike_mp@zzzcomputing.com</email>
</author>
<published>2014-08-07T14:43:55+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/sqlalchemy.git/commit/?id=3c6ff6adaec23d34f0a91a3889801589b10082e2'/>
<id>3c6ff6adaec23d34f0a91a3889801589b10082e2</id>
<content type='text'>
otherwise render a SQL NULL column value, rather than a JSON-encoded
``'null'``.  To support this case, changes are as follows:

* The value :func:`.null` can now be specified, which will always
  result in a NULL value resulting in the statement.

* A new parameter :paramref:`.JSON.none_as_null` is added, which
  when True indicates that the Python ``None`` value should be
  peristed as SQL NULL, rather than JSON-encoded ``'null'``.

Retrival of NULL as None is also repaired for DBAPIs other than
psycopg2, namely pg8000.

fixes #3159
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
otherwise render a SQL NULL column value, rather than a JSON-encoded
``'null'``.  To support this case, changes are as follows:

* The value :func:`.null` can now be specified, which will always
  result in a NULL value resulting in the statement.

* A new parameter :paramref:`.JSON.none_as_null` is added, which
  when True indicates that the Python ``None`` value should be
  peristed as SQL NULL, rather than JSON-encoded ``'null'``.

Retrival of NULL as None is also repaired for DBAPIs other than
psycopg2, namely pg8000.

fixes #3159
</pre>
</div>
</content>
</entry>
<entry>
<title>- clarify docs that contains_eager() is included in the of_type() system,</title>
<updated>2014-08-07T13:59:59+00:00</updated>
<author>
<name>Mike Bayer</name>
<email>mike_mp@zzzcomputing.com</email>
</author>
<published>2014-08-07T13:59:59+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/sqlalchemy.git/commit/?id=b35e6c69b726d445a2d51fc3433ff3f97a04ed38'/>
<id>b35e6c69b726d445a2d51fc3433ff3f97a04ed38</id>
<content type='text'>
fix #2438
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
fix #2438
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #127 from mwhite/master</title>
<updated>2014-08-07T02:12:41+00:00</updated>
<author>
<name>mike bayer</name>
<email>mike_mp@zzzcomputing.com</email>
</author>
<published>2014-08-07T02:12:41+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/sqlalchemy.git/commit/?id=a3761896fa3ee2d0c104712dab7b8b21dbdb277e'/>
<id>a3761896fa3ee2d0c104712dab7b8b21dbdb277e</id>
<content type='text'>
fix typo in cascade documentation</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
fix typo in cascade documentation</pre>
</div>
</content>
</entry>
<entry>
<title>fix typo in cascade documentation</title>
<updated>2014-08-06T02:47:40+00:00</updated>
<author>
<name>Michael White</name>
<email>m@mwhite.info</email>
</author>
<published>2014-08-06T02:47:40+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/sqlalchemy.git/commit/?id=042131443fb5ac3194248ea4f8113d700aaf3be5'/>
<id>042131443fb5ac3194248ea4f8113d700aaf3be5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>- add some docs to try to explain the behavior with MySQL / TIMESTAMP.</title>
<updated>2014-08-05T03:47:14+00:00</updated>
<author>
<name>Mike Bayer</name>
<email>mike_mp@zzzcomputing.com</email>
</author>
<published>2014-08-05T03:47:14+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/sqlalchemy.git/commit/?id=4ddc4c456ce1a6cc3e27bdbd6a507f29d0128a54'/>
<id>4ddc4c456ce1a6cc3e27bdbd6a507f29d0128a54</id>
<content type='text'>
ref #3155
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
ref #3155
</pre>
</div>
</content>
</entry>
<entry>
<title>- Fixed bug in CTE where ``literal_binds`` compiler argument would not</title>
<updated>2014-08-02T18:42:57+00:00</updated>
<author>
<name>Mike Bayer</name>
<email>mike_mp@zzzcomputing.com</email>
</author>
<published>2014-08-02T18:42:57+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/sqlalchemy.git/commit/?id=7c80e521f00a52254678acb7dab632be3e6d0119'/>
<id>7c80e521f00a52254678acb7dab632be3e6d0119</id>
<content type='text'>
be always be correctly propagated when one CTE referred to another
aliased CTE in a statement.
Fixes #3154
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
be always be correctly propagated when one CTE referred to another
aliased CTE in a statement.
Fixes #3154
</pre>
</div>
</content>
</entry>
<entry>
<title>- update the literal binds section</title>
<updated>2014-07-30T20:08:33+00:00</updated>
<author>
<name>Mike Bayer</name>
<email>mike_mp@zzzcomputing.com</email>
</author>
<published>2014-07-30T20:08:33+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/sqlalchemy.git/commit/?id=32165f50209036a98959553e1c5e81537a091a15'/>
<id>32165f50209036a98959553e1c5e81537a091a15</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
