diesel-rs / diesel

A safe, extensible ORM and Query Builder for Rust
https://diesel.rs
Apache License 2.0
12.79k stars 1.08k forks source link

`json_typeof` and `jsonb_typeof` function #4250

Closed anna-ahmed19 closed 2 months ago

anna-ahmed19 commented 2 months ago

Added the json_typeof and jsonb_typeof functions under Issue#4216

anna-ahmed19 commented 2 months ago

Thank you @guissalustiano for the suggestions. I have added MaybeNullableValue<Text> and the None tests. Let me know any further changes.

weiznich commented 2 months ago

Thanks for submitting this PR :heart: