oguimbal / pg-mem

An in memory postgres DB instance for your unit tests
MIT License
1.95k stars 94 forks source link

Implement missing JSON operators #305

Open ycanardeau opened 1 year ago

ycanardeau commented 1 year ago

This PR implements the <@, ?, ?| and ?& JSON operators. Some of the test cases were taken from https://www.postgresql.org/docs/15/functions-json.html.