[Sqlalchemy-commits] commit/sqlalchemy: 12 new changesets
Brought to you by:
zzzeek
From: Bitbucket <com...@bi...> - 2014-07-07 14:55:37
|
12 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/01cc8fbacce8/ Changeset: 01cc8fbacce8 Branch: None User: ddimmich Date: 2014-06-24 09:23:21 Summary: initial support for JSONB - this only allows you to define the JSONB datatype - this does not add any of the additional support for querying/indexing yet. Affected #: 3 files https://bitbucket.org/zzzeek/sqlalchemy/commits/f50926020283/ Changeset: f50926020283 Branch: None User: ddimmich Date: 2014-06-28 18:02:24 Summary: and tests for JSONB - as this is a superset of JSON i've subclassed the JSON tests as all of these should be applicable as well. Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/4e5fcee97504/ Changeset: 4e5fcee97504 Branch: None User: ddimmich Date: 2014-06-28 20:47:20 Summary: add has_key & contains operators for jsonb (ported over from hstore) Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/4eca136e0914/ Changeset: 4eca136e0914 Branch: None User: ddimmich Date: 2014-06-28 21:11:03 Summary: minor cleanup of the jsonb - had extraneous operators that where copied from hstore that don't apply. Add tests for ? and @> operators. Affected #: 2 files https://bitbucket.org/zzzeek/sqlalchemy/commits/7f402761d91a/ Changeset: 7f402761d91a Branch: None User: ddimmich Date: 2014-06-28 21:24:36 Summary: it's OK to pass a dict in - it does the right thing, no need to quote it in the tests. Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/ceeee81017e5/ Changeset: ceeee81017e5 Branch: None User: ddimmich Date: 2014-07-01 11:24:30 Summary: jsonb support for <@, ?| and ?& added. need to see if equality already works. Affected #: 2 files https://bitbucket.org/zzzeek/sqlalchemy/commits/c9dceb0dfad9/ Changeset: c9dceb0dfad9 Branch: None User: zzzeek Date: 2014-07-07 16:40:03 Summary: Merge pull request #101 from ddimmich/master Postgres 9.4 Jsonb support Affected #: 4 files https://bitbucket.org/zzzeek/sqlalchemy/commits/c8d195564198/ Changeset: c8d195564198 Branch: None User: zzzeek Date: 2014-07-07 16:40:14 Summary: Merge branch 'master' into rel_1_0 Affected #: 4 files https://bitbucket.org/zzzeek/sqlalchemy/commits/c956c443f6a1/ Changeset: c956c443f6a1 Branch: master User: zzzeek Date: 2014-07-07 16:42:19 Summary: changelog Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/0a43598e2e06/ Changeset: 0a43598e2e06 Branch: rel_1_0 User: zzzeek Date: 2014-07-07 16:42:28 Summary: Merge branch 'master' into rel_1_0 Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/139134ce3744/ Changeset: 139134ce3744 Branch: None User: zzzeek Date: 2014-07-07 16:53:38 Summary: Merge pull request #101 from ddimmich/master Postgres 9.4 Jsonb support Affected #: 4 files https://bitbucket.org/zzzeek/sqlalchemy/commits/07deb707a1e8/ Changeset: 07deb707a1e8 Branch: rel_0_9 User: zzzeek Date: 2014-07-07 16:53:56 Summary: changelog Affected #: 1 file Repository URL: https://bitbucket.org/zzzeek/sqlalchemy/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email. |