]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
minor cleanup of the jsonb - had extraneous operators that where copied
authorDamian Dimmich <damian@tauri-tec.com>
Sat, 28 Jun 2014 19:11:03 +0000 (23:11 +0400)
committerDamian Dimmich <damian@tauri-tec.com>
Sat, 28 Jun 2014 19:11:03 +0000 (23:11 +0400)
commit4eca136e0914252a291046d8c2ed281fe6c56d94
tree910f821dd5ed19f2b6e0542e99fb6fac4b861a53
parent4e5fcee975040d6d82baceb8e0535a548411faa6
minor cleanup of the jsonb - had extraneous operators that where copied
from hstore that don't apply.

Add tests for ? and @> operators.
lib/sqlalchemy/dialects/postgresql/json.py
test/dialect/postgresql/test_types.py