<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/sqlalchemy.git/lib/sqlalchemy/dialects/postgresql, branch pr/130</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>- changelog for pullreq github:125</title>
<updated>2014-08-16T17:57:46+00:00</updated>
<author>
<name>Mike Bayer</name>
<email>mike_mp@zzzcomputing.com</email>
</author>
<published>2014-08-16T17:57:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sqlalchemy.git/commit/?id=589f205d53f031ceb297af760f2acfc777a5bc5d'/>
<id>589f205d53f031ceb297af760f2acfc777a5bc5d</id>
<content type='text'>
- add pg8000 version detection for the "sane multi rowcount" feature
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- add pg8000 version detection for the "sane multi rowcount" feature
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge remote-tracking branch 'origin/pr/125' into pr125</title>
<updated>2014-08-16T17:48:57+00:00</updated>
<author>
<name>Mike Bayer</name>
<email>mike_mp@zzzcomputing.com</email>
</author>
<published>2014-08-16T17:48:57+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sqlalchemy.git/commit/?id=948986ad5976b2166a911c41d54d76a12805bd16'/>
<id>948986ad5976b2166a911c41d54d76a12805bd16</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>- public method name is get_enums()</title>
<updated>2014-08-13T21:42:33+00:00</updated>
<author>
<name>Mike Bayer</name>
<email>mike_mp@zzzcomputing.com</email>
</author>
<published>2014-08-13T21:42:33+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sqlalchemy.git/commit/?id=f39767ad727fcc9493d41451d7112d4f3459e9c4'/>
<id>f39767ad727fcc9493d41451d7112d4f3459e9c4</id>
<content type='text'>
- return a list of dicts like other methods do
- don't combine 'schema' with 'name', leave them separate
- support '*' argument so that we can retrieve cross-schema
if needed
- remove "conn" argument
- use bound parameters for 'schema' in SQL
- order by schema, name, label
- adapt _load_enums changes to column reflection
- changelog
- module docs for get_enums()
- add drop of enums to --dropfirst
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- return a list of dicts like other methods do
- don't combine 'schema' with 'name', leave them separate
- support '*' argument so that we can retrieve cross-schema
if needed
- remove "conn" argument
- use bound parameters for 'schema' in SQL
- order by schema, name, label
- adapt _load_enums changes to column reflection
- changelog
- module docs for get_enums()
- add drop of enums to --dropfirst
</pre>
</div>
</content>
</entry>
<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://git.baserock.org/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://git.baserock.org/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>-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://git.baserock.org/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>pg8000 now supports sane_multi_rowcount</title>
<updated>2014-08-02T15:19:46+00:00</updated>
<author>
<name>Tony Locke</name>
<email>tlocke@tlocke.org.uk</email>
</author>
<published>2014-08-02T15:19:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sqlalchemy.git/commit/?id=0dbe9d9aaf22d69e44c486472ff3b412a96cf216'/>
<id>0dbe9d9aaf22d69e44c486472ff3b412a96cf216</id>
<content type='text'>
From pg8000-1.9.14 sane_multi_rowcount is supported so this commit
updates the dialect accordingly.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
From pg8000-1.9.14 sane_multi_rowcount is supported so this commit
updates the dialect accordingly.
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove spurious print statements in pg8000 dialect</title>
<updated>2014-08-02T14:29:36+00:00</updated>
<author>
<name>Tony Locke</name>
<email>tlocke@tlocke.org.uk</email>
</author>
<published>2014-07-26T17:56:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sqlalchemy.git/commit/?id=2e44749b76af4e9e1a2fd6e52dd329dc1e980216'/>
<id>2e44749b76af4e9e1a2fd6e52dd329dc1e980216</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge remote-tracking branch 'origin/pr/117' into pg8000</title>
<updated>2014-07-25T20:17:15+00:00</updated>
<author>
<name>Mike Bayer</name>
<email>mike_mp@zzzcomputing.com</email>
</author>
<published>2014-07-25T20:17:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sqlalchemy.git/commit/?id=3c0efe508f4b02ca69db1f4855f5bfeb936ac9e9'/>
<id>3c0efe508f4b02ca69db1f4855f5bfeb936ac9e9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix argument to array() in array._bind_param()</title>
<updated>2014-07-24T05:56:50+00:00</updated>
<author>
<name>Andrew</name>
<email>andrew.sucevic@gmail.com</email>
</author>
<published>2014-07-24T05:56:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sqlalchemy.git/commit/?id=ba58708643d21106ff6f752df507c6d987e4d7b5'/>
<id>ba58708643d21106ff6f752df507c6d987e4d7b5</id>
<content type='text'>
array.__init__() expects a list as its sole parameter but inside _bind_param(), instead of sending a list it's sending each item in the list as a separate argument which is incorrect.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
array.__init__() expects a list as its sole parameter but inside _bind_param(), instead of sending a list it's sending each item in the list as a separate argument which is incorrect.</pre>
</div>
</content>
</entry>
</feed>
