<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/sqlalchemy.git/lib/sqlalchemy/dialects/postgresql/json.py, branch rel_0_9</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>- copyright 2015</title>
<updated>2015-03-10T19:27:20+00:00</updated>
<author>
<name>Mike Bayer</name>
<email>mike_mp@zzzcomputing.com</email>
</author>
<published>2015-03-10T19:27:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sqlalchemy.git/commit/?id=c3c889d8826062a3efe19d28094c11ecc1313b3f'/>
<id>c3c889d8826062a3efe19d28094c11ecc1313b3f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Maul the evaulate &amp; friends typo</title>
<updated>2014-12-19T18:56:03+00:00</updated>
<author>
<name>Priit Laes</name>
<email>plaes@plaes.org</email>
</author>
<published>2014-12-19T16:46:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sqlalchemy.git/commit/?id=6e7701d534141ed8c4cba668792f2bb528a5af61'/>
<id>6e7701d534141ed8c4cba668792f2bb528a5af61</id>
<content type='text'>
(cherry picked from commit 8ae47dc6e0a98b359247040236be0810b9086f40)

Conflicts:
	doc/build/changelog/changelog_10.rst
	doc/build/changelog/migration_10.rst
	lib/sqlalchemy/ext/declarative/base.py
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(cherry picked from commit 8ae47dc6e0a98b359247040236be0810b9086f40)

Conflicts:
	doc/build/changelog/changelog_10.rst
	doc/build/changelog/migration_10.rst
	lib/sqlalchemy/ext/declarative/base.py
</pre>
</div>
</content>
</entry>
<entry>
<title>-Fixed bug where Postgresql JSON type was not able to persist or</title>
<updated>2014-08-07T14:44:33+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=0e2fab96f23f917ecc293c7bf58461d2494fe2d0'/>
<id>0e2fab96f23f917ecc293c7bf58461d2494fe2d0</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>- apply pep8 formatting to sqlalchemy/sql, sqlalchemy/util, sqlalchemy/dialects,</title>
<updated>2014-07-20T17:11:41+00:00</updated>
<author>
<name>Brian Jarrett</name>
<email>celttechie@gmail.com</email>
</author>
<published>2014-07-20T16:44:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sqlalchemy.git/commit/?id=6b49e8c7c7fb0ff9329d50ec95d38facf062cfb8'/>
<id>6b49e8c7c7fb0ff9329d50ec95d38facf062cfb8</id>
<content type='text'>
sqlalchemy/orm, sqlalchemy/event, sqlalchemy/testing

Conflicts:
	lib/sqlalchemy/dialects/mssql/base.py
	lib/sqlalchemy/dialects/mysql/base.py
	lib/sqlalchemy/dialects/mysql/mysqldb.py
	lib/sqlalchemy/dialects/oracle/base.py
	lib/sqlalchemy/dialects/sybase/base.py
	lib/sqlalchemy/orm/attributes.py
	lib/sqlalchemy/orm/evaluator.py
	lib/sqlalchemy/orm/identity.py
	lib/sqlalchemy/orm/instrumentation.py
	lib/sqlalchemy/orm/loading.py
	lib/sqlalchemy/orm/mapper.py
	lib/sqlalchemy/orm/session.py
	lib/sqlalchemy/orm/sync.py
	lib/sqlalchemy/sql/compiler.py
	lib/sqlalchemy/sql/selectable.py
	lib/sqlalchemy/testing/requirements.py
	lib/sqlalchemy/testing/suite/test_select.py
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
sqlalchemy/orm, sqlalchemy/event, sqlalchemy/testing

Conflicts:
	lib/sqlalchemy/dialects/mssql/base.py
	lib/sqlalchemy/dialects/mysql/base.py
	lib/sqlalchemy/dialects/mysql/mysqldb.py
	lib/sqlalchemy/dialects/oracle/base.py
	lib/sqlalchemy/dialects/sybase/base.py
	lib/sqlalchemy/orm/attributes.py
	lib/sqlalchemy/orm/evaluator.py
	lib/sqlalchemy/orm/identity.py
	lib/sqlalchemy/orm/instrumentation.py
	lib/sqlalchemy/orm/loading.py
	lib/sqlalchemy/orm/mapper.py
	lib/sqlalchemy/orm/session.py
	lib/sqlalchemy/orm/sync.py
	lib/sqlalchemy/sql/compiler.py
	lib/sqlalchemy/sql/selectable.py
	lib/sqlalchemy/testing/requirements.py
	lib/sqlalchemy/testing/suite/test_select.py
</pre>
</div>
</content>
</entry>
<entry>
<title>- break up the &lt;authors&gt; copyright comment as part of a pass</title>
<updated>2014-07-09T22:29:17+00:00</updated>
<author>
<name>Mike Bayer</name>
<email>mike_mp@zzzcomputing.com</email>
</author>
<published>2014-07-09T22:29:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sqlalchemy.git/commit/?id=723d118ef1c4fbb6d1a81513dd6d50521081d86a'/>
<id>723d118ef1c4fbb6d1a81513dd6d50521081d86a</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>Merge pull request #101 from ddimmich/master</title>
<updated>2014-07-07T14:53:38+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://git.baserock.org/cgit/delta/python-packages/sqlalchemy.git/commit/?id=139134ce374409cc69262534c6592ac621263a3a'/>
<id>139134ce374409cc69262534c6592ac621263a3a</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>- happy new year</title>
<updated>2014-01-05T21:57:05+00:00</updated>
<author>
<name>Mike Bayer</name>
<email>mike_mp@zzzcomputing.com</email>
</author>
<published>2014-01-05T21:57:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sqlalchemy.git/commit/?id=f89d4d216bd7605c920b7b8a10ecde6bfea2238c'/>
<id>f89d4d216bd7605c920b7b8a10ecde6bfea2238c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>- rework the JSON expression system so that "astext" is called *after*</title>
<updated>2013-12-27T23:25:57+00:00</updated>
<author>
<name>Mike Bayer</name>
<email>mike_mp@zzzcomputing.com</email>
</author>
<published>2013-12-27T23:25:57+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sqlalchemy.git/commit/?id=2104d0ba2d612a26d363a3049d5e49efe4284e15'/>
<id>2104d0ba2d612a26d363a3049d5e49efe4284e15</id>
<content type='text'>
the indexing.  this is for more natural operation.
- also add cast() to the JSON expression to complement astext. This integrates
the CAST call which will be needed frequently.  Part of [ticket:2687].
- it's a little unclear how more advanced unicode attribute-access is going to go,
some quick attempts at testing yielded strange error messages from psycopg2.
- do other cross linking as mentioned in [ticket:2687].
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
the indexing.  this is for more natural operation.
- also add cast() to the JSON expression to complement astext. This integrates
the CAST call which will be needed frequently.  Part of [ticket:2687].
- it's a little unclear how more advanced unicode attribute-access is going to go,
some quick attempts at testing yielded strange error messages from psycopg2.
- do other cross linking as mentioned in [ticket:2687].
</pre>
</div>
</content>
</entry>
<entry>
<title>- make the json serializer and deserializer per-dialect, so that we are</title>
<updated>2013-12-17T22:46:09+00:00</updated>
<author>
<name>Mike Bayer</name>
<email>mike_mp@zzzcomputing.com</email>
</author>
<published>2013-12-17T22:46:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sqlalchemy.git/commit/?id=fec03c88d659bf9a0b102dd328afac1ba3dc7f23'/>
<id>fec03c88d659bf9a0b102dd328afac1ba3dc7f23</id>
<content type='text'>
compatible with psycopg2's per-connection/cursor approach.  add round trip tests for
both native and non-native.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
compatible with psycopg2's per-connection/cursor approach.  add round trip tests for
both native and non-native.
</pre>
</div>
</content>
</entry>
<entry>
<title>- rework JSON expressions to be based off __getitem__ exclusively</title>
<updated>2013-12-17T20:13:39+00:00</updated>
<author>
<name>Mike Bayer</name>
<email>mike_mp@zzzcomputing.com</email>
</author>
<published>2013-12-17T20:13:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sqlalchemy.git/commit/?id=73013914e7eae2a0480492ece085b48c5938dd84'/>
<id>73013914e7eae2a0480492ece085b48c5938dd84</id>
<content type='text'>
- add support for "standalone" JSON objects; this involves getting CAST
to upgrade the given type of a bound parameter.  should add a core-only test
for this.
- add tests for "standalone" json round trips both with and without unicode
- add mechanism by which we remove psycopg2's "json" handler in order to get
the effect of using our non-native result handlers
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- add support for "standalone" JSON objects; this involves getting CAST
to upgrade the given type of a bound parameter.  should add a core-only test
for this.
- add tests for "standalone" json round trips both with and without unicode
- add mechanism by which we remove psycopg2's "json" handler in order to get
the effect of using our non-native result handlers
</pre>
</div>
</content>
</entry>
</feed>
