]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
Implement missing `#-`, `@?` and `@@` Postgres' JSONB operators.
authorGuilherme Martins Crocetti <24530683+gmcrocetti@users.noreply.github.com>
Wed, 4 Jan 2023 15:27:26 +0000 (10:27 -0500)
committerFederico Caselli <cfederico87@gmail.com>
Thu, 5 Jan 2023 20:19:07 +0000 (21:19 +0100)
commit6b0c3dd5fd0c0225636ce759bc4433c91c5efb83
treeb377c025b169ad21e9ab48d6e8281f63d8299ed0
parent1e7d45283645c57556b7aecbc3a370a92de409ce
Implement missing `#-`, `@?` and `@@` Postgres' JSONB operators.

Fixes #7147.
Closes: #9038
Pull-request: https://github.com/sqlalchemy/sqlalchemy/pull/9038
Pull-request-sha: 8647aaf2d9f48c55c152673828deb8ed54966a11

Change-Id: Id2f611ed8080a2837c70d2ea4b41abc46d2bb026
doc/build/changelog/unreleased_20/7147.rst [new file with mode: 0644]
lib/sqlalchemy/dialects/postgresql/json.py
test/dialect/postgresql/test_types.py