]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
jsonb support for <@, ?| and ?& added.
authorDamian Dimmich <damian@tauri-tec.com>
Tue, 1 Jul 2014 09:24:30 +0000 (13:24 +0400)
committerDamian Dimmich <damian@tauri-tec.com>
Tue, 1 Jul 2014 09:24:30 +0000 (13:24 +0400)
commitceeee81017e5fb0ac03f4a102ffd6cce418f0b05
treeb78060b91fa8f1d1bdbe86f911874104f7e4f0bf
parent7f402761d91a79afd01072d7ab6e83bf64106ddc
jsonb support for <@, ?| and ?& added.

need to see if equality already works.
lib/sqlalchemy/dialects/postgresql/json.py
test/dialect/postgresql/test_types.py